1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
python-mongoengine (0.15.3-1) unstable; urgency=medium
* Team upload.
[ Orestis Ioannou ]
* Drop python-django from recommends since mongoengine no longer
* supports django. A specific extension for django has been created.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/changelog: Remove trailing whitespaces
* Convert git repository from git-dpm to gbp layout
[ Christoph Berg ]
* New upstream version. (Closes: #906402)
* Remove sphinx javascript hacks.
* Set PYTHONPATH while building docs.
* Remove docs/_build/ on clean.
* Depend on python3 in the python3 module. (Closes: #867442)
* Set team as maintainer, thanks Janos!
(We don't have a new uploader yet, leave #849736 open.)
-- Christoph Berg <myon@debian.org> Sat, 29 Sep 2018 16:35:09 +0200
python-mongoengine (0.10.6-1) unstable; urgency=low
* Team upload.
* Svn to git migration.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Remove DM-Upload-Allowed; it's no longer used by the archive
software.
[ Orestis Ioannou ]
* New upstream release (Closes: #738503, #789980).
* Use pybuild to build package.
* Provide Python 3 package.
* Move compat version to 9.
* Pump up standards version to 3.9.7. Nothing to change.
* Run wrap-and-sort.
* Add dependencies for running tests.
* Use pypi.debian.net for d/watch.
* Added a patch to use libjs-modernizr instead of downloading from cdn.
* Switch Vcs-git field to https.
-- Orestis Ioannou <orestis@oioannou.com> Wed, 09 Mar 2016 01:39:25 +0100
python-mongoengine (0.6.13-2) unstable; urgency=low
* Preserve _sources from html documentation to make sphinx search work.
-- Janos Guljas <janos@resenje.org> Wed, 27 Jun 2012 23:15:17 +0200
python-mongoengine (0.6.13-1) unstable; urgency=low
* New upstream release.
-- Janos Guljas <janos@resenje.org> Sun, 24 Jun 2012 21:25:30 +0200
python-mongoengine (0.6.12-1) unstable; urgency=low
* New upstream release.
* debian/watch
- Update source location.
* debian/copyright
- Update source location.
-- Janos Guljas <janos@resenje.org> Thu, 21 Jun 2012 18:59:24 +0200
python-mongoengine (0.6.8-1) unstable; urgency=low
* New upstream release.
* debian/source/options
- Ignore mongoengine.egg-info changes after build. (Closes: #671422)
* debian/rules
- Remove unused variable PREFIX.
- Remove relocation of 'tests' directory.
* Add exclude-tests-from-packaging.patch to exclude 'tests' from packaging
it in global namespace.
-- Janos Guljas <janos@resenje.org> Wed, 16 May 2012 19:40:07 +0200
python-mongoengine (0.6.4-1) unstable; urgency=low
* New upstream release.
-- Janos Guljas <janos@resenje.org> Sun, 22 Apr 2012 23:02:56 +0200
python-mongoengine (0.6.1-1) unstable; urgency=low
* New upstream release.
* Update version regular expression in debian/watch.
* Bump standards to 3.9.3.
* Update debian/copyright Format value.
-- Janos Guljas <janos@resenje.org> Tue, 06 Mar 2012 18:42:52 +0100
python-mongoengine (0.5.2-1) unstable; urgency=low
* New upstream release.
* Add libjs-underscore dependency to python-mongoengine-doc binary package.
* Add DM-Upload-Allowed control field.
-- Janos Guljas <janos@resenje.org> Fri, 18 Nov 2011 16:28:17 +0100
python-mongoengine (0.5-1) unstable; urgency=low
* New upstream release.
* Bump standards version to 3.9.2.
* Remove version from build dependencies python-all and python-pymongo.
* Remove XS-Python-Version and XB-Python-Version.
* Make package synopsis compliant with Debian Reference section 6.2.2.
* Override dh_installchangelogs to install upstream changelog.
* Remove debian/patches/fix-pymongo-1.10-compatibility.
* Add debian/source/local-options.
* Fix debian/copyright DEP5 errors.
* Add debian/python-mongoengine-doc.links for jquery libraries.
-- Janos Guljas <janos@resenje.org> Tue, 13 Sep 2011 03:50:05 +0200
python-mongoengine (0.4-2) unstable; urgency=low
* Move tests to mongoengine module. (Closes: #620397)
* Add debian/patches/fix-pymongo-1.10-compatibility
- PyMongo changed map_reduce method in Collection class to require third
parameter 'out' for output collection name. This patch is fixing this
without breaking compatibility with earlier versions of PyMongo.
-- Janos Guljas <janos@resenje.org> Sat, 02 Apr 2011 17:48:34 +0200
python-mongoengine (0.4-1) unstable; urgency=low
* Initial release. (Closes: #609850)
-- Janos Guljas <janos@resenje.org> Sun, 23 Jan 2011 23:19:39 +0100
|