diff --git a/python-trio.spec b/python-trio.spec index 91f3786e1e5a8b9ae5687976aeb5297347991125..9aed26acbc5d93e5ee1da3ac8d2e4d57db3538e7 100644 --- a/python-trio.spec +++ b/python-trio.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-trio -Version: 0.22.2 +Version: 0.25.1 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.22.2.tar.gz +Source0: https://files.pythonhosted.org/packages/04/b0/5ec370ef69832f3d6d79069af7097dcec0a8c68fa898822e49ad621c4af0/trio-0.25.1.tar.gz BuildArch: noarch %description The Trio project's goal is to produce a production-quality, permissively licensed, @@ -97,6 +97,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* 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. + * Tue Aug 22 2023 luolu12 - 0.22.2-1 - Upgrade package python3-trio of version 0.22.2 diff --git a/trio-0.22.2.tar.gz b/trio-0.22.2.tar.gz deleted file mode 100644 index cea0ccd53d013d1374d6b6409a3b7b2578e31a23..0000000000000000000000000000000000000000 Binary files a/trio-0.22.2.tar.gz and /dev/null differ diff --git a/trio-0.25.1.tar.gz b/trio-0.25.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8f693dca7cc7c9112fc1b21fc95c4f00243f665e Binary files /dev/null and b/trio-0.25.1.tar.gz differ