Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
3bf87d5a35
!12 Upgrade version to 3.8.1
From: @no_coke 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-04-25 13:09:39 +00:00
GuoCe
f6b69bdc46 Upgrade version to 3.8.1 2024-04-25 18:19:30 +08:00
openeuler-ci-bot
c03942f698
!10 Update package to version 3.7.2
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-06-25 09:21:00 +00:00
jxy_git
1d7e287505 Update package to version 3.7.2 2023-06-25 14:51:47 +08:00
openeuler-ci-bot
4ecb3da030
!9 Update package to version 3.6.0
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-02-24 03:07:56 +00:00
jxy_git
e5fcc3bc9a Update package to version 3.6.0 2023-02-21 14:58:42 +08:00
openeuler-ci-bot
df090fa5a2
!5 Upgrade to 3.5.2
From: @houyingchao 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-05-31 01:05:19 +00:00
houyingchao
0b4b294c67 Upgrade to 3.5.2 2022-05-30 16:32:36 +08:00
openeuler-ci-bot
b662055a7a
!4 升级master工程python-asgiref到3.4.1版本
From: @xigaoxinyan 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-05-19 11:15:36 +00:00
xigaoxinyan
c9a72c8558 update to 3.4.1 2022-05-18 18:01:50 +08:00
3 changed files with 26 additions and 11 deletions

Binary file not shown.

BIN
asgiref-3.8.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-asgiref Name: python-asgiref
Version: 3.4.0 Version: 3.8.1
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://files.pythonhosted.org/packages/c0/9d/b1c128ed26b8c01c27e5c393c558e9c2a6716dfbdb59f97ba14960fbde76/asgiref-3.4.0.tar.gz Source0: https://github.com/django/asgired/archive/refs/tags/%{release}.tar.gz#/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
with each other, and positioned as an asynchronous successor to WSGI. You can with each other, and positioned as an asynchronous successor to WSGI. You can
@ -16,7 +17,7 @@ asgiref.server A WSGI-to-ASGI adapter, in asgiref.
%package -n python3-asgiref %package -n python3-asgiref
Summary: ASGI specs, helper code, and adapters Summary: ASGI specs, helper code, and adapters
Provides: python-asgiref Provides: python-asgiref = %{version}-%{release}
# Base build requires # Base build requires
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
@ -41,14 +42,13 @@ 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.0 %autosetup -n asgiref-%{version}
%build %build
%py3_build %py3_build
%install %install
%py3_install %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -75,15 +75,30 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . 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
* Sun Apr 07 2024 GuoCe <guoce@kylinso.cn> - 3.8.1-1
- Update package to version 3.8.1
- Corrects WSGI adapter handling of root path.
- Handles case where `"client"` is ``None`` in WsgiToAsgi adapter.
* Sun Jun 25 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.7.2-1
- Update package to version 3.7.2
* Tue Feb 21 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.6.0-1
- Update package to version 3.6.0
* 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
- Update to 3.4.1
* Tue May 10 2022 houyingchao <houyingchao@h-partners.com> - 3.4.0-2 * Tue May 10 2022 houyingchao <houyingchao@h-partners.com> - 3.4.0-2
- License compliance rectification - License compliance rectification