diff --git a/python-trio.spec b/python-trio.spec index 508889eb84701b384f94f38a265ab34bb42026e5..c66438ae10b9176f10c9254dc3ad767fc33dc303 100644 --- a/python-trio.spec +++ b/python-trio.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-trio -Version: 0.27.0 -Release: 2 +Version: 0.28.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 @@ -103,6 +103,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Mar 19 2025 muxiaohui - 0.28.0-1 +- Update version to 0.28.0 + * Mon Nov 4 2024 Dongxing Wang - 0.27.0-2 - Fix pytest-trio test error diff --git a/trio-0.27.0.tar.gz b/trio-0.27.0.tar.gz deleted file mode 100644 index 98152e93bb17f8a9419742038bb8639cd79f59c2..0000000000000000000000000000000000000000 Binary files a/trio-0.27.0.tar.gz and /dev/null differ diff --git a/trio-0.28.0.tar.gz b/trio-0.28.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c2539c9ddda8b1221e0681a7c8692e0ec1190e94 Binary files /dev/null and b/trio-0.28.0.tar.gz differ