fabric 2.6.0-1 source package in Ubuntu

Changelog

fabric (2.6.0-1) unstable; urgency=medium

  * Team upload.
  * Set Rules-Requires-Root: no
  * Use https for Homepage URL
  * Switch to debhelper-compat 13
  * Switch to dh-sequence-python3
  * Use d/clean instead of override
  * Update d/watch version
  * Override very-long-line-length-in-source-file warning
  * Set Section: python for python3 module package
  * Add d/upstream/metadata file
  * De-duplicate short description in d/control
  * Bump Standards-Version to 4.6.0
  * Update d/copyright
  * Move maintenance to Python Team (Closes: #984559)
  * New upstream version 2.6.0

 -- Luca Boccassi <email address hidden>  Sat, 19 Feb 2022 13:51:01 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python
Mantic release universe python
Lunar release universe python
Jammy release universe python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fabric_2.6.0-1.dsc 2.1 KiB 946b5caf07b11383a302c2642ba046a4aef9f560f24bc623dc392e7557f32234
fabric_2.6.0.orig.tar.gz 159.9 KiB a03ab8f6ee44f212f005b8f099bf5d18a17ebbe9dfc2dbe9eba11172746fe99d
fabric_2.6.0-1.debian.tar.xz 11.6 KiB fdbe9e2c084ff321a7b5e268b3aaefc19da81a7f5fcc61839371eb930fb93322

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.