From 6abd78b5a81183794d97620e427840f24f0069dab888225d6bb957f1a83e1fd1 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 26 Sep 2013 07:52:03 +0000 Subject: [PATCH] Accepting request 200583 from home:posophe:branches:devel:languages:python update OBS-URL: https://build.opensuse.org/request/show/200583 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=42 --- Fabric-1.7.0.tar.gz | 3 --- Fabric-1.8.0.tar.gz | 3 +++ python-Fabric.changes | 11 +++++++++++ python-Fabric.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 Fabric-1.7.0.tar.gz create mode 100644 Fabric-1.8.0.tar.gz diff --git a/Fabric-1.7.0.tar.gz b/Fabric-1.7.0.tar.gz deleted file mode 100644 index 470f62f..0000000 --- a/Fabric-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3f7af83d82531fc5c6bcbcffd4c59e4693f899bb33d83599c215b6b551f0070 -size 219360 diff --git a/Fabric-1.8.0.tar.gz b/Fabric-1.8.0.tar.gz new file mode 100644 index 0000000..2428fc3 --- /dev/null +++ b/Fabric-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0076c76abeef3ffe9172e1290e6e487e23a7229b676883241bfd57a1933b327a +size 219420 diff --git a/python-Fabric.changes b/python-Fabric.changes index 61636b8..e8bdb49 100644 --- a/python-Fabric.changes +++ b/python-Fabric.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Sep 25 14:27:59 UTC 2013 - p.drouand@gmail.com + +- Update to version 1.8.0 + + [Feature] #910: Added a keyword argument to rsync_project to configure + the default options. Thanks to @moorepants for the patch. + + [Support] #984: Make this changelog easier to read! Now with per-release + sections, generated automatically from the old timeline source format. + + [Feature] #931: Allow overriding of abort behavior via a custom + exception-returning callable set as env.abort_exception. + ------------------------------------------------------------------- Tue Jul 30 12:50:10 UTC 2013 - speilicke@suse.com diff --git a/python-Fabric.spec b/python-Fabric.spec index 0897719..da0e155 100644 --- a/python-Fabric.spec +++ b/python-Fabric.spec @@ -17,7 +17,7 @@ Name: python-Fabric -Version: 1.7.0 +Version: 1.8.0 Release: 0 Summary: Fabric is a simple, Pythonic tool for remote execution and deployment License: BSD-2-Clause