diff --git a/python-trio.spec b/python-trio.spec index f2bc9c80d5831676f3a047688f8e4a89beca518e..9a38a271563e80959844a2d9f1689b93904c95d6 100644 --- a/python-trio.spec +++ b/python-trio.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-trio -Version: 0.26.0 +Version: 0.26.2 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/73/66/bc155385503674288a440384c1c262c755af4c218e56e61e4b90635b15af/trio-0.26.0.tar.gz +Source0: https://files.pythonhosted.org/packages/9a/03/ab0e9509be0c6465e2773768ec25ee0cb8053c0b91471ab3854bbf2294b2/trio-0.26.2.tar.gz BuildArch: noarch %description The Trio project's goal is to produce a production-quality, permissively licensed, @@ -97,6 +97,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 21 2024 guochao - 0.26.2-1 +- Upgrade package to 0.26.2 +- Switch to uv pip compile +- Update to mypy 1.11.0 +- Use 3.12 for formatting check +- Fix attrs redone + * Tue Jul 23 2024 warlcok - 0.26.0-1 - Upgrade package to 0.26.0 - Added an interactive interpreter diff --git a/trio-0.26.0.tar.gz b/trio-0.26.0.tar.gz deleted file mode 100644 index 3a766b92054afd52e7299befb9d6b2834e99caa9..0000000000000000000000000000000000000000 Binary files a/trio-0.26.0.tar.gz and /dev/null differ diff --git a/trio-0.26.2.tar.gz b/trio-0.26.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b3899bf3de37af081bd7a297519433a1e1fd8f04 Binary files /dev/null and b/trio-0.26.2.tar.gz differ