From 0f0e94851a21e8b42aa5dfbb394f850d0a10cbf6b4c4d185b46ec718eeff4d06 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 16 Nov 2012 11:33:19 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=201.5.1:=20=20=20-=20[Bug]=20#7?= =?UTF-8?q?76:=20Fixed=20serious-but-non-obvious=20bug=20in=20direct-tcpip?= =?UTF-8?q?=20=20=20=20=20driven=20gatewaying=20(e.g.=20that=20triggered?= =?UTF-8?q?=20by=20-g=20or=20env.gateway.)=20=20=20=20=20Should=20work=20c?= =?UTF-8?q?orrectly=20now.=20=20=20-=20[Bug]=20#771:=20Sphinx=20autodoc=20?= =?UTF-8?q?helper=20unwrap=5Ftasks=20didn=E2=80=99t=20play=20=20=20=20=20n?= =?UTF-8?q?ice=20with=20@task(name=3Dxxx)=20in=20some=20situations.=20This?= =?UTF-8?q?=20has=20been=20fixed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=30 --- Fabric-1.5.0.tar.bz2 | 3 --- Fabric-1.5.1.tar.bz2 | 3 +++ python-Fabric.changes | 10 ++++++++++ python-Fabric.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 Fabric-1.5.0.tar.bz2 create mode 100644 Fabric-1.5.1.tar.bz2 diff --git a/Fabric-1.5.0.tar.bz2 b/Fabric-1.5.0.tar.bz2 deleted file mode 100644 index 079a929..0000000 --- a/Fabric-1.5.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f86504fa4547389827de1205268558a2c0e2eccf61159cb2ffc83a98a7cfe03b -size 164589 diff --git a/Fabric-1.5.1.tar.bz2 b/Fabric-1.5.1.tar.bz2 new file mode 100644 index 0000000..fe118ca --- /dev/null +++ b/Fabric-1.5.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb0fc2500da30f76b01272345b482d6dc52199444b1161a1cfdf855dc59e6b3 +size 164949 diff --git a/python-Fabric.changes b/python-Fabric.changes index 954cc6c..b38d3b4 100644 --- a/python-Fabric.changes +++ b/python-Fabric.changes @@ -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 didn’t 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 diff --git a/python-Fabric.spec b/python-Fabric.spec index 1edcd07..fa0bb5f 100644 --- a/python-Fabric.spec +++ b/python-Fabric.spec @@ -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