Update to 0.4.11. Fixes bug #1403514
This commit is contained in:
parent
8895940a4d
commit
883f258244
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ greenlet-0.3.1.tar.gz
|
|||||||
/greenlet-0.4.5.zip
|
/greenlet-0.4.5.zip
|
||||||
/greenlet-0.4.7.zip
|
/greenlet-0.4.7.zip
|
||||||
/greenlet-0.4.9.zip
|
/greenlet-0.4.9.zip
|
||||||
|
/0.4.11.tar.gz
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.4.9
|
Version: 0.4.11
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Lightweight in-process concurrent programming
|
Summary: Lightweight in-process concurrent programming
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://pypi.python.org/pypi/%{modname}
|
URL: http://pypi.python.org/pypi/%{modname}
|
||||||
Source0: http://pypi.python.org/packages/source/g/%{modname}/%{modname}-%{version}.zip
|
Source0: https://github.com/python-greenlet/greenlet/archive/%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
@ -136,6 +136,9 @@ PYTHONPATH=$(pwd) %{__python3} benchmarks/chain.py
|
|||||||
%endif # if with_python3
|
%endif # if with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 11 2016 Kevin Fenzi <kevin@scrye.com> - 0.4.11-1
|
||||||
|
- Update to 0.4.11. Fixes bug #1403514
|
||||||
|
|
||||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.9-2
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.9-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user