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