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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
python-argcomplete (2.0.0-1) unstable; urgency=medium
+ Salvaging package (Closes: #1010301):
+ package under the Python Team umbrella
+ Update VCS fields
* New upstream release (Closes: #977499):
+ py3k-scripts.patch not needed anymore
+ adapted/refreshed patches
* Repair lost changes when preparing 1.12.3-0.1:
+ fix changelog
+ readd Breaks+Replace on python-argcomplete
* Switch to watch format 4.
* Bumped Standards-Version to 4.6.0 (no changes required).
* Add upstream metadata.
* Stop suffixing scripts with Python version: it diverges from
upstream, causes some mess and is not needed anymore now that Python
2 is out (Closes: #949386).
* Bump debhelper compatibility level to 13.
-- Marc Dequènes (Duck) <Duck@DuckCorp.org> Thu, 26 May 2022 14:43:10 +0900
python-argcomplete (1.12.3-0.2) unstable; urgency=medium
* Non-maintainer upload.
* debian/rules
- provide workaround for tests to not fail (Closes: #1010941).
Upstream issue: https://github.com/kislyuk/argcomplete/issues/337
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 13 May 2022 13:07:30 -0400
python-argcomplete (1.12.3-0.1) unstable; urgency=medium
* Non-maintainer upload.
* NUR:
+ refreshed patches.
+ add build dependency on 'fish' and 'python3-pip'.
* Set Rules-Requires-Root to 'no'.
* Use HTTPS links in package data.
* Bump Standards-Version to 4.5.1.
-- Marc Dequènes (Duck) <Duck@DuckCorp.org> Tue, 28 Sep 2021 23:29:56 +0900
python-argcomplete (1.8.1-1.5) unstable; urgency=medium
* Non-maintainer upload
* debian/rules: Unexport TERM to avoid test failure (Closes: #873149)
-- Graham Inggs <ginggs@debian.org> Sat, 27 Feb 2021 11:30:37 +0000
python-argcomplete (1.8.1-1.4) unstable; urgency=medium
* Non-maintainer upload.
* debian/rules: Set LC_ALL to C.UTF-8 instead of unsetting it (Closes:
#981846)
-- Sebastian Ramacher <sramacher@debian.org> Wed, 10 Feb 2021 21:41:38 +0100
python-argcomplete (1.8.1-1.3) unstable; urgency=medium
* Non-maintainer upload.
* Actually, use an unversioned Breaks+Replace on python-argcomplete;
Closes: #948976
-- Sandro Tosi <morph@debian.org> Thu, 16 Jan 2020 17:49:36 -0500
python-argcomplete (1.8.1-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Add Breaks+Replace on python-argcomplete (<< 1.8.1-1); Closes: #948976
-- Sandro Tosi <morph@debian.org> Thu, 16 Jan 2020 16:06:17 -0500
python-argcomplete (1.8.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Drop python2 support; Closes: #937580
-- Sandro Tosi <morph@debian.org> Tue, 14 Jan 2020 16:48:14 -0500
python-argcomplete (1.8.1-1) unstable; urgency=medium
* Fix Vcs-Git URL in debian/control
* Add binary helpers to python3-argcomplete package.
Thanks to Jeremy Bicha <jbicha@ubuntu.com> for the patch (Closes: #765180)
* Update upstream GPG key
* New upstream version 1.8.1
* Bump debhelper compat level to 10
* Enable test suit for both python2 and python3
* Refresh manpages
* Bump standards-version to 3.9.8.0 (no changes)
* Add python-argcomplete-tcsh3 helper to python3-argcomplete
-- Marco Nenciarini <mnencia@debian.org> Tue, 24 Jan 2017 18:05:43 +0100
python-argcomplete (1.0.0-1) unstable; urgency=medium
* Add signature verification to debian/watch
* Imported Upstream version 1.0.0 (Closes: #812106)
* Use pypi.debian.net redirector service in debian/watch file
* Bump Standards-Version to 9.3.7.0. No changes required.
* Use a secure transport for anonymous git repository access in debian/control
-- Marco Nenciarini <mnencia@debian.org> Wed, 03 Feb 2016 00:51:25 +0100
python-argcomplete (0.8.1-1) unstable; urgency=medium
[ Piotr Ożarowski ]
* New upstream release
- fixes install_requires (removes hadrcoded distribute; closes: #731825)
* Add python3-argcomplete binary package (closes: #731238)
* Switch dh build system to pybuild
-- Marco Nenciarini <mnencia@debian.org> Thu, 09 Oct 2014 01:46:46 +0200
python-argcomplete (0.6.9-1) unstable; urgency=medium
* Imported Upstream version 0.6.9
* Bump standards-version to 3.9.5.0 (no changes)
-- Marco Nenciarini <mnencia@debian.org> Wed, 29 Jan 2014 22:22:52 +0100
python-argcomplete (0.5.4-1) unstable; urgency=low
* Imported Upstream version 0.5.4
* Remove declare-argparse-dep patch (merged upstream)
* Canonicalize VCS-* field URI in debian/control
-- Marco Nenciarini <mnencia@debian.org> Mon, 17 Jun 2013 17:45:47 +0200
python-argcomplete (0.3.3-1) unstable; urgency=low
* Initial release (Closes: #697608)
-- Marco Nenciarini <mnencia@debian.org> Wed, 09 Jan 2013 17:33:31 +0100
|