python-argcomplete 2.0.0-1ubuntu1 source package in Ubuntu

Changelog

python-argcomplete (2.0.0-1ubuntu1) kinetic; urgency=medium

  * Restore changes accidentally lost in the 1.12.3-0.1 NMU:
    + debian/rules: Set LC_ALL to C.UTF-8 instead of unsetting it
    + debian/rules: Unexport TERM to avoid test failure
    (LP: #1965592)

 -- Graham Inggs <email address hidden>  Sun, 05 Jun 2022 07:52:19 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-argcomplete_2.0.0.orig.tar.gz 52.9 KiB 6372ad78c89d662035101418ae253668445b391755cfe94ea52f1b9d22425b20
python-argcomplete_2.0.0.orig.tar.gz.asc 195 bytes 019feb37bbb96c7be19e607a4c8b6337538b595a39ef91d244a1cf3ec32aac55
python-argcomplete_2.0.0-1ubuntu1.debian.tar.xz 7.8 KiB 58956164b3a02fd8a88e7bcb7644bbece6a70bb02dd5e97ea110186f488d773c
python-argcomplete_2.0.0-1ubuntu1.dsc 2.4 KiB 832060e31f0e47d5409222a38b775312d94f76fcdf1887eb41d3fbaf4bb2a66c

View changes file

Binary packages built by this source

python3-argcomplete: bash 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 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.