[python-gevent] Update to 1.0.1

Orion Poplawski orion at fedoraproject.org
Fri Aug 15 15:54:53 UTC 2014


commit d437001768d5894549a71dac0ceb090490d69cd7
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Aug 15 09:54:59 2014 -0600

    Update to 1.0.1

 .gitignore         |    1 +
 python-gevent.spec |    7 +++++--
 sources            |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dbf17b3..5116eab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ gevent-0.13.0.tar.gz
 /gevent-0.13.6.tar.gz
 /gevent-0.13.8.tar.gz
 /gevent-1.0.tar.gz
+/gevent-1.0.1.tar.gz
diff --git a/python-gevent.spec b/python-gevent.spec
index 4917ae4..defda73 100644
--- a/python-gevent.spec
+++ b/python-gevent.spec
@@ -7,8 +7,8 @@
 %global upstream_name gevent
 
 Name:           python-%{upstream_name}
-Version:        1.0
-Release:        2%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        A coroutine-based Python networking library
 
 Group:          Development/Languages
@@ -59,6 +59,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/%{upstream_name}-%{version}-*.egg-info
 
 %changelog
+* Fri Aug 15 2014 Orion Poplawski <orion at cora.nwra.com> - 1.0.1-1
+- Update to 1.0.1
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index bbc2096..a18e91c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-33aef51a06268f5903fea378e1388e4d  gevent-1.0.tar.gz
+7b952591d1a0174d6eb6ac47bd975ab6  gevent-1.0.1.tar.gz


More information about the scm-commits mailing list