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
|
sortedcollections (2.1.0-2) unstable; urgency=medium
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 28 Oct 2022 19:54:22 +0100
sortedcollections (2.1.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
* Use debhelper-compat instead of debian/compat.
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Bump debhelper from old 11 to 12.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Apply multi-arch hints.
+ python-sortedcollections-doc: Add Multi-Arch: foreign.
[ Diane Trout ]
* update d/watch as Upstream is only using github tags not release.
* New upstream release (Closes: #1001486)
* Update to debhelper-compat =13
* Update to Standards-Version 4.6.0, added Rules-Requires-Root: no
* Refresh patches
* add disable-github-badges.patch, to remove links to github CI images
* Change test dependencies to pytest.
(Upstream uses tox with some utilities not packaged in Debian)
* Delete .coverage directory installed by build process
* Implement real autopkgtests (Closes: #974473)
-- Diane Trout <diane@ghic.org> Sun, 12 Dec 2021 12:15:25 -0800
sortedcollections (1.0.1-1) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
[ Dmitry Shachnev ]
* New upstream release.
- Fixes compatibility with sortedcontainers 2.0, where the iterkeys,
iteritems, itervalues methods of SortedDict have been removed.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 19 Jun 2018 00:09:16 +0300
sortedcollections (0.6.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
[ Diane Trout ]
* New upstream release (Closes: #896808)
* Update Standards-Version to 4.1.4 no changes needed
* Fix typos
* Update to debhelper 11
* Refresh patch
* Add 0002-remove-github-buttons.patch to close privacy leak
-- Diane Trout <diane@ghic.org> Fri, 27 Apr 2018 21:35:43 -0700
sortedcollections (0.5.3-1) unstable; urgency=low
* Initial packaging. (Closes: #861140)
-- Diane Trout <diane@ghic.org> Mon, 24 Apr 2017 14:56:24 -0700
|