!5 init packages version 0.22.2 of python-trio

From: @luolu12 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
This commit is contained in:
openeuler-ci-bot 2023-08-22 03:25:17 +00:00 committed by Gitee
commit f05389ff8c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 5 deletions

View File

@ -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 <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
- Upgrade package python3-trio of version 0.22.0

Binary file not shown.

BIN
trio-0.22.2.tar.gz Normal file

Binary file not shown.