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
|
django-picklefield (0.3.2-1) unstable; urgency=low
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Michael Fladischer ]
* New upstream release.
* Bump Standards-Version to 3.9.7.
* Bump debhelper compatibility and version to 9.
* Use pypi.debian.net service for uscan.
* Use PGP key B1B4EDB3 to verify uscan downloads.
* Change my email address to fladi@debian.org.
* Install README.rst in both binary packages.
* Extract upstream changelog from README.rst.
* Clean src/django_picklefield.egg-info/requires.txt to allow two
builds in a row.
-- Michael Fladischer <fladi@debian.org> Thu, 31 Mar 2016 22:29:01 +0200
django-picklefield (0.3.1-2) unstable; urgency=medium
* Switch buildsystem to pybuild and add dh-python to Build-Depends.
* Add support for Python3.
* Add fix_tests.patch to correctly compare to different object
instances with the same content.
* Line-wrap dependency fields.
* Add lintian override for missing upstream tarball PGP signature.
* Works with Django 1.7 (Closes: #755647).
-- Michael Fladischer <FladischerMichael@fladi.at> Sun, 31 Aug 2014 21:44:15 +0200
django-picklefield (0.3.1-1) unstable; urgency=low
* New upstream release.
* Switch to dh_python2.
* Bump Standards version to 3.9.5.
* Make Build-Depends on python-all and python-django unversioned as no
prior versions are available in Wheezy.
* Drop XS-Python-Version.
* Add X-Python-Version.
* Update years in d/copyright.
* Rename MIT license to Expat.
-- Michael Fladischer <FladischerMichael@fladi.at> Mon, 16 Dec 2013 14:07:50 +0100
django-picklefield (0.3.0-1) unstable; urgency=low
[ Michael Fladischer ]
* New upstream release.
* Add python-six as build and runtime dependency.
* Remove temporary fix for PKG-INFO.
* Bump standards version to 3.9.4.
* Change Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch and
build-indep targets.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
-- Michael Fladischer <FladischerMichael@fladi.at> Wed, 08 May 2013 08:10:53 +0200
django-picklefield (0.2.1-2) unstable; urgency=low
* Add src/django_picklefield.egg-info/PKG-INFO to d/clean to allow the
package to be built twice in a row (Closes: #671313).
-- Michael Fladischer <FladischerMichael@fladi.at> Fri, 11 May 2012 08:26:24 +0200
django-picklefield (0.2.1-1) unstable; urgency=low
* New upstream release.
* Fix tests for django (>= 1.4) FTBFS (Closes: #669493).
- Add our own settings.py for the tests
- Bump B-D on python-django to (>= 1.2)
-- Michael Fladischer <FladischerMichael@fladi.at> Mon, 23 Apr 2012 15:00:01 +0200
django-picklefield (0.2.0-1) unstable; urgency=low
* New upstream release.
* Change order of my name.
* Bump standards version to 3.9.3.
* Temporary fix for Metadata-Version in PKG-INFO.
* Reformat files using wrap-and-sort.
* Update DEP-5 URL to 1.0.
* Update years in d/copyright.
-- Michael Fladischer <FladischerMichael@fladi.at> Fri, 16 Mar 2012 12:28:02 +0100
django-picklefield (0.1.9-2) unstable; urgency=low
* Upload to unstable.
* Update DEP5 format.
* Set PMPT as maintainer and myself as uploader.
* Drop debian/pyversions in favour of XS-Python-Version.
-- Fladischer Michael <FladischerMichael@fladi.at> Mon, 07 Feb 2011 14:03:43 +0100
django-picklefield (0.1.9-1) experimental; urgency=low
* New upstream release.
* Remove workaround for #575377 as it is fixed by python-2.5.5-5.
* Use DEP5 for copyright file.
* Bump Standards-Version to 3.9.1 (no changes required).
* Drop python-pysqlite2 b-d.
* Change debian/* license from GPL to MIT.
* Update homepage.
* Update DEP5 revision to 153.
-- Fladischer Michael <FladischerMichael@fladi.at> Fri, 07 Jan 2011 16:12:28 +0100
django-picklefield (0.1.6-1) unstable; urgency=low
* New upstream release.
-- Fladischer Michael <FladischerMichael@fladi.at> Mon, 19 Apr 2010 16:42:35 +0200
django-picklefield (0.1.5-1) unstable; urgency=low
* New upstream release.
* Add python-django-south to Enhances.
* Add Vcs-* fields.
* Set Debian Python Modules Packaging Team as Uploaders.
-- Fladischer Michael <FladischerMichael@fladi.at> Thu, 08 Apr 2010 16:12:38 +0200
django-picklefield (0.1.4-1) unstable; urgency=low
* Initial release (Closes: #573162)
-- Fladischer Michael <FladischerMichael@fladi.at> Tue, 30 Mar 2010 14:27:07 +0200
|