update to 1.1.2

This commit is contained in:
caodongxia 2022-03-30 15:47:05 +08:00
parent bc315f4868
commit 08d9b31256
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
greenlet-1.1.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,11 @@
Name: python-greenlet Name: python-greenlet
Version: 1.0.0 Version: 1.1.2
Release: 1 Release: 1
Summary: lightweight coroutines for in-process concurrent programming Summary: lightweight coroutines for in-process concurrent programming
License: Python-2.0 and MIT License: Python-2.0 and MIT
URL: https://github.com/python-greenlet/greenlet URL: https://github.com/python-greenlet/greenlet
Source0: https://files.pythonhosted.org/packages/92/be/878cc5314fa5aadce33e68738c1a24debe317605196bdfc2049e66bc9c30/greenlet-1.0.0.tar.gz Source0: https://files.pythonhosted.org/packages/0c/10/754e21b5bea89d0e73f99d60c83754df7cc64db74f47d98ab187669ce341/greenlet-1.1.2.tar.gz
%description %description
The greenlet package is a spin-off of Stackless, a version of CPython The greenlet package is a spin-off of Stackless, a version of CPython
that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently
@ -59,6 +60,9 @@ that use python3-greenlet.
%{_includedir}/python%{python3_version}*/greenlet/ %{_includedir}/python%{python3_version}*/greenlet/
%changelog %changelog
* Wed Mar 30 2022 caodongxia <caodongxia@huawei.com> - 1.1.2-1
- update to 1.1.2
* Fri Aug 6 2021 huangtianhua <huangtianhua@huawei.com> - 1.0.0-1 * Fri Aug 6 2021 huangtianhua <huangtianhua@huawei.com> - 1.0.0-1
- update to 1.0.0 - update to 1.0.0