python-invoke 0.11.1+dfsg1-2 source package in Ubuntu

Changelog

python-invoke (0.11.1+dfsg1-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/control: Use <email address hidden> as maintainer
  * Use debhelper-compat instead of debian/compat.
  * d/control: Set Vcs-* to salsa.debian.org

  [ Daniel Baumann ]
  * Updating copyright format url.
  * Updating maintainer field.
  * Running wrap-and-sort -bast.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.
  * Correcting permissions in debian packaging files.
  * Updating standards version to 4.1.0.

  [ Thomas Goirand ]
  * Removed Python 2 support (Closes: #937840).

 -- Thomas Goirand <email address hidden>  Thu, 05 Sep 2019 17:54:41 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-invoke_0.11.1+dfsg1-2.dsc 2.1 KiB d3b70241e9e201a7adfb5f7faf50159d9bf420dc5345535626bef708010f952e
python-invoke_0.11.1+dfsg1.orig.tar.xz 105.8 KiB bf27d926eaaa9f332a029cb0cb32bf4c3eb94e994bff438335860666ad2da882
python-invoke_0.11.1+dfsg1-2.debian.tar.xz 4.2 KiB 4f61cd5cee9b6a6f46c6f7032f755e521fbfcba98a33e141a4a9096535c5fa52

Available diffs

No changes file available.

Binary packages built by this source

python3-invoke: Pythonic task execution - Python 3.x

 Invoke is a Python (2.6+ and 3.2+) task execution tool and library, drawing
 inspiration from various sources to arrive at a powerful and clean feature
 set.
 .
 Like Ruby's Rake tool and Invoke's own predecessor Fabric 1.x, it provides a
 clean, high level API for running shell commands and defining/organizing task
 functions from a tasks.py file.
 .
 From GNU Make, it inherits an emphasis on minimal boilerplate for common
 patterns and the ability to run multiple tasks in a single invocation.
 .
 Following the lead of most Unix CLI applications, it offers a traditional
 flag-based style of command-line parsing, deriving flag names and value types
 from task signatures.
 .
 Like many of its predecessors, it offers advanced features as well:
 namespacing, task aliasing, before/after hooks, parallel execution and more.
 .
 This package contains the Python 3.x module.