diff --git a/3.4.1.tar.gz b/3.4.1.tar.gz new file mode 100644 index 0000000..0455fec Binary files /dev/null and b/3.4.1.tar.gz differ diff --git a/asgiref-3.4.0.tar.gz b/asgiref-3.4.0.tar.gz deleted file mode 100644 index ed682f1..0000000 Binary files a/asgiref-3.4.0.tar.gz and /dev/null differ diff --git a/python-asgiref.spec b/python-asgiref.spec index 5743109..9d56aca 100644 --- a/python-asgiref.spec +++ b/python-asgiref.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-asgiref -Version: 3.4.0 -Release: 2 +Version: 3.4.1 +Release: 1 Summary: ASGI specs, helper code, and adapters 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.4.1.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-3.4.1 %build %py3_build @@ -84,6 +84,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 18 2022 xigaoxinyan - 3.4.1-1 +- Update to 3.4.1 + * Tue May 10 2022 houyingchao - 3.4.0-2 - License compliance rectification