14
0
forked from pool/python-Fabric

- Update to 1.5.1:

- [Bug] #776: Fixed serious-but-non-obvious bug in direct-tcpip
    driven gatewaying (e.g. that triggered by -g or env.gateway.)
    Should work correctly now.
  - [Bug] #771: Sphinx autodoc helper unwrap_tasks didn’t play
    nice with @task(name=xxx) in some situations. This has been fixed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=30
This commit is contained in:
Alexandre Rogoski
2012-11-16 11:33:19 +00:00
committed by Git OBS Bridge
parent 1897df05d0
commit 0f0e94851a
4 changed files with 14 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Nov 16 11:30:26 UTC 2012 - alexandre@exatati.com.br
- Update to 1.5.1:
- [Bug] #776: Fixed serious-but-non-obvious bug in direct-tcpip
driven gatewaying (e.g. that triggered by -g or env.gateway.)
Should work correctly now.
- [Bug] #771: Sphinx autodoc helper unwrap_tasks didnt play
nice with @task(name=xxx) in some situations. This has been fixed.
-------------------------------------------------------------------
Wed Nov 7 02:03:36 UTC 2012 - alexandre@exatati.com.br

View File

@@ -17,7 +17,7 @@
Name: python-Fabric
Version: 1.5.0
Version: 1.5.1
Release: 0
Summary: Fabric is a simple, Pythonic tool for remote execution and deployment
License: BSD-2-Clause