[python-greenlet] Update to 0.4.2

Orion Poplawski orion at fedoraproject.org
Thu Jan 23 18:19:58 UTC 2014


commit 1f69689f939912a781089e7bb9ea57155223feee
Author: Orion Poplawski <orion at nwra.com>
Date:   Thu Jan 23 11:20:19 2014 -0700

    Update to 0.4.2

 .gitignore           |    1 +
 python-greenlet.spec |    5 ++++-
 sources              |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 41babcb..5d4eb2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 greenlet-0.3.1.tar.gz
 /greenlet-0.4.0.zip
 /greenlet-0.4.1.zip
+/greenlet-0.4.2.zip
diff --git a/python-greenlet.spec b/python-greenlet.spec
index 2ea8b7b..219838b 100644
--- a/python-greenlet.spec
+++ b/python-greenlet.spec
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name:           python-greenlet
-Version:        0.4.1
+Version:        0.4.2
 Release:        1%{?dist}
 Summary:        Lightweight in-process concurrent programming
 Group:          Development/Libraries
@@ -67,6 +67,9 @@ PYTHONPATH=$(pwd) %{__python} benchmarks/chain.py
 %{_includedir}/python*/greenlet
 
 %changelog
+* Thu Jan 23 2014 Orion Poplawski <orion at cora.nwra.com> 0.4.2-1
+- Update to 0.4.2
+
 * Mon Aug 05 2013 Kevin Fenzi <kevin at scrye.com> 0.4.1-1
 - Update to 0.4.1
 - Fix FTBFS bug #993134
diff --git a/sources b/sources
index 6401625..f13713d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2deda75bdda59c38cae12a77cc53adc  greenlet-0.4.1.zip
+580a8a5e833351f7abdaedb1a877f7ac  greenlet-0.4.2.zip


More information about the scm-commits mailing list