From 6ca8c719f9fe2dea27e7d59f4353adbcd6b96a90614f57eecd1fe315ae3dc9d4 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 10 Nov 2011 10:50:13 +0000 Subject: [PATCH] - Update to version 1.3.2: * No upstream-provided changes - Set license to SPDX-style (BSD-2-Clause) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=10 --- Fabric-1.2.2.tar.bz2 | 3 --- Fabric-1.3.2.tar.gz | 3 +++ python-Fabric.changes | 7 +++++++ python-Fabric.spec | 8 +++++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 Fabric-1.2.2.tar.bz2 create mode 100644 Fabric-1.3.2.tar.gz diff --git a/Fabric-1.2.2.tar.bz2 b/Fabric-1.2.2.tar.bz2 deleted file mode 100644 index 329b2cc..0000000 --- a/Fabric-1.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7964bc8dfd78eae791298f87e3ae7cecf060b29f88cc1ba589071bdd5f73fb8c -size 121746 diff --git a/Fabric-1.3.2.tar.gz b/Fabric-1.3.2.tar.gz new file mode 100644 index 0000000..6d3e9e0 --- /dev/null +++ b/Fabric-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c4274fa654ac85a931dcb88d68b4b2c4414ebe72021943e8755929f704a1c0 +size 166970 diff --git a/python-Fabric.changes b/python-Fabric.changes index e49a2f7..1e84923 100644 --- a/python-Fabric.changes +++ b/python-Fabric.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 10 10:49:23 UTC 2011 - saschpe@suse.de + +- Update to version 1.3.2: + * No upstream-provided changes +- Set license to SPDX-style (BSD-2-Clause) + ------------------------------------------------------------------- Fri Sep 2 07:44:44 UTC 2011 - saschpe@suse.de diff --git a/python-Fabric.spec b/python-Fabric.spec index df8b60c..0702749 100644 --- a/python-Fabric.spec +++ b/python-Fabric.spec @@ -15,14 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: python-Fabric -Version: 1.2.2 +Version: 1.3.2 Release: 0 Url: http://fabfile.org Summary: Fabric is a simple, Pythonic tool for remote execution and deployment -License: BSD +License: BSD-2-Clause Group: Development/Languages/Python -Source: Fabric-%{version}.tar.bz2 +Source: Fabric-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute