fabric 2.5.0-0.3 source package in Ubuntu

Changelog

fabric (2.5.0-0.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Add dependency on python3-decorator (Closes: #956320)

 -- Luca Boccassi <email address hidden>  Mon, 31 May 2021 11:00:56 +0100

Upload details

Uploaded by:
Andrew Starr-Bochicchio
Uploaded to:
Sid
Original maintainer:
Andrew Starr-Bochicchio
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fabric_2.5.0-0.3.dsc 1.7 KiB 61e8f54f5abd1553142aab40157c542dbf213dfd294329a1bb642456afc42c8e
fabric_2.5.0.orig.tar.gz 157.7 KiB 4b3f4c79bcc372de575e7756b50c89373ce1acb8565902a5e406b5e78c41389c
fabric_2.5.0-0.3.debian.tar.xz 11.1 KiB 5abce0a6d6d4bb1fbdd7daa8be132bf76424bec8a93551b2436ceed76fd40d59

Available diffs

No changes file available.

Binary packages built by this source

fabric: Simple Pythonic remote deployment tool

 Fabric is designed to upload files and run shell commands on a number of
 servers in parallel or serially. These commands are grouped in tasks (which
 are regular Python functions) and specified in a 'fabfile.'
 .
 It is similar to Capistrano, except it's implemented in Python and doesn't
 expect you to be deploying Rails applications.
 .
 This package contains the binary executable and the documentation.

python3-fabric: Simple Pythonic remote deployment tool - standalone module

 Fabric is designed to upload files and run shell commands on a number of
 servers in parallel or serially. These commands are grouped in tasks (which
 are regular Python functions) and specified in a 'fabfile.'
 .
 It is similar to Capistrano, except it's implemented in Python and doesn't
 expect you to be deploying Rails applications.
 .
 This package contains the Python 3 modules.