python-invoke 2.2.0-1 source package in Ubuntu

Changelog

python-invoke (2.2.0-1) unstable; urgency=medium

  * Team Upload
  * New upstream version 2.2.0 (Closes: #1070758)
  * update dependencies for v2.2.0
    - python3-mock
    - python3-zombie-imp
    + python3-icecream
    + python3-pytest
    + python3-pytest-relaxed

 -- Alexandre Detiste <email address hidden>  Wed, 08 May 2024 20:31:25 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-invoke_2.2.0-1.dsc 2.2 KiB 21dddd6f3f08366b309d2b0485e12598652f93838546000f7e5dc638a79de904
python-invoke_2.2.0.orig.tar.gz 302.2 KiB 44a8c1c036855d7f75a947d00892934316e095dcb81f2637b12f11fadf29882d
python-invoke_2.2.0-1.debian.tar.xz 4.2 KiB 8463f255489db40d5210942cb0de8c129507adc4c584489929fca7d5245db9d6

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.