Commit Graph

31 Commits

Author SHA256 Message Date
Dominique Leuenberger
dfd7aa66b5 Accepting request 1136315 from devel:languages:python
- 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/request/show/1136315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=14
2024-01-05 21:59:26 +00:00
9c9ee920de OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=28 2024-01-02 22:38:38 +00:00
a3ef86b7bb - 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
2023-12-29 10:02:42 +00:00
Ana Guerrero
b61a62924f Accepting request 1103795 from devel:languages:python
- limit to Cython < 3

OBS-URL: https://build.opensuse.org/request/show/1103795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=13
2023-08-18 17:27:32 +00:00
efba181c63 - limit to Cython < 3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=25
2023-08-14 06:55:38 +00:00
Dominique Leuenberger
3137963652 Accepting request 1096812 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1096812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=12
2023-07-05 13:30:45 +00:00
Markéta Machová
42e91807a6 Accepting request 1096809 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1096809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=23
2023-07-04 13:31:01 +00:00
Dominique Leuenberger
3eebd24062 Accepting request 1010368 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1010368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=11
2022-10-14 13:40:14 +00:00
3c858f4714 Accepting request 1010306 from home:yarunachalam:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1010306
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=21
2022-10-13 06:55:28 +00:00
Dominique Leuenberger
d4039751c3 Accepting request 918474 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/918474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=10
2021-09-12 18:09:34 +00:00
787dd014ce Accepting request 918056 from home:fusionfuture:branches:devel:languages:python
- Add libuv >= 1.28.0 BuildRequires.
  (c2b65bc8d2)
- Do not include autogenerated source code (loop.c).
- Add rpmlintrc to suppress devel-file-in-non-devel-package messages.

OBS-URL: https://build.opensuse.org/request/show/918056
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=20
2021-09-11 21:20:27 +00:00
Dominique Leuenberger
05e74a42c1 Accepting request 915778 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/915778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=9
2021-09-02 21:20:23 +00:00
64fd87943b Accepting request 915114 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/915114
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=19
2021-09-02 14:05:34 +00:00
Dominique Leuenberger
8da2cad87c Accepting request 745889 from devel:languages:python
- Update to 0.14.0:
  - Add support for Python 3.8
  - numerous bug fixes

OBS-URL: https://build.opensuse.org/request/show/745889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=8
2019-11-07 22:16:59 +00:00
030b1c3fde - Update to 0.14.0:
- Add support for Python 3.8
  - numerous bug fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=17
2019-11-06 10:56:23 +00:00
Dominique Leuenberger
3e827addf1 Accepting request 729740 from devel:languages:python
- 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().

OBS-URL: https://build.opensuse.org/request/show/729740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=7
2019-09-11 08:34:56 +00:00
Tomáš Chvátal
91acd4bd17 - 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().

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=15
2019-09-10 09:31:24 +00:00
Dominique Leuenberger
4aca8bba15 Accepting request 702985 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/702985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=6
2019-05-16 20:06:48 +00:00
Tomáš Chvátal
9ea438f460 Accepting request 702981 from home:aballiet:branches:devel:languages:python
- Commented out testing since it is timing out at 5400 seconds in the build service

OBS-URL: https://build.opensuse.org/request/show/702981
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=13
2019-05-14 21:01:45 +00:00
Dominique Leuenberger
21cf312bf4 Accepting request 687287 from devel:languages:python
- 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()

OBS-URL: https://build.opensuse.org/request/show/687287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=5
2019-04-01 10:35:17 +00:00
a4ab8ce44c - 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()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=11
2019-03-21 11:18:56 +00:00
Stephan Kulow
b868a25e34 Accepting request 680149 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/680149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=4
2019-03-01 19:30:50 +00:00
85d73fafcf - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=9
2019-02-28 15:07:52 +00:00
Dominique Leuenberger
839d2d2242 Accepting request 674526 from devel:languages:python
- Distribute again the .c files as they are needed by parts
  of the py app rh#1639457
- Do not distribute the tests

OBS-URL: https://build.opensuse.org/request/show/674526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=3
2019-02-14 13:33:39 +00:00
Tomáš Chvátal
ea5e1993cf - Distribute again the .c files as they are needed by parts
of the py app rh#1639457
- Do not distribute the tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=7
2019-02-13 12:25:53 +00:00
Dominique Leuenberger
51bc61b009 Accepting request 644631 from devel:languages:python
- Tests are flaky, thus continue even if we fail...

- Ensure neutrality of description.

- initial package version 0.11.2

OBS-URL: https://build.opensuse.org/request/show/644631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=2
2018-10-31 12:13:08 +00:00
Tomáš Chvátal
98861cde0a - Tests are flaky, thus continue even if we fail...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=5
2018-10-25 12:22:32 +00:00
Dominique Leuenberger
bc67e95fc1 Accepting request 641346 from devel:languages:python
python uvloop - drop in replacement for standard eventloop

OBS-URL: https://build.opensuse.org/request/show/641346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=1
2018-10-15 08:49:00 +00:00
Tomáš Chvátal
33aa77de48 Accepting request 641915 from home:jengelh:branches:devel:languages:python
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/641915
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=3
2018-10-14 10:22:15 +00:00
eaedef6f4d Require correct Cython
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=2
2018-10-11 21:01:29 +00:00
a5d78297b0 Accepting request 641343 from home:mimi_vx
uvloop for async.

OBS-URL: https://build.opensuse.org/request/show/641343
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=1
2018-10-11 20:59:29 +00:00