python-click 7.1.2-1 source package in Ubuntu

Changelog

python-click (7.1.2-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.

  [ Sandro Tosi ]
  * New upstream release
  * debian/copyright
    - extend packaging copyright years
    - update upstream copyright information
  * debian/control
    - wrap-and-sort
    - add sphinxcontrib-log-cabinet to b-d, needed by doc
    - add sphinx.issues to b-d, needed by doc
    - dh compat to 13
  * debian/rules
    - properly build doc and installd it in the right -doc location
    - install examples
  * debian/python-click-doc.doc-base
    - adjust doc-base to new doc location

 -- Sandro Tosi <email address hidden>  Sun, 23 Aug 2020 23:18:54 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-click_7.1.2-1.dsc 2.3 KiB 836c9838d3ebe41355b50d2cd82cba36c36bc4d3d2a6da99ce555b21bef41f97
python-click_7.1.2.orig.tar.xz 248.9 KiB 67ad86c5016f5a36fc05be70881e8f074380fa1ebbe3364de89bca7761294210
python-click_7.1.2-1.debian.tar.xz 4.0 KiB ce6bdecdd4a5ef80d76100d58a4b8c0a7d65d81ef7a02c694bc4b4bb54352e07

Available diffs

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.