[python-plumbum] Update to 1.0.1.

Bohuslav Kabrda bkabrda at fedoraproject.org
Mon Nov 5 14:22:32 UTC 2012


commit 67ad1204d9a1109b3628f69e7986a7a56d99c2c7
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Mon Nov 5 15:22:26 2012 +0100

    Update to 1.0.1.

 .gitignore          |    1 +
 python-plumbum.spec |    9 ++++++---
 sources             |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dbcb31e..4e4f4ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /plumbum-0.9.0.tar.gz
+/plumbum-1.0.1.tar.gz
diff --git a/python-plumbum.spec b/python-plumbum.spec
index 71d4995..41e18e7 100644
--- a/python-plumbum.spec
+++ b/python-plumbum.spec
@@ -1,13 +1,13 @@
 %global pypi_name plumbum
 
 Name:           python-%{pypi_name}
-Version:        0.9.0
-Release:        2%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        Shell combinators library
 
 License:        MIT
 URL:            https://github.com/tomerfiliba/plumbum
-Source0:        http://pypi.python.org/packages/source/p/plumbum/plumbum-0.9.0.tar.gz
+Source0:        http://pypi.python.org/packages/source/p/plumbum/plumbum-%{version}.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python-devel
@@ -41,6 +41,9 @@ rm -rf %{pypi_name}.egg-info
 
 
 %changelog
+* Mon Nov 05 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1.0.1-1
+- Update to 1.0.1.
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index a9db6b7..4602c38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d26aaca527b3bb1a01e25f63a442d8a  plumbum-0.9.0.tar.gz
+03bd0be53ff295624cc08d3400d4f461  plumbum-1.0.1.tar.gz


More information about the scm-commits mailing list