diff --git a/cheroot-8.6.0.tar.gz b/cheroot-8.6.0.tar.gz deleted file mode 100644 index 6738286..0000000 Binary files a/cheroot-8.6.0.tar.gz and /dev/null differ diff --git a/cheroot-9.0.0.tar.gz b/cheroot-9.0.0.tar.gz new file mode 100644 index 0000000..3a18b64 Binary files /dev/null and b/cheroot-9.0.0.tar.gz differ diff --git a/python-cheroot.spec b/python-cheroot.spec index c8fa047..ee64d6e 100644 --- a/python-cheroot.spec +++ b/python-cheroot.spec @@ -1,13 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-cheroot -Version: 8.6.0 +Version: 9.0.0 Release: 1 Summary: Highly-optimized, pure-python HTTP server License: BSD-3-Clause URL: https://cheroot.cherrypy.org -Source0: https://files.pythonhosted.org/packages/99/c4/9b5ca09208047f2689c24ee63e195aa01ceffb7857d715cabc046559ddd6/cheroot-8.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/8c/e7/8e6387d59a352c5799e917a23e7b76771a8bb97322c1ce7e42934d0066c3/cheroot-9.0.0.tar.gz BuildArch: noarch -Recommends: %{name}-help = %{version}-%{release} Requires: python3-six Requires: python3-more-itertools @@ -34,20 +33,17 @@ Requires: python3-coverage Requires: python3-pytest-cov Requires: python3-urllib3 Requires: python3-futures -Requires: python3-coverage -Requires: python3-pytest-cov -Requires: python3-urllib3 Requires: python3-colorama Requires: python3-pytest-forked -Requires: python3-pytest-forked %description The test suite currently relies on pytest. It's being run via Travis CI. %package -n python3-cheroot Summary: Highly-optimized, pure-python HTTP server -Provides: python-cheroot +Provides: python-cheroot = %{version}-%{release} BuildRequires: python3-devel +BuildRequires: python3-pip BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm %description -n python3-cheroot @@ -60,8 +56,7 @@ Provides: python3-cheroot-doc Documentation for cheroot %prep -%autosetup -n cheroot-8.6.0 -sed -i '/setuptools_scm_git_archive/d' setup.cfg +%autosetup -n cheroot-%{version} %build %py3_build @@ -101,6 +96,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 15 2022 liqiuyu - 9.0.0-1 +- Update package to version 9.0.0 + * Wed Sep 14 2022 Qiao Jijun - 8.6.0-1 - Update to 8.6.0 @@ -111,4 +109,4 @@ mv %{buildroot}/doclist.lst . - Modify buildrequires to fix build * Fri Nov 13 2020 Python_Bot - 8.4.5-1 -- Package init +- Package init