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 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245
|
python-argcomplete (3.6.3-1) unstable; urgency=medium
* New upstream release:
- refreshed patches.
* pip install's new isolated environment breaks some tests:
- disable isolated environment
- also install python3-setuptools since it was split
(Closes: #1120204)
* Move bash completion script from obsolete /etc/bash_completion.d/ to
/usr/share/bash-completion/completions/.
-- Marc Dequènes (Duck) <Duck@DuckCorp.org> Mon, 10 Nov 2025 23:15:13 +0900
python-argcomplete (3.6.2-1) unstable; urgency=medium
* New upstream release.
* Disable global zsh completion (Closes: #1101675), leaving bash as it
is working fine.
* Bump Standards-Version to 4.7.2 (no changes).
-- Marc Dequènes (Duck) <Duck@DuckCorp.org> Tue, 08 Apr 2025 23:14:26 +0900
python-argcomplete (3.6.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Tue, 25 Mar 2025 18:05:01 +0000
python-argcomplete (3.5.3-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Thu, 02 Jan 2025 20:32:15 +0000
python-argcomplete (3.5.2-1) unstable; urgency=medium
* New upstream release:
- Fix _parse_known_args monkeypatching (closes: #1087455, #1088723).
-- Colin Watson <cjwatson@debian.org> Sun, 08 Dec 2024 00:01:53 +0000
python-argcomplete (3.5.1-1) unstable; urgency=medium
* Team upload.
* New upstream version 3.5.1 (Closes: #1084328)
* Refresh patches
-- Alexandre Detiste <tchet@debian.org> Wed, 23 Oct 2024 10:55:13 +0200
python-argcomplete (3.4.0-2) unstable; urgency=medium
* Team upload.
* d/p/tests-mock-TERM.patch: fix autopkgtest failure when the TERM variable
is set to "linux" (Closes: #1077792, LP: #2075572)
-- Olivier Gayot <olivier.gayot@canonical.com> Fri, 02 Aug 2024 11:50:53 +0200
python-argcomplete (3.4.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Mon, 17 Jun 2024 12:47:04 +0100
python-argcomplete (3.3.0-1) unstable; urgency=medium
* Team upload.
* New upstream release:
- Preserve compatibility with argparse option tuples of length 4. This
update is required to use argcomplete on Python 3.11.9+ or 3.12.3+
(closes: #1069816, LP: #2063129).
* Mention zsh in package description (closes: #1061780).
-- Colin Watson <cjwatson@debian.org> Fri, 26 Apr 2024 13:28:45 +0100
python-argcomplete (3.1.4-1) unstable; urgency=medium
* Team upload.
[ Marc Dequènes (Duck) ]
* Fix manpage generation and regenerate.
* Add help support to python-argcomplete-check-easy-install-script
(Closes: #944433).
[ Stefano Rivera ]
* New upstream release.
* Refresh patches.
* Drop PGP verification from watch file, PyPI doesn't provide signatures any
more.
* Build-Depend on zsh and python3-setuptools-scm, now required.
* Drop inputrc workaround, no longer needed.
* Build with pybuild-plugin-pyproject.
* Improve patch descriptions.
* Point the tests at the staged scripts and module.
* Mark Build-Depends with <!nocheck>.
* Drop Build-Depends: python3-coverage and python3-flake8, no longer
required.
* Add autopkgtest.
* Clean correctly. (Closes: #1046886)
* debian/rules generate_manpages:
- set -e
- Use pkg-info.mk to determine version.
* Activate global bash and zsh completions (Closes: #944469).
* Update manpages.
* Bump Standards-Version to 4.6.2, no changes needed.
* Update copyright.
-- Stefano Rivera <stefanor@debian.org> Wed, 08 Nov 2023 16:18:12 +0200
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
|