python-click 8.0.2-1 source package in Ubuntu

Changelog

python-click (8.0.2-1) unstable; urgency=low

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + python-click-doc: Add Multi-Arch: foreign.

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * New upstream release
  * Use the new Debian Python Team contact name and address
  * debian/watch
    - track github releases
  * debian/rules
    - exclude test_expand_args, it fails and upstream is not interested in
      helping out what may be wrong
  * debian/control
    - merge b-d-i into b-d
    - add sphinx-tabs to b-d, needed by doc
    - set versioned dep on pallets-sphinx-themes to >= 2.0.1, needed for
      ethicalads.html template

 -- Sandro Tosi <email address hidden>  Sat, 09 Oct 2021 22:41:33 -0400

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-click_8.0.2-1.dsc 2.3 KiB 10012f027c94a783710e9d756b7d6eaca85838000c84c754824579fb688ce199
python-click_8.0.2.orig.tar.xz 276.0 KiB 2077503030223e08e4143d437029767229e2afa34b1710a8f7484afa8ea6fefa
python-click_8.0.2-1.debian.tar.xz 4.2 KiB ff399dc7df638414f37e00a54ea3777fb16dff6e419bed7848f63ff533a65a93

No changes file available.

Binary packages built by this source

python-click-doc: Wrapper around optparse for command line utilities - documentation

 Click is a Python package for creating beautiful command line interfaces
 in a composable way with as little code as necessary. It's the "Command
 Line Interface Creation Kit". It's highly configurable but comes with
 sensible defaults out of the box.
 .
 It aims to make the process of writing command line tools quick and fun
 while also preventing any frustration caused by the inability to implement
 an intended CLI API.
 .
 This package contains the documentation for Click.

python3-click: Wrapper around optparse for command line utilities - Python 3.x

 Click is a Python package for creating beautiful command line interfaces
 in a composable way with as little code as necessary. It's the "Command
 Line Interface Creation Kit". It's highly configurable but comes with
 sensible defaults out of the box.
 .
 It aims to make the process of writing command line tools quick and fun
 while also preventing any frustration caused by the inability to implement
 an intended CLI API.
 .
 This is the Python 3 compatible package.