| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: python313-uvloop | Distribution: SUSE Linux 16 | 
| Version: 0.21.0 | Vendor: SUSE LLC <https://www.suse.com/> | 
| Release: 160000.2.2 | Build date: Tue Oct 29 12:20:43 2024 | 
| Group: Development/Languages/Python | Build host: reproducible | 
| Size: 2366553 | Source RPM: python-uvloop-0.21.0-160000.2.2.src.rpm | 
| Packager: https://www.suse.com/ | |
| Url: http://github.com/MagicStack/uvloop | |
| Summary: An asyncio event loop on top of libuv | |
uvloop is a drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv under the hood.
Apache-2.0 AND MIT
* Tue Oct 29 2024 adrian.glaubitz@suse.com
  - Update to 0.21.0
    * Add cleanup_socket param on create_unix_server()
    * Use cythonized SO_REUSEPORT rather than the unwrapped native one (#609)
    * UDP errors should result in protocol.error_received (#601)
    * Updates for Cython3 (#587)
    * Test with Python 3.13 (#610)
  - Update BuildRequires from pyproject.toml
* Mon Oct 07 2024 dmueller@suse.com
  - 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 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 2023 dmueller@suse.com
  - limit to Cython < 3
* Tue Jul 04 2023 ecsos@opensuse.org
  - Add %{?sle15_python_module_pythons}
* Wed Oct 12 2022 yarunachalam@suse.com
  - 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 qydwhotmail@gmail.com
  - 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 adrian.glaubitz@suse.com
  - 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 <timer handle>.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 mcepl@suse.com
  - Update to 0.14.0:
    - Add support for Python 3.8
    - numerous bug fixes
* Tue Sep 10 2019 tchvatal@suse.com
  - 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 aballiet@suse.com
  - Commented out testing since it is timing out at 5400 seconds in build service
* Thu Mar 21 2019 mimi.vx@gmail.com
  - update to 0.12.2
    * Fix circular references in SSL implementation
    * Fix a memory leak in call_later() and call_at()
    * Round (instead of flooring) delay in call_later()
* Thu Feb 28 2019 mimi.vx@gmail.com
  - 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
      and more complete, and will become the default SSL implementation
      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
      the Protocol.connection_lost() anyways.
    * Improve UDPTransport.sendto() performance.
* Wed Feb 13 2019 tchvatal@suse.com
  - Distribute again the .c files as they are needed by parts
    of the py app rh#1639457
  - Do not distribute the tests
* Thu Oct 25 2018 tchvatal@suse.com
  - Tests are flaky, thus continue even if we fail...
* Sun Oct 14 2018 jengelh@inai.de
  - Ensure neutrality of description.
* Thu Oct 11 2018 mimi.vx@gmail.com
  - initial package version 0.11.2
/usr/lib64/python3.13/site-packages/uvloop /usr/lib64/python3.13/site-packages/uvloop-0.21.0.dist-info /usr/lib64/python3.13/site-packages/uvloop-0.21.0.dist-info/INSTALLER /usr/lib64/python3.13/site-packages/uvloop-0.21.0.dist-info/METADATA /usr/lib64/python3.13/site-packages/uvloop-0.21.0.dist-info/RECORD /usr/lib64/python3.13/site-packages/uvloop-0.21.0.dist-info/REQUESTED /usr/lib64/python3.13/site-packages/uvloop-0.21.0.dist-info/WHEEL /usr/lib64/python3.13/site-packages/uvloop-0.21.0.dist-info/licenses /usr/lib64/python3.13/site-packages/uvloop-0.21.0.dist-info/licenses/LICENSE-APACHE /usr/lib64/python3.13/site-packages/uvloop-0.21.0.dist-info/licenses/LICENSE-MIT /usr/lib64/python3.13/site-packages/uvloop-0.21.0.dist-info/top_level.txt /usr/lib64/python3.13/site-packages/uvloop/__init__.py /usr/lib64/python3.13/site-packages/uvloop/__pycache__ /usr/lib64/python3.13/site-packages/uvloop/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/uvloop/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/uvloop/__pycache__/_noop.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/uvloop/__pycache__/_noop.cpython-313.pyc /usr/lib64/python3.13/site-packages/uvloop/__pycache__/_version.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/uvloop/__pycache__/_version.cpython-313.pyc /usr/lib64/python3.13/site-packages/uvloop/_noop.py /usr/lib64/python3.13/site-packages/uvloop/_version.py /usr/lib64/python3.13/site-packages/uvloop/cbhandles.pxd /usr/lib64/python3.13/site-packages/uvloop/cbhandles.pyx /usr/lib64/python3.13/site-packages/uvloop/dns.pyx /usr/lib64/python3.13/site-packages/uvloop/errors.pyx /usr/lib64/python3.13/site-packages/uvloop/handles /usr/lib64/python3.13/site-packages/uvloop/handles/async_.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/async_.pyx /usr/lib64/python3.13/site-packages/uvloop/handles/basetransport.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/basetransport.pyx /usr/lib64/python3.13/site-packages/uvloop/handles/check.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/check.pyx /usr/lib64/python3.13/site-packages/uvloop/handles/fsevent.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/fsevent.pyx /usr/lib64/python3.13/site-packages/uvloop/handles/handle.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/handle.pyx /usr/lib64/python3.13/site-packages/uvloop/handles/idle.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/idle.pyx /usr/lib64/python3.13/site-packages/uvloop/handles/pipe.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/pipe.pyx /usr/lib64/python3.13/site-packages/uvloop/handles/poll.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/poll.pyx /usr/lib64/python3.13/site-packages/uvloop/handles/process.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/process.pyx /usr/lib64/python3.13/site-packages/uvloop/handles/stream.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/stream.pyx /usr/lib64/python3.13/site-packages/uvloop/handles/streamserver.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/streamserver.pyx /usr/lib64/python3.13/site-packages/uvloop/handles/tcp.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/tcp.pyx /usr/lib64/python3.13/site-packages/uvloop/handles/timer.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/timer.pyx /usr/lib64/python3.13/site-packages/uvloop/handles/udp.pxd /usr/lib64/python3.13/site-packages/uvloop/handles/udp.pyx /usr/lib64/python3.13/site-packages/uvloop/includes /usr/lib64/python3.13/site-packages/uvloop/includes/__init__.py /usr/lib64/python3.13/site-packages/uvloop/includes/__pycache__ /usr/lib64/python3.13/site-packages/uvloop/includes/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/uvloop/includes/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/uvloop/includes/consts.pxi /usr/lib64/python3.13/site-packages/uvloop/includes/debug.pxd /usr/lib64/python3.13/site-packages/uvloop/includes/flowcontrol.pxd /usr/lib64/python3.13/site-packages/uvloop/includes/python.pxd /usr/lib64/python3.13/site-packages/uvloop/includes/stdlib.pxi /usr/lib64/python3.13/site-packages/uvloop/includes/system.pxd /usr/lib64/python3.13/site-packages/uvloop/includes/uv.pxd /usr/lib64/python3.13/site-packages/uvloop/loop.cpython-313-s390x-linux-gnu.so /usr/lib64/python3.13/site-packages/uvloop/loop.pxd /usr/lib64/python3.13/site-packages/uvloop/loop.pyi /usr/lib64/python3.13/site-packages/uvloop/loop.pyx /usr/lib64/python3.13/site-packages/uvloop/lru.pyx /usr/lib64/python3.13/site-packages/uvloop/pseudosock.pyx /usr/lib64/python3.13/site-packages/uvloop/py.typed /usr/lib64/python3.13/site-packages/uvloop/request.pxd /usr/lib64/python3.13/site-packages/uvloop/request.pyx /usr/lib64/python3.13/site-packages/uvloop/server.pxd /usr/lib64/python3.13/site-packages/uvloop/server.pyx /usr/lib64/python3.13/site-packages/uvloop/sslproto.pxd /usr/lib64/python3.13/site-packages/uvloop/sslproto.pyx /usr/share/doc/packages/python313-uvloop /usr/share/doc/packages/python313-uvloop/README.rst /usr/share/licenses/python313-uvloop /usr/share/licenses/python313-uvloop/LICENSE-APACHE /usr/share/licenses/python313-uvloop/LICENSE-MIT
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Oct 27 22:56:30 2025