forked from pool/python-trio
Accepting request 822403 from home:mcalabkova:branches:devel:languages:python
- Update to 0.16.0 * If you want to use Trio, but are stuck with some other event loop like Qt or PyGame, then good news: now you can have both. * To speed up `trio.to_thread.run_sync`, Trio now caches and re-uses worker threads. * Tasks spawned with `nursery.start() <trio.Nursery.start>` aren't treated as direct children of their nursery until they call ``task_status.started()``. * Some bugfixes and deprecations OBS-URL: https://build.opensuse.org/request/show/822403 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trio?expand=0&rev=14
This commit is contained in:
parent
50f9c7d521
commit
1a203ad89b
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 23 12:46:45 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.16.0
|
||||||
|
* If you want to use Trio, but are stuck with some other event loop
|
||||||
|
like Qt or PyGame, then good news: now you can have both.
|
||||||
|
* To speed up `trio.to_thread.run_sync`, Trio now caches and re-uses
|
||||||
|
worker threads.
|
||||||
|
* Tasks spawned with `nursery.start() <trio.Nursery.start>` aren't treated as
|
||||||
|
direct children of their nursery until they call ``task_status.started()``.
|
||||||
|
* Some bugfixes and deprecations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 9 07:36:03 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Tue Jun 9 07:36:03 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-trio
|
Name: python-trio
|
||||||
Version: 0.15.1
|
Version: 0.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An async/await-native I/O library
|
Summary: An async/await-native I/O library
|
||||||
License: MIT OR Apache-2.0
|
License: MIT OR Apache-2.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:837ca5871e73639d8eae2a742b479b11fb26a399311477d0423088e22735f82f
|
|
||||||
size 457493
|
|
3
trio-0.16.0.tar.gz
Normal file
3
trio-0.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:246823ae026fd0a9a1cd38db0106ac3ba511be228192f4bf75c336c589e8af78
|
||||||
|
size 469784
|
Loading…
Reference in New Issue
Block a user