diff --git a/python-trio.spec b/python-trio.spec index 9a38a271563e80959844a2d9f1689b93904c95d6..41bf7f9430c041e08e3c7de0ad5e07a96076ca6d 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.2 +Version: 0.27.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/9a/03/ab0e9509be0c6465e2773768ec25ee0cb8053c0b91471ab3854bbf2294b2/trio-0.26.2.tar.gz +Source0: https://files.pythonhosted.org/packages/17/d1/a83dee5be404da7afe5a71783a33b8907bacb935a6dc8c69ab785e4a3eed/trio-0.27.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 +* Thu Oct 24 2024 guochao - 0.27.0-1 +- Upgrade package to 0.27.0 +- Fix test.polish comments and tests +- Break lots before other checks, minor phrasing improvement in docstring + * Wed Aug 21 2024 guochao - 0.26.2-1 - Upgrade package to 0.26.2 - Switch to uv pip compile diff --git a/trio-0.26.2.tar.gz b/trio-0.26.2.tar.gz deleted file mode 100644 index b3899bf3de37af081bd7a297519433a1e1fd8f04..0000000000000000000000000000000000000000 Binary files a/trio-0.26.2.tar.gz and /dev/null differ diff --git a/trio-0.27.0.tar.gz b/trio-0.27.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c3b5d40fd9d3a4b033a7aedb5133bfd5751689d8 Binary files /dev/null and b/trio-0.27.0.tar.gz differ