From 1a203ad89bf6fd37181216c3b3822ad6d078ff077d54c5061204568d67ea5d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 23 Jul 2020 13:17:36 +0000 Subject: [PATCH] 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() ` 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 --- python-trio.changes | 12 ++++++++++++ python-trio.spec | 2 +- trio-0.15.1.tar.gz | 3 --- trio-0.16.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 trio-0.15.1.tar.gz create mode 100644 trio-0.16.0.tar.gz diff --git a/python-trio.changes b/python-trio.changes index ec2dfc1..246dff8 100644 --- a/python-trio.changes +++ b/python-trio.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jul 23 12:46:45 UTC 2020 - Marketa Calabkova + +- 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() ` 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 diff --git a/python-trio.spec b/python-trio.spec index 4fee00a..3aaaae6 100644 --- a/python-trio.spec +++ b/python-trio.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-trio -Version: 0.15.1 +Version: 0.16.0 Release: 0 Summary: An async/await-native I/O library License: MIT OR Apache-2.0 diff --git a/trio-0.15.1.tar.gz b/trio-0.15.1.tar.gz deleted file mode 100644 index 25d4ae6..0000000 --- a/trio-0.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:837ca5871e73639d8eae2a742b479b11fb26a399311477d0423088e22735f82f -size 457493 diff --git a/trio-0.16.0.tar.gz b/trio-0.16.0.tar.gz new file mode 100644 index 0000000..94e896b --- /dev/null +++ b/trio-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246823ae026fd0a9a1cd38db0106ac3ba511be228192f4bf75c336c589e8af78 +size 469784