fabric 1.14.0-1 source package in Ubuntu

Changelog

fabric (1.14.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.1.2, no changes.

 -- Andrew Starr-Bochicchio <email address hidden>  Mon, 25 Dec 2017 20:55:31 -0500

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
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fabric_1.14.0-1.dsc 1.9 KiB b5533b941fdc9618658fcfc5450c20f51ccdecf1a1d2463c1c1835c602caddb8
fabric_1.14.0.orig.tar.gz 218.1 KiB 5a6549daceb4c9a2ff60c6597384c30eab46fcb13081f7fd2e158af721a11b00
fabric_1.14.0-1.debian.tar.xz 12.3 KiB a5fe516751a9d6061f07342100abd74448fd2355bbb6196d70579899ee06d335

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.