!5 Upgrade to 3.5.2

From: @houyingchao 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-05-31 01:05:19 +00:00 committed by Gitee
commit df090fa5a2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
3.5.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-asgiref Name: python-asgiref
Version: 3.4.1 Version: 3.5.2
Release: 1 Release: 1
Summary: ASGI specs, helper code, and adapters Summary: ASGI specs, helper code, and adapters
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/django/asgiref/ URL: https://github.com/django/asgiref/
Source0: https://github.com/django/asgired/archive/refs/tags/3.4.1.tar.gz Source0: https://github.com/django/asgired/archive/refs/tags/3.5.2.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
ASGI is a standard for Python asynchronous web apps and servers to communicate ASGI is a standard for Python asynchronous web apps and servers to communicate
@ -41,7 +41,7 @@ async-to-sync function wrappers, asgiref.sync Server base classes,
asgiref.server A WSGI-to-ASGI adapter, in asgiref. asgiref.server A WSGI-to-ASGI adapter, in asgiref.
%prep %prep
%autosetup -n asgiref-3.4.1 %autosetup -n asgiref-3.5.2
%build %build
%py3_build %py3_build
@ -84,6 +84,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon May 30 2022 houyingchao <houyingchao@h-partners.com> - 3.5.2-1
- Upgrade to 3.5.2
* Wed May 18 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 3.4.1-1 * Wed May 18 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 3.4.1-1
- Update to 3.4.1 - Update to 3.4.1