Update to 1.1.0
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
4333097255
commit
226ea1bbd7
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ greenlet-0.3.1.tar.gz
|
|||||||
/greenlet-0.4.14.tar.gz
|
/greenlet-0.4.14.tar.gz
|
||||||
/greenlet-0.4.16.tar.gz
|
/greenlet-0.4.16.tar.gz
|
||||||
/greenlet-0.4.17.tar.gz
|
/greenlet-0.4.17.tar.gz
|
||||||
|
/greenlet-1.1.0.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global modname greenlet
|
%global modname greenlet
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.4.17
|
Version: 1.1.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Lightweight in-process concurrent programming
|
Summary: Lightweight in-process concurrent programming
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/python-greenlet/greenlet
|
URL: https://github.com/python-greenlet/greenlet
|
||||||
@ -47,18 +47,21 @@ Python 3 version.
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} run-tests.py
|
PYTHONPATH="%{buildroot}%{python3_sitearch}" %{python3} -m unittest discover greenlet.tests
|
||||||
|
|
||||||
%files -n python3-%{modname}
|
%files -n python3-%{modname}
|
||||||
%license LICENSE LICENSE.PSF
|
%license LICENSE LICENSE.PSF
|
||||||
%doc AUTHORS NEWS README.rst
|
%doc AUTHORS README.rst
|
||||||
%{python3_sitearch}/%{modname}-*.egg-info
|
%{python3_sitearch}/%{modname}-*.egg-info
|
||||||
%{python3_sitearch}/%{modname}*.so
|
%{python3_sitearch}/%{modname}
|
||||||
|
|
||||||
%files -n python3-greenlet-devel
|
%files -n python3-greenlet-devel
|
||||||
%{_includedir}/python%{python3_version}*/%{modname}/
|
%{_includedir}/python%{python3_version}*/%{modname}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 10 2021 Nils Philippsen <nils@tiptoe.de> - 1.1.0-1
|
||||||
|
- Update to 1.1.0
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.17-2
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.17-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (greenlet-0.4.17.tar.gz) = f7bfbac2d43ad8ebf72d5237261314232c5b061f06ec577fe558e07c7c3fee02500635c94268a0eabc4a30e866f31d3b898fce0d7c57f4f0f42ca27454a426be
|
SHA512 (greenlet-1.1.0.tar.gz) = b9861bdf42eac43f3dadf080098483f0654dc2f52aeeff10a4f4e260c12fa0bc44123b0ede025c0e972fc13f931ac33e0cf7b1aee707a19f457c296a355c8af6
|
||||||
|
Loading…
Reference in New Issue
Block a user