Update to 0.4.7. Fixes bug #1235896

This commit is contained in:
Kevin Fenzi 2015-06-26 15:20:06 -06:00
parent 4a026121be
commit c514aa67e7
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ greenlet-0.3.1.tar.gz
/greenlet-0.4.1.zip
/greenlet-0.4.2.zip
/greenlet-0.4.5.zip
/greenlet-0.4.7.zip

View File

@ -1,8 +1,8 @@
%global with_python3 1
Name: python-greenlet
Version: 0.4.5
Release: 2%{?dist}
Version: 0.4.7
Release: 1%{?dist}
Summary: Lightweight in-process concurrent programming
Group: Development/Libraries
License: MIT
@ -117,6 +117,9 @@ PYTHONPATH=$(pwd) %{__python3} benchmarks/chain.py
%endif # if with_python3
%changelog
* Fri Jun 26 2015 Kevin Fenzi <kevin@scrye.com> 0.4.7-1
- Update to 0.4.7. Fixes bug #1235896
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
ce383f6475e6311cf8932ea779938703 greenlet-0.4.5.zip
c2333a8ff30fa75c5d5ec0e67b461086 greenlet-0.4.7.zip