diff --git a/asgiref-3.7.2.tar.gz b/asgiref-3.7.2.tar.gz deleted file mode 100644 index 1bdec34..0000000 Binary files a/asgiref-3.7.2.tar.gz and /dev/null differ diff --git a/asgiref-3.8.1.tar.gz b/asgiref-3.8.1.tar.gz new file mode 100644 index 0000000..d24a79a Binary files /dev/null and b/asgiref-3.8.1.tar.gz differ diff --git a/python-asgiref.spec b/python-asgiref.spec index c5131e7..6339a05 100644 --- a/python-asgiref.spec +++ b/python-asgiref.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-asgiref -Version: 3.7.2 +Version: 3.8.1 Release: 1 Summary: ASGI specs, helper code, and adapters License: BSD-3-Clause @@ -82,6 +82,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Apr 07 2024 GuoCe - 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 - 3.7.2-1 - Update package to version 3.7.2