Update to 3.6.0, fix installation failure of python-Django update to 4.2.15

(cherry picked from commit 82e9de0c58623fa2be5a877428a96fb42f35154f)
This commit is contained in:
starlet-dx 2024-08-08 15:34:48 +08:00 committed by openeuler-sync-bot
parent f684c3500d
commit f64318344e
3 changed files with 7 additions and 5 deletions

Binary file not shown.

BIN
asgiref-3.6.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-asgiref
Version: 3.5.2
Release: 2
Version: 3.6.0
Release: 1
Summary: ASGI specs, helper code, and adapters
License: BSD-3-Clause
URL: https://github.com/django/asgiref/
Source0: https://github.com/django/asgiref/archive/refs/tags/3.5.2.tar.gz
Source0: https://github.com/django/asgiref/archive/%{version}/asgiref-%{version}.tar.gz
BuildArch: noarch
%description
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.
%prep
%autosetup -n asgiref-%{version}
%autosetup -n asgiref-%{version} -p1
%build
%py3_build
@ -77,13 +77,15 @@ mv %{buildroot}/doclist.lst .
%files -n python3-asgiref -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Thu Aug 08 2024 yaoxin <yao_xin001@hoperun.com> - 3.6.0-1
- Update to 3.6.0, fix installation failure of python-Django update to 4.2.15
* Thu Nov 10 2022 xu_ping <xuping33@h-partners.com> - 3.5.2-2
- fix source0 err