diff --git a/fabric-2.4.0.tar.gz b/fabric-2.4.0.tar.gz deleted file mode 100644 index 5990456..0000000 --- a/fabric-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93684ceaac92e0b78faae551297e29c48370cede12ff0f853cdebf67d4b87068 -size 156850 diff --git a/fabric-2.5.0.tar.gz b/fabric-2.5.0.tar.gz new file mode 100644 index 0000000..c304f9a --- /dev/null +++ b/fabric-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24842d7d51556adcabd885ac3cf5e1df73fc622a1708bf3667bf5927576cdfa6 +size 161421 diff --git a/python-Fabric.changes b/python-Fabric.changes index ce95c01..1c5a92a 100644 --- a/python-Fabric.changes +++ b/python-Fabric.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Sep 12 12:47:06 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-Fabric.spec b/python-Fabric.spec index f746387..ae0836e 100644 --- a/python-Fabric.spec +++ b/python-Fabric.spec @@ -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