diff --git a/python-trio.spec b/python-trio.spec index 1fba81698e9a2ecabc9094d887fa036d45978f1d..a7fccfe8bb1e935ed700927f310194948f470b6a 100644 --- a/python-trio.spec +++ b/python-trio.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-trio -Version: 0.29.0 +Version: 0.30.0 Release: 1 Summary: A friendly Python library for async concurrency and I/O License: Apache-2.0 @@ -103,6 +103,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 20 2025 liudy - 0.30.0-1 +- Update version to 0.30.0 + * Wed Jun 18 2025 liudy - 0.29.0-1 - Update version to 0.29.0 diff --git a/trio-0.29.0.tar.gz b/trio-0.29.0.tar.gz deleted file mode 100644 index 622321f94be55ed26aea98df9e01e656a8af31a9..0000000000000000000000000000000000000000 Binary files a/trio-0.29.0.tar.gz and /dev/null differ diff --git a/trio-0.30.0.tar.gz b/trio-0.30.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1766c2974d1ab03ed89d62e1dff5268a4739588e Binary files /dev/null and b/trio-0.30.0.tar.gz differ