Commit Graph

16 Commits

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