fabric 2.6.0-2 source package in Ubuntu

Changelog

fabric (2.6.0-2) unstable; urgency=high

  * Team upload.
  * Add build dependency on python3-six for tests (Closes: #1073360)

 -- Luca Boccassi <email address hidden>  Wed, 10 Jul 2024 00:23:03 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
net
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fabric_2.6.0-2.dsc 2.2 KiB 26df9487d8e6769180790fe7894ec83864d759ff5621d5b202c0a91cd95ceabd
fabric_2.6.0.orig.tar.gz 159.9 KiB a03ab8f6ee44f212f005b8f099bf5d18a17ebbe9dfc2dbe9eba11172746fe99d
fabric_2.6.0-2.debian.tar.xz 11.7 KiB 26dd57521c92b002e4b6bb8b9560fae31ede2aac5e7db0b5f1b4331b8d4df970

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.