diff --git a/python-trio.changes b/python-trio.changes index d8d418a..852faf7 100644 --- a/python-trio.changes +++ b/python-trio.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Nov 28 10:38:27 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.32.0 + * Allow trio.CapacityLimiter to have zero total_tokens. (#3321) + * Fixed a bug where iterating over an @as_safe_channel-derived + ReceiveChannel would raise BrokenResourceError if the channel + was closed by another task. It now shuts down cleanly. (#3331) + * trio.lowlevel.Task.iter_await_frames now works on completed tasks, + by returning an empty list of frames if the underlying coroutine + has been closed. Previously, it raised an internal error. (#3337) +- Update BuildRequires from pyproject.toml + ------------------------------------------------------------------- Tue Sep 23 11:04:19 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-trio.spec b/python-trio.spec index 19fe2ed..6975388 100644 --- a/python-trio.spec +++ b/python-trio.spec @@ -26,13 +26,13 @@ %endif %{?sle15_python_module_pythons} Name: python-trio%{psuffix} -Version: 0.31.0 +Version: 0.32.0 Release: 0 Summary: Python async/await-native I/O library License: Apache-2.0 OR MIT URL: https://github.com/python-trio/trio Source: https://files.pythonhosted.org/packages/source/t/trio/trio-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module base >= 3.10} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools > 77} BuildRequires: %{python_module wheel} diff --git a/trio-0.31.0.tar.gz b/trio-0.31.0.tar.gz deleted file mode 100644 index 3437845..0000000 --- a/trio-0.31.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f71d551ccaa79d0cb73017a33ef3264fde8335728eb4c6391451fe5d253a9d5b -size 605825 diff --git a/trio-0.32.0.tar.gz b/trio-0.32.0.tar.gz new file mode 100644 index 0000000..079ffeb --- /dev/null +++ b/trio-0.32.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150f29ec923bcd51231e1d4c71c7006e65247d68759dd1c19af4ea815a25806b +size 605323