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
|
python-sparkpost (1.3.10-5) unstable; urgency=medium
* QA Upload
* Patch-ou usage of "six"
* Enable tests
-- Alexandre Detiste <tchet@debian.org> Sat, 01 Feb 2025 10:20:53 +0100
python-sparkpost (1.3.10-4) unstable; urgency=medium
* QA Upload
* The autopkgtest needs python3-six too
-- Alexandre Detiste <tchet@debian.org> Sat, 20 Jul 2024 15:45:39 +0200
python-sparkpost (1.3.10-3) unstable; urgency=medium
* QA Upload
* Add build-depency on python3-six
[ Andreas Hasenack ]
* distutils was removed in python 3.12. Replace it with the packaging
module (LP: #2054309):
- d/p/replace-distutils.patch: use packaging.version.Version
- d/t/control: drop python3-distutils test dependency, no longer
needed
-- Alexandre Detiste <tchet@debian.org> Tue, 02 Jul 2024 07:39:33 +0200
python-sparkpost (1.3.10-2) unstable; urgency=medium
[ Scott Kitterman ]
* Orphan the package, see #1063171
- Remove myself from uploaders and update maintainer to Debian QA Group
- Update Vcs-* to Debian group
* Ensure distutils is installed for debci (used only for tests)
* Add d/source/options extend-diff-ignore to fix dpkg-source failure due to
local changes (python package metadata regeneration) (Closes: #1047782)
[ Debian Janitor ]
* Update standards version to 4.6.1, no changes needed.
-- Scott Kitterman <scott@kitterman.com> Mon, 05 Feb 2024 10:44:42 -0500
python-sparkpost (1.3.10-1) unstable; urgency=medium
[ Ondřej Nový ]
* 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 ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Scott Kitterman ]
* New upstream release
* Bump standards-version to 4.6.0 without further change
* Update debhelper-compat to 13
-- Scott Kitterman <scott@kitterman.com> Sun, 05 Dec 2021 00:03:37 -0500
python-sparkpost (1.3.7-2) unstable; urgency=medium
* Team upload.
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
* Drop Python 2 support.
-- Ondřej Nový <onovy@debian.org> Sat, 03 Aug 2019 21:40:44 +0200
python-sparkpost (1.3.7-1) unstable; urgency=medium
* New upstream release
* Bump standards-version to 4.3.0 without further change
* Run upstream tests (except tornado tests which seem out of date) as
autopkgtest
-- Scott Kitterman <scott@kitterman.com> Fri, 18 Jan 2019 02:33:44 -0500
python-sparkpost (1.3.5-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
[ Scott Kitterman ]
* Move from contrib to main - free software that interacts with proprietary
services is allowed in main
* Bumps standards-version to 4.2.1 without further change
-- Scott Kitterman <scott@kitterman.com> Wed, 05 Dec 2018 20:05:05 -0500
python-sparkpost (1.3.5-1) unstable; urgency=medium
* New upstream release
-- Scott Kitterman <scott@kitterman.com> Tue, 20 Jun 2017 15:10:06 -0400
python-sparkpost (1.3.3-1) unstable; urgency=medium
* New upstream release
-- Scott Kitterman <scott@kitterman.com> Tue, 17 Jan 2017 01:31:16 -0500
python-sparkpost (1.3.2-1) unstable; urgency=low
* Initial release. (Closes: #844582)
-- Scott Kitterman <scott@kitterman.com> Tue, 15 Nov 2016 23:19:47 -0500
|