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 d48aa0f..825d658 100644 --- a/python-asgiref.spec +++ b/python-asgiref.spec @@ -1,14 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-asgiref -Version: 3.5.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/asgired/archive/refs/tags/3.5.2.tar.gz +Source0: https://github.com/django/asgired/archive/refs/tags/%{release}.tar.gz#/asgiref-%{version}.tar.gz BuildArch: noarch + %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 read more at package includes ASGI base libraries, such as:Sync-to-async and async-to-sync function wrappers, asgiref.sync Server base classes, @@ -16,7 +17,7 @@ asgiref.server A WSGI-to-ASGI adapter, in asgiref. %package -n python3-asgiref Summary: ASGI specs, helper code, and adapters -Provides: python-asgiref +Provides: python-asgiref = %{version}-%{release} # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -24,7 +25,7 @@ BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel %description -n python3-asgiref - 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 read more at package includes ASGI base libraries, such as:Sync-to-async and async-to-sync function wrappers, asgiref.sync Server base classes, @@ -34,21 +35,20 @@ asgiref.server A WSGI-to-ASGI adapter, in asgiref. Summary: ASGI specs, helper code, and adapters Provides: python3-asgiref-doc %description help - 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 read more at package includes ASGI base libraries, such as:Sync-to-async and async-to-sync function wrappers, asgiref.sync Server base classes, asgiref.server A WSGI-to-ASGI adapter, in asgiref. %prep -%autosetup -n asgiref-3.5.2 +%autosetup -n asgiref-%{version} %build %py3_build %install %py3_install - install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -75,15 +75,16 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . - %files -n python3-asgiref -f filelist.lst - %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Tue Feb 21 2023 jiangxinyu - 3.6.0-1 +- Update package to version 3.6.0 + * Mon May 30 2022 houyingchao - 3.5.2-1 - Upgrade to 3.5.2