15
0
forked from pool/python-gevent

Accepting request 1114303 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1114303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=46
This commit is contained in:
2023-10-01 19:21:56 +00:00
committed by Git OBS Bridge

View File

@@ -1,7 +1,7 @@
-------------------------------------------------------------------
Mon Sep 18 19:07:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 23.9.0 (CVE-2023-41419):
- update to 23.9.0 (bsc#1215469, CVE-2023-41419):
* Make ``gevent.select.select`` accept arbitrary iterables, not
just sequences. That is, you can now pass in a generator of file
descriptors instead of a realized list. Internally, arbitrary