python-click 6.7-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * Enabled autopkgtest-pkg-python testsuite
  * Standards-Version is 3.9.8 now (no changes needed)
  * d/watch: Use https protocol

  [ Alexandre Viau ]
  * New upstream version (Closes: #856581)
  * d/watch: exclude dev versions
  * Create skip_test_legacy_callbacks.patch (Closes: #868816)

 -- Alexandre Viau <email address hidden>  Wed, 19 Jul 2017 14:22:51 -0400

Upload details

Uploaded by:
Alexandre Viau
Uploaded to:
Sid
Original maintainer:
Alexandre Viau
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-click_6.7-1.dsc 2.1 KiB eaed8b3bd1e8cd9bd2c8633f675390c50f951af313c62cc9db40baadb82495aa
python-click_6.7.orig.tar.gz 272.5 KiB f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b
python-click_6.7-1.debian.tar.xz 3.1 KiB 89b9420363ad42527ac464d197d73d08c51a60bc70e9cd846622ee996d148889

Available diffs

No changes file available.

Binary packages built by this source

python-click: No summary available for python-click in ubuntu artful.

No description available for python-click in ubuntu artful.

python3-click: Simple wrapper around optparse for powerful 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.