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

Changelog

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

  * New upstream release:
    - Fixes FTBFS (Closes: #802894).
  * Rewrote unvendorize-six.patch.
  * Switched to git tags packaging workflow.
  * Fixed watch file to use github tag rather than broken pypi.
  * Removed unit testing, because upstream now uses spec, which isn't in
    Debian.
  * Using HTTPS for VCS URLs.
  * Fix debian/copyright ordering, years, and six.py removal.

 -- Thomas Goirand <email address hidden>  Wed, 28 Oct 2015 06:00:18 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-invoke_0.11.1+dfsg1-1.dsc 2.3 KiB 88d1c639e98ad385c36c44813fc8dcc548bc1ad9297a297e7118f48698c4da1b
python-invoke_0.11.1+dfsg1.orig.tar.xz 105.8 KiB bf27d926eaaa9f332a029cb0cb32bf4c3eb94e994bff438335860666ad2da882
python-invoke_0.11.1+dfsg1-1.debian.tar.xz 4.4 KiB 670922d11217697bd4ada2063d29c0454cbb19158ee608b2f7e994bd32933380

No changes file available.

Binary packages built by this source

python-invoke: No summary available for python-invoke in ubuntu focal.

No description available for python-invoke in ubuntu focal.

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.