!3 Update package to version 4.0.0

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-11-13 09:56:01 +00:00 committed by Gitee
commit 2f07ba53e1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 4 additions and 1 deletions

Binary file not shown.

BIN
anyio-4.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
%global pypi_name anyio %global pypi_name anyio
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 3.7.1 Version: 4.0.0
Release: 1 Release: 1
Summary: Compatibility layer for multiple asynchronous event loop implementations Summary: Compatibility layer for multiple asynchronous event loop implementations
License: MIT License: MIT
@ -45,5 +45,8 @@ on top of asyncio, and works in harmony with the native SC of trio itself.
%{python3_sitelib}/anyio/ %{python3_sitelib}/anyio/
%changelog %changelog
* Mon Nov 13 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 4.0.0-1
- Update package to version 4.0.0
* Thu Jul 27 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 3.7.1-1 * Thu Jul 27 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 3.7.1-1
- Package init - Package init