8 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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