diff --git a/Fabric-1.4.3.tar.bz2 b/Fabric-1.4.3.tar.bz2 deleted file mode 100644 index a3fa2a1..0000000 --- a/Fabric-1.4.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46e488b0cca2c046690def7b3aa0fc294f31aa6a84ab8b14d7ad5d4e78e4a68c -size 167545 diff --git a/Fabric-1.5.0.tar.bz2 b/Fabric-1.5.0.tar.bz2 new file mode 100644 index 0000000..079a929 --- /dev/null +++ b/Fabric-1.5.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86504fa4547389827de1205268558a2c0e2eccf61159cb2ffc83a98a7cfe03b +size 164589 diff --git a/python-Fabric.changes b/python-Fabric.changes index 38e50a9..954cc6c 100644 --- a/python-Fabric.changes +++ b/python-Fabric.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Nov 7 02:03:36 UTC 2012 - alexandre@exatati.com.br + +- Update to 1.5.0: + - [Feature] #684: Update how task wraps task functions to preserve + additional metadata; this allows decorated functions to play nice + with Sphinx autodoc. Thanks to Jaka Hudoklin for catch & patch. + - [Bug] #749: Gracefully work around calls to fabric.version on + systems lacking /bin/sh (which causes an OSError in + subprocess.Popen calls.) + - [Bug] #718: isinstance(foo, Bar) is used in main instead of + type(foo) == Bar in order to fix some edge cases. Thanks to + Mikhail Korobov. + - [Bug] #693: Fixed edge case where abort driven failures within + parallel tasks could result in a top level exception (a KeyError) + regarding error handling. Thanks to Marcin Kuźmiński for the report. + - [Support] #681: Fixed outdated docstring for runs_once which + claimed it would get run multiple times in parallel mode. That + behavior was fixed in an earlier release but the docs were not + updated. Thanks to Jan Brauer for the catch. + ------------------------------------------------------------------- Sat Jul 7 01:55:17 UTC 2012 - alexandre@exatati.com.br diff --git a/python-Fabric.spec b/python-Fabric.spec index 45b228a..1edcd07 100644 --- a/python-Fabric.spec +++ b/python-Fabric.spec @@ -17,7 +17,7 @@ Name: python-Fabric -Version: 1.4.3 +Version: 1.5.0 Release: 0 Summary: Fabric is a simple, Pythonic tool for remote execution and deployment License: BSD-2-Clause @@ -87,7 +87,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) -%doc AUTHORS LICENSE README +%doc AUTHORS LICENSE README.rst %{_bindir}/fab %{python_sitelib}/*