diff --git a/3.5.2.tar.gz b/3.5.2.tar.gz deleted file mode 100644 index 833986e..0000000 Binary files a/3.5.2.tar.gz and /dev/null differ diff --git a/asgiref-3.6.0.tar.gz b/asgiref-3.6.0.tar.gz new file mode 100644 index 0000000..c3e409d Binary files /dev/null and b/asgiref-3.6.0.tar.gz differ diff --git a/python-asgiref.spec b/python-asgiref.spec index 6723f25..ba41dd5 100644 --- a/python-asgiref.spec +++ b/python-asgiref.spec @@ -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 - 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 - 3.5.2-2 - fix source0 err