diff --git a/python-trio.spec b/python-trio.spec index c4b1efc..91f3786 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.0 +Version: 0.22.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/0b/b8/1b81d2149c3e2c25900d40b8e6c8d3ca502a3cc844b90c962b0854aaf3f3/trio-0.22.0.tar.gz +Source0: https://files.pythonhosted.org/packages/04/b0/5ec370ef69832f3d6d79069af7097dcec0a8c68fa898822e49ad621c4af0/trio-0.22.2.tar.gz BuildArch: noarch %description The Trio project's goal is to produce a production-quality, permissively licensed, @@ -88,13 +88,18 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-trio -f filelist.lst -%{python3_sitelib}/trio +%files -n python3-trio +%license LICENSE LICENSE.APACHE2 LICENSE.MIT +%doc README.rst +%{python3_sitelib}/trio* -%files help -f doclist.lst +%files help %{_docdir}/* %changelog +* Tue Aug 22 2023 luolu12 - 0.22.2-1 +- Upgrade package python3-trio of version 0.22.2 + * Fri Jun 30 2023 luolu12 - 0.22.0-1 - Upgrade package python3-trio of version 0.22.0 diff --git a/trio-0.22.0.tar.gz b/trio-0.22.0.tar.gz deleted file mode 100644 index f51c09a..0000000 Binary files a/trio-0.22.0.tar.gz and /dev/null differ diff --git a/trio-0.22.2.tar.gz b/trio-0.22.2.tar.gz new file mode 100644 index 0000000..cea0ccd Binary files /dev/null and b/trio-0.22.2.tar.gz differ