15
0
forked from pool/python-uvloop

- update to 0.19.0:

* Drop support of Python 3.7 and update CI (#578)
  * Restore uvloop.new_event_loop and other missing uvloop
    members to typing (#573)
  * Fix docstring of loop.shutdown_default_executor (#535)
- update to 0.18.0:
  * CI fixes (#520, #553)
  * Make extract_stack resilient to lacking frames. (#563)
  * Port uvloop to Python 3.12 (#570)
- limit to Cython < 3
- Update to version 0.17.0
  * visit https://github.com/MagicStack/uvloop/releases/tag/v0.17.0 for more changelog for 0.17.0
- update to 0.12.1
 * ssl.CertificateError is no longer logged as it's delivered to

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=27
This commit is contained in:
2023-12-29 10:02:42 +00:00
committed by Git OBS Bridge
parent efba181c63
commit a3ef86b7bb
4 changed files with 29 additions and 14 deletions

View File

@@ -1,7 +1,20 @@
-------------------------------------------------------------------
Fri Dec 29 09:59:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.19.0:
* Drop support of Python 3.7 and update CI (#578)
* Restore uvloop.new_event_loop and other missing uvloop
members to typing (#573)
* Fix docstring of loop.shutdown_default_executor (#535)
- update to 0.18.0:
* CI fixes (#520, #553)
* Make extract_stack resilient to lacking frames. (#563)
* Port uvloop to Python 3.12 (#570)
-------------------------------------------------------------------
Mon Aug 14 06:55:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- limit to Cython < 3
- limit to Cython < 3
-------------------------------------------------------------------
Tue Jul 4 13:13:21 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -11,10 +24,10 @@ Tue Jul 4 13:13:21 UTC 2023 - ecsos <ecsos@opensuse.org>
-------------------------------------------------------------------
Wed Oct 12 18:17:57 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.17.0
- Update to version 0.17.0
* This release adds Python 3.11 support, updates bundled libuv to 1.43.0
and fixes a handful of issues.
* visit https://github.com/MagicStack/uvloop/releases/tag/v0.17.0 for more changelog for 0.17.0
* visit https://github.com/MagicStack/uvloop/releases/tag/v0.17.0 for more changelog for 0.17.0
-------------------------------------------------------------------
@@ -86,7 +99,7 @@ Tue Sep 10 09:29:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
Tue May 14 20:31:01 UTC 2019 - Drew Balliet <aballiet@suse.com>
- Commented out testing since it is timing out at 5400 seconds in build service
-------------------------------------------------------------------
Thu Mar 21 11:05:07 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
@@ -98,7 +111,7 @@ Thu Mar 21 11:05:07 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
-------------------------------------------------------------------
Thu Feb 28 15:00:03 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.12.1
- update to 0.12.1
* Fix a circular references case in SSL implementation.
* Cleanup references to callbacks in canceled callback handles.
* New SSL implementation. The new implementation is faster and
@@ -106,7 +119,7 @@ Thu Feb 28 15:00:03 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
in asyncio 3.8. This is a significant change that warrants a release
candidate to make sure it is tested properly.
* New uvloop.install() helper function.
* ssl.CertificateError is no longer logged as it's delivered to
* ssl.CertificateError is no longer logged as it's delivered to
the Protocol.connection_lost() anyways.
* Improve UDPTransport.sendto() performance.