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
|
python-ptk (1.3.5-2) unstable; urgency=medium
* Drop obsolete version restriction python-all >= 2.7.
* Standards-Version: 4.2.1.
* Rules-Requires-Root: no.
* Stop suggesting python3, which is already in Depends.
[ Ondřej Nový ]
* d/control: Remove ancient X-Python-Version field
-- Nicolas Boulenguez <nicolas@debian.org> Fri, 02 Nov 2018 19:55:31 +0100
python-ptk (1.3.5-1) unstable; urgency=medium
* New upstream release. Repackage again without generated docs
(its removal by upstream was not deliberate).
* Build-Depend, Recommend: python3-async-generator,
The python3 tests depend on it for asynchronous streams.
* Add python minimal versions.
* Revert removal of replace_install_requires_in_setup_py.diff
(its absence modifies runtime dependencies).
* Prevent network access during build with https as well as http.
* Prefer pypi upstream tarballs over bitbucket ones.
-- Nicolas Boulenguez <nicolas@debian.org> Tue, 24 Apr 2018 00:23:30 +0200
python-ptk (1.3.4-1) unstable; urgency=medium
* New upstream release. Stop repackaging, backup README.rst.
* Drop obsolete replace_install_requires_in_setup_py.diff.
* Switch to debhelper 11. Install documentation to main doc dir.
* Standards-Version 4.1.4.
-- Nicolas Boulenguez <nicolas@debian.org> Sat, 21 Apr 2018 22:45:24 +0200
python-ptk (1.3.2-2) unstable; urgency=medium
* Debhelper 10. Remove explicit rules target confusing dh.
* Standards-Version: 4.0.1 (no changes).
* Drop X-Python*-Version, redundant in Debian and confusing debcheck.
* Allow -doc package to satisfy Multi-Arch: foreign dependencies.
* Watch for new version at bitbucket, pypi seems outdated.
-- Nicolas Boulenguez <nicolas@debian.org> Sat, 12 Aug 2017 21:55:18 +0200
python-ptk (1.3.2-1) unstable; urgency=medium
* New upstream release.
* Standards-Version: 3.9.8 (no changes).
* Simplify watch file thanks to version 4 format.
-- Nicolas Boulenguez <nicolas@debian.org> Fri, 08 Jul 2016 17:30:30 +0200
python-ptk (1.3.1-1) unstable; urgency=low
* Initial release (Closes: #810619).
-- Nicolas Boulenguez <nicolas@debian.org> Sat, 23 Jan 2016 13:17:20 +0100
|