14
0
forked from pool/python-Fabric

Accepting request 731953 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/731953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Fabric?expand=0&rev=31
This commit is contained in:
2019-09-25 06:08:49 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93684ceaac92e0b78faae551297e29c48370cede12ff0f853cdebf67d4b87068
size 156850

3
fabric-2.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24842d7d51556adcabd885ac3cf5e1df73fc622a1708bf3667bf5927576cdfa6
size 161421

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Sep 12 12:47:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.5.0:
* [Feature] #1989: Reinstate command timeouts, by supporting the
implementation of that feature in Invoke
* [Feature]: Allow specifying connection timeouts
* [Feature] #1985: Add support for explicitly closing remote subprocess
stdin when local stdin sees an EOF, by implementing a new command-runner
method recently added to Invoke; this prevents remote programs that
follow stdin from blocking forever.
* [Bug]: Anonymous/remainder subprocess execution (eg fab -H host --
command, as opposed to the use of Connection.run inside tasks)
-------------------------------------------------------------------
Tue Apr 9 06:20:04 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Fabric
Version: 2.4.0
Version: 2.5.0
Release: 0
Summary: A Pythonic tool for remote execution and deployment
License: BSD-2-Clause
@@ -27,7 +27,7 @@ URL: http://fabfile.org
Source: https://files.pythonhosted.org/packages/source/f/fabric/fabric-%{version}.tar.gz
BuildRequires: %{python_module cryptography >= 1.1}
BuildRequires: %{python_module decorator}
BuildRequires: %{python_module invoke >= 1.1}
BuildRequires: %{python_module invoke >= 1.3}
BuildRequires: %{python_module mock >= 2.0.0}
BuildRequires: %{python_module paramiko >= 2.4}
BuildRequires: %{python_module pytest >= 3.2.5}
@@ -38,7 +38,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cryptography >= 1.1
Requires: python-decorator
Requires: python-invoke >= 1.1
Requires: python-invoke >= 1.3
Requires: python-paramiko >= 2.4
Requires: python-setuptools
Requires: python-six