diff --git a/python-trio.spec b/python-trio.spec index 9aed26acbc5d93e5ee1da3ac8d2e4d57db3538e7..f2bc9c80d5831676f3a047688f8e4a89beca518e 100644 --- a/python-trio.spec +++ b/python-trio.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-trio -Version: 0.25.1 +Version: 0.26.0 Release: 1 Summary: A friendly Python library for async concurrency and I/O License: Apache-2.0 URL: https://github.com/python-trio/trio -Source0: https://files.pythonhosted.org/packages/04/b0/5ec370ef69832f3d6d79069af7097dcec0a8c68fa898822e49ad621c4af0/trio-0.25.1.tar.gz +Source0: https://files.pythonhosted.org/packages/73/66/bc155385503674288a440384c1c262c755af4c218e56e61e4b90635b15af/trio-0.26.0.tar.gz BuildArch: noarch %description The Trio project's goal is to produce a production-quality, permissively licensed, @@ -97,6 +97,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jul 23 2024 warlcok - 0.26.0-1 +- Upgrade package to 0.26.0 +- Added an interactive interpreter + Fixed a bug with incorrectly failed matches + * Thu Jun 20 2024 liuzhilin - 0.25.1-1 - Upgrade package 0.25.1 - Fix crash when importing trio in embedded Python on Windows, and other installs that remove docstrings. diff --git a/trio-0.25.1.tar.gz b/trio-0.25.1.tar.gz deleted file mode 100644 index 8f693dca7cc7c9112fc1b21fc95c4f00243f665e..0000000000000000000000000000000000000000 Binary files a/trio-0.25.1.tar.gz and /dev/null differ diff --git a/trio-0.26.0.tar.gz b/trio-0.26.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3a766b92054afd52e7299befb9d6b2834e99caa9 Binary files /dev/null and b/trio-0.26.0.tar.gz differ