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:
parent
f684c3500d
commit
f64318344e
BIN
3.5.2.tar.gz
BIN
3.5.2.tar.gz
Binary file not shown.
BIN
asgiref-3.6.0.tar.gz
Normal file
BIN
asgiref-3.6.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-asgiref
|
Name: python-asgiref
|
||||||
Version: 3.5.2
|
Version: 3.6.0
|
||||||
Release: 2
|
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/asgiref/archive/refs/tags/3.5.2.tar.gz
|
Source0: https://github.com/django/asgiref/archive/%{version}/asgiref-%{version}.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-%{version}
|
%autosetup -n asgiref-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -77,13 +77,15 @@ mv %{buildroot}/doclist.lst .
|
|||||||
|
|
||||||
|
|
||||||
%files -n python3-asgiref -f filelist.lst
|
%files -n python3-asgiref -f filelist.lst
|
||||||
|
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 10 2022 xu_ping <xuping33@h-partners.com> - 3.5.2-2
|
||||||
- fix source0 err
|
- fix source0 err
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user