update to version 3.5.2
This commit is contained in:
parent
0e3735d401
commit
7b6b26a8d9
BIN
3.5.2.tar.gz
Normal file
BIN
3.5.2.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-asgiref
|
||||
Version: 3.4.0
|
||||
Version: 3.5.2
|
||||
Release: 1
|
||||
Summary: ASGI specs, helper code, and adapters
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/django/asgiref/
|
||||
Source0: https://files.pythonhosted.org/packages/c0/9d/b1c128ed26b8c01c27e5c393c558e9c2a6716dfbdb59f97ba14960fbde76/asgiref-3.4.0.tar.gz
|
||||
Source0: https://github.com/django/asgired/archive/refs/tags/3.5.2.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-3.4.0
|
||||
%autosetup -n asgiref-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -84,6 +84,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 14 2022 Ge Wang <wangge20@h-partners.com> - 3.5.2-1
|
||||
- Upgrade to version 3.5.2
|
||||
|
||||
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 3.4.0-1
|
||||
- Upgrade to version 3.4.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user