Update to 0.4.2
This commit is contained in:
parent
c5ea24f2b9
commit
1f69689f93
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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@cora.nwra.com> 0.4.2-1
|
||||
- Update to 0.4.2
|
||||
|
||||
* Mon Aug 05 2013 Kevin Fenzi <kevin@scrye.com> 0.4.1-1
|
||||
- Update to 0.4.1
|
||||
- Fix FTBFS bug #993134
|
||||
|
Loading…
Reference in New Issue
Block a user