1
0

- update to 1.1.0:

* Add support for Python 3.10. Pre-built binary wheels for 3.10 are
    not currently available for all platforms. The greenlet ABI is
    different on Python 3.10 from all previous versions, but as 3.10 was
    never supported before, and the ABI has not changed on other Python
    versions, this is not considered a reason to change greenlet's major
    version.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=56
This commit is contained in:
Dirk Mueller 2021-06-06 12:38:50 +00:00 committed by Git OBS Bridge
parent acd5034be6
commit 347d7c3a6a
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:719e169c79255816cdcf6dccd9ed2d089a72a9f6c42273aae12d55e8d35bdcf8
size 84525

3
greenlet-1.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c87df8ae3f01ffb4483c796fe1b15232ce2b219f0b18126948616224d3f658ee
size 85043

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jun 6 12:37:38 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.1.0:
* Add support for Python 3.10. Pre-built binary wheels for 3.10 are
not currently available for all platforms. The greenlet ABI is
different on Python 3.10 from all previous versions, but as 3.10 was
never supported before, and the ABI has not changed on other Python
versions, this is not considered a reason to change greenlet's major
version.
-------------------------------------------------------------------
Mon Feb 1 22:13:52 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-greenlet
Version: 1.0.0
Version: 1.1.0
Release: 0
Summary: Lightweight in-process concurrent programming
License: MIT