14
0
forked from pool/python-Fabric

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=28
This commit is contained in:
Alexandre Rogoski
2012-11-07 02:18:51 +00:00
committed by Git OBS Bridge
parent 67e5702af5
commit 1897df05d0
4 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46e488b0cca2c046690def7b3aa0fc294f31aa6a84ab8b14d7ad5d4e78e4a68c
size 167545

3
Fabric-1.5.0.tar.bz2 Normal file
View File

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

View File

@@ -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 Sat Jul 7 01:55:17 UTC 2012 - alexandre@exatati.com.br

View File

@@ -17,7 +17,7 @@
Name: python-Fabric Name: python-Fabric
Version: 1.4.3 Version: 1.5.0
Release: 0 Release: 0
Summary: Fabric is a simple, Pythonic tool for remote execution and deployment Summary: Fabric is a simple, Pythonic tool for remote execution and deployment
License: BSD-2-Clause License: BSD-2-Clause
@@ -87,7 +87,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS LICENSE README %doc AUTHORS LICENSE README.rst
%{_bindir}/fab %{_bindir}/fab
%{python_sitelib}/* %{python_sitelib}/*