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
|
python-tzlocal (1.5.1-1) unstable; urgency=medium
[ Edward Betts ]
* New upstream release.
* Refresh patches after git-dpm to gbp pq conversion
* Upstream changed the license from CC0 to MIT.
* The tests in the pypi release fail, but they work with the github
release. This is because there is a symlink in the testsuite, sdist
does not preserve symlinks when generating a pypi release. This
package now uses the github release as upstream, so the tests pass.
* Update debian/watch to check github instead of pypi.
* Update debian/compat.
* Update Standards-Version (no changes).
* Add new Build-Depends: python-mock and python3-mock.
* Instead of patching MANIFEST.in use pyremove to avoid installing
test_data.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
-- Edward Betts <edward@4angle.com> Tue, 13 Feb 2018 06:40:25 +0000
python-tzlocal (1.4-1) unstable; urgency=medium
* New upstream release.
-- Edward Betts <edward@4angle.com> Fri, 21 Apr 2017 07:45:42 +0100
python-tzlocal (1.3-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version.
-- Edward Betts <edward@4angle.com> Fri, 18 Nov 2016 12:44:29 +0000
python-tzlocal (1.2.2-1) unstable; urgency=medium
* New upstream release.
-- Edward Betts <edward@4angle.com> Tue, 22 Mar 2016 10:06:00 +0000
python-tzlocal (1.2-2) unstable; urgency=medium
* Update Vcs-* control headers.
* debian/rules: unset TZ, so tests don't fail (Closes: #802122)
-- Edward Betts <edward@4angle.com> Sun, 25 Oct 2015 08:45:30 +0000
python-tzlocal (1.2-1) unstable; urgency=low
* Initial release. (Closes: #797503)
-- Edward Betts <edward@4angle.com> Thu, 03 Sep 2015 21:19:42 +0100
|