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
|
babelfish (0.6.0-1) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 9 to 12.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
[ 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 ]
* Bump debhelper from old 12 to 13.
[ Sandro Tosi ]
* New upstream release
* debian/watch
- track github releases
* debian/rules
- install the new changelog
* debian/copyright
- update upstream copyright years
* debian/patches/setup.py.patch
- keep using setup.py until poetry is available
* debian/control
- run wrap-and-sort
- add myself to uploaders
- add pytest to b-d, needed to run tests
- bump tandards-Version to 4.6.0.1 (no changes needed)
* debian/tests
- update autopkgtests
-- Sandro Tosi <morph@debian.org> Fri, 05 Nov 2021 23:59:05 -0400
babelfish (0.5.4-3) unstable; urgency=medium
* Team upload.
* Remove py2 autopkgtests.
-- Andrey Rahmatullin <wrar@debian.org> Fri, 27 Sep 2019 11:11:23 +0500
babelfish (0.5.4-2) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Fixed VCS URL (https)
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/watch: Use https protocol
* d/control: Remove XS-Testsuite field, not needed anymore
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
[ Andrey Rahmatullin ]
* Drop Python 2 support (Closes: #936178).
-- Andrey Rahmatullin <wrar@debian.org> Sat, 21 Sep 2019 21:30:40 +0500
babelfish (0.5.4-1) unstable; urgency=medium
* New upstream release
* debian/watch: use pypi redirector
* Bump Standards-Version to 3.9.6 (no changes)
-- Etienne Millon <me@emillon.org> Tue, 28 Apr 2015 08:09:44 +0200
babelfish (0.5.3-1) unstable; urgency=medium
* New upstream release
-- Etienne Millon <me@emillon.org> Wed, 25 Jun 2014 17:19:28 +0200
babelfish (0.5.2-1) unstable; urgency=medium
* New upstream release
- drop getattr-recurstion.patch, which was picked upstream
-- Etienne Millon <me@emillon.org> Tue, 27 May 2014 14:56:38 +0200
babelfish (0.5.1-2) unstable; urgency=medium
* Fix infinite loop with getattr on python 3.4 (Closes: #742686)
-- Etienne Millon <me@emillon.org> Wed, 26 Mar 2014 13:23:33 +0100
babelfish (0.5.1-1) unstable; urgency=medium
* New upstream release
* Depend on python-pkg-resources (Closes: #737029)
-- Etienne Millon <me@emillon.org> Mon, 03 Feb 2014 20:36:47 +0100
babelfish (0.4.0-2) unstable; urgency=medium
* Autopkgtest improvements:
- allowing output to stderr (Closes: #733953)
- don't depend on nose
- pass -v to test runner
-- Etienne Millon <me@emillon.org> Mon, 27 Jan 2014 18:38:35 +0100
babelfish (0.4.0-1) unstable; urgency=low
* Initial release. (Closes: #729869)
-- Etienne Millon <me@emillon.org> Fri, 06 Dec 2013 14:02:18 +0100
|