upgrade packages version 0.22.2 of trio
This commit is contained in:
parent
a49a6111ad
commit
726f99255b
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-trio
|
Name: python-trio
|
||||||
Version: 0.22.0
|
Version: 0.22.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A friendly Python library for async concurrency and I/O
|
Summary: A friendly Python library for async concurrency and I/O
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/python-trio/trio
|
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
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
The Trio project's goal is to produce a production-quality, permissively licensed,
|
The Trio project's goal is to produce a production-quality, permissively licensed,
|
||||||
@ -88,13 +88,18 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%files -n python3-trio -f filelist.lst
|
%files -n python3-trio
|
||||||
%{python3_sitelib}/trio
|
%license LICENSE LICENSE.APACHE2 LICENSE.MIT
|
||||||
|
%doc README.rst
|
||||||
|
%{python3_sitelib}/trio*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 22 2023 luolu12 <luluoc@isoftstone.com> - 0.22.2-1
|
||||||
|
- Upgrade package python3-trio of version 0.22.2
|
||||||
|
|
||||||
* Fri Jun 30 2023 luolu12 <luluoc@isoftstone.com> - 0.22.0-1
|
* Fri Jun 30 2023 luolu12 <luluoc@isoftstone.com> - 0.22.0-1
|
||||||
- Upgrade package python3-trio of version 0.22.0
|
- Upgrade package python3-trio of version 0.22.0
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
trio-0.22.2.tar.gz
Normal file
BIN
trio-0.22.2.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user