python-argcomplete 3.1.4-1 source package in Ubuntu

Changelog

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 <email address hidden>  Wed, 08 Nov 2023 16:18:12 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-argcomplete_3.1.4-1.dsc 1.8 KiB cd72be3336e85daf5df6e2c1cbf68468c91419af63aa4a7c3b3d5979ba35cf91
python-argcomplete_3.1.4.orig.tar.gz 77.7 KiB 72558ba729e4c468572609817226fb0a6e7e9a0a7d477b882be168c0b4a62b94
python-argcomplete_3.1.4-1.debian.tar.xz 6.9 KiB 89dbc35fda663e96f753a438bfba2bf66da014aba0ad7fa6d74b209ce8ffce3f

No changes file available.

Binary packages built by this source

python3-argcomplete: bash/zsh tab completion for argparse (for Python 3)

 Argcomplete provides easy, extensible command line tab completion of
 arguments for your Python script.
 .
 It makes two assumptions:
 .
  * You're using bash or zsh as your shell
  * You're using argparse to manage your command line arguments/options
 .
 Argcomplete is particularly useful if your program has lots of
 options or subparsers, and if your program can dynamically suggest
 completions for your argument/option values (for example, if the user
 is browsing resources over the network).
 .
 This package provides the module for Python 3.x.