15
0
forked from pool/python-gevent

Accepting request 1056058 from home:bnavigator:branches:devel:languages:python

- Update to 22.10.2
  * Update to greenlet 2.0. This fixes a deallocation issue that
    required a change in greenlet's ABI. The design of greenlet 2.0
    is intended to prevent future fixes and enhancements from
    requiring an ABI change, making it easier to update gevent and
    greenlet independently.
  * Caution: greenlet 2.0 requires a modern-ish C++ compiler. This
    may mean certain older platforms are no longer supported. See
    :issue:`1909`.

OBS-URL: https://build.opensuse.org/request/show/1056058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=81
This commit is contained in:
2023-01-04 21:25:00 +00:00
committed by Git OBS Bridge
parent 5a3b543597
commit eeca9bf90c
5 changed files with 38 additions and 26 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jan 4 19:49:54 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 22.10.2
* Update to greenlet 2.0. This fixes a deallocation issue that
required a change in greenlet's ABI. The design of greenlet 2.0
is intended to prevent future fixes and enhancements from
requiring an ABI change, making it easier to update gevent and
greenlet independently.
* Caution: greenlet 2.0 requires a modern-ish C++ compiler. This
may mean certain older platforms are no longer supported. See
:issue:`1909`.
-------------------------------------------------------------------
Sun Oct 16 17:41:54 UTC 2022 - Dirk Müller <dmueller@suse.com>