Changelog for
python312-uvloop-0.20.0-35.2.x86_64.rpm :
* Mon Oct 07 2024 Dirk Müller
- update to 0.20.0:
* Upgrade libuv to v1.48.0
* Fix test_create_server_4 with Python 3.12.5
* Use len(os.sched_getaffinity(0)) instead of os.cpu_count()
* Inline _Py_RestoreSignals() from CPython
* Fri Dec 29 2023 Dirk Müller - 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 2023 Dirk Müller - limit to Cython < 3
* Tue Jul 04 2023 ecsos - Add %{?sle15_python_module_pythons}
* Wed Oct 12 2022 Yogalakshmi Arunachalam - 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
* Thu Sep 09 2021 Fusion Future - Add libuv >= 1.28.0 BuildRequires. (https://github.com/MagicStack/uvloop/commit/c2b65bc8d2e1bb759a755adb255f095fb40ce953)- Do not include autogenerated source code (loop.c).- Add rpmlintrc to suppress devel-file-in-non-devel-package messages.
* Mon Aug 30 2021 John Paul Adrian Glaubitz - Update to 0.16.0:
* Python 3.10 support (#432)
* Bump vendored libuv to 1.42.0 (#433)
* Use cibuildwheel to build wheels (#435)
* Add support for .when()
* Fix ref issue when protocol is in Cython
* Set python_requires in setup.py
* SSL: schedule first data after waiter wakeup
* Fix a possible race condition in sslproto test
* Fix call_soon_threadsafe thread safety- from version 0.15.3:
* SSL: schedule first data after waiter wakeup
* Fix a possible race condition in sslproto test
* Fix call_soon_threadsafe thread safety- from version 0.15.2:
* Add python_requires in setup.py to fix dependency resolution issues- from version 0.15.1:
* Fix a segfault issue when a Cython protocol is de-referencing itself from Context.run() callbacks- from version 0.15.0:
* Add name keyword argument to loop.create_task()
* Add typing support
* SSL: many improvements
* Fix KeyboardInterrupt handling logic
* Python 3.8/3.9 compatibility fixes, drop support for 3.5/3.6
* UDP: multiple bug fixes
* Pipe: a critical crash fix that affects subprocess, pipe and socketpair
* Restore context on protocol callbacks
* Subprocess: stdio bug fixes
* Sock: fix issue in sock_connect() for large concurrency
* Misc fixes about docs URL, test typo, and CI compatibility
* Check Cython version semantically
* Add .flake8 to distribution tarball
* Switch to Github actions
* Bump libuv to v1.40.0- Disable build on Python 3.6
* Wed Nov 06 2019 Matej Cepl - Update to 0.14.0: - Add support for Python 3.8 - numerous bug fixes
* Tue Sep 10 2019 Tomáš Chvátal - Update to 0.13.0:
* Implement Server.start_serving() and related APIs
* Make Server an asynchronous context manager.
* Start using high-performance uv_udp_t handle. This should result in a significantly faster UDP support.
* Make address validation faster in udp.sendto().
* Tue May 14 2019 Drew Balliet - Commented out testing since it is timing out at 5400 seconds in build service