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
|
python-frozendict (2.4.6-1) unstable; urgency=medium
* New upstream release. (Closes: #1015872)
* Add my name to Uploaders and copyright.
* Upstream maintainer has changed, and the repository has moved to a new
GitHub location.
* Update GitHub URLs to reflect the new upstream repository location.
* Upstream license changed from Expat to LGPL v3.
* New upstream C extensions are Python version-specific. To ensure
consistency across builds, set FROZENDICT_PURE_PY=1 in debian/rules to
enforce a pure-Python build.
* Drop Python 3.10 compatibility patch; fixed upstream.
* Update Standards-Version.
* Update debian/watch file to format version 4.
* Add python3-pytest to Build-Depends to enable test suite during build.
* Enable autopkgtest to run the test suite.
-- Edward Betts <edward@4angle.com> Sun, 16 Feb 2025 09:39:15 -0500
python-frozendict (1.2-3) unstable; urgency=medium
[ Ondřej Nový ]
* Run wrap-and-sort -bastk.
[ Andrej Shadura ]
* Python 3.10 compatibility: collections.Mapping removed.
* Trim trailing whitespace.
* Bump debhelper from deprecated 9 to 13.
* Use pybuild instead of python_distutils and openstack-pkg-tools.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.6.0, no changes needed.
* Add myself as an uploader.
-- Andrej Shadura <andrewsh@debian.org> Thu, 18 Nov 2021 01:03:12 +0100
python-frozendict (1.2-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Thomas Goirand ]
* Removed Python 2 support (Closes: #937766).
* Fixed d/copyright ordering and years.
-- Thomas Goirand <zigo@debian.org> Sat, 14 Sep 2019 22:41:01 +0200
python-frozendict (1.2-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/watch: Use https protocol
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/control: Use team+openstack@tracker.debian.org as maintainer
* d/control: Add trailing tilde to min version depend to allow
backports
[ Daniel Baumann ]
* Update copyright format url.
* Update maintainer field.
* Run wrap-and-sort -bast.
* Update standards version to 4.0.0.
* Remove gbp.conf, not used anymore or should be specified in the
developers dotfiles.
* Update standards version to 4.1.0.
[ Andrej Shadura ]
* New upstream release.
-- Andrej Shadura <andrewsh@debian.org> Fri, 21 Dec 2018 23:38:17 +0100
python-frozendict (0.5-1) unstable; urgency=medium
* Initial release. (Closes: #810086)
-- Thomas Goirand <zigo@debian.org> Wed, 06 Jan 2016 18:48:35 +0800
|