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
|
pydocstyle (2.1.1-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.1.4.
* Use https in Format field in d/copyright.
* Bump compat to 11.
* Update Vcs-* to salsa.
* Remove unused X-Python3-Version.
-- ChangZhuo Chen (陳昌倬) <czchen@debian.org> Tue, 05 Jun 2018 09:46:22 +0800
pydocstyle (2.0.0-1) unstable; urgency=medium
* Merge to unstable.
-- ChangZhuo Chen (陳昌倬) <czchen@debian.org> Sun, 18 Jun 2017 21:35:52 +0800
pydocstyle (2.0.0-1~exp3) experimental; urgency=medium
[ ChangZhuo Chen (陳昌倬) ]
* Simplify debian/rules.
Thanks to Ghislain Antony Vaillant.
[ Ghislain Antony Vaillant ]
* Normalize the build and DEP-8 tests.
-- ChangZhuo Chen (陳昌倬) <czchen@debian.org> Mon, 12 Jun 2017 21:42:43 +0800
pydocstyle (2.0.0-1~exp2) experimental; urgency=medium
* Add python3-pydocstyle as Python 3 library package (Closes: #864545).
-- ChangZhuo Chen (陳昌倬) <czchen@debian.org> Sat, 10 Jun 2017 22:26:24 +0800
pydocstyle (2.0.0-1~exp1) experimental; urgency=medium
* New upstream release (Closes: #846591).
* Bump compat to 10.
* Change Uploaders to ChangZhuo Chen (Closes: #863364).
* Change section to devel.
* Update Vcs-* fields to use Git as VCS.
-- ChangZhuo Chen (陳昌倬) <czchen@debian.org> Mon, 29 May 2017 11:10:14 +0800
pydocstyle (1.0.0-3) unstable; urgency=medium
* Ship transition tool /usr/bin/pep257:
+ don't strip pep257 from the binary package in deb/rules.
+ add Conflicts and Replaces against pep257 in deb/control.
+ add pep257 to lintian override.
* deb/control:
+ bumped standards to 3.9.8 (no changes needed).
-- Daniel Stender <stender@debian.org> Wed, 29 Jun 2016 09:30:20 +0200
pydocstyle (1.0.0-2) unstable; urgency=medium
* added deb/source/options (ignore egg-info).
* deb/rules: skip test_integration completely temporarily (see comment,
also changed in deb/tests/pydocstyle).
* dropped fix-tests-py3-environment.patch (not needed anymore).
-- Daniel Stender <stender@debian.org> Sun, 06 Mar 2016 12:27:53 +0100
pydocstyle (1.0.0-1) unstable; urgency=medium
* Initial release (Closes: #816498).
-- Daniel Stender <stender@debian.org> Wed, 02 Mar 2016 21:10:58 +0100
|