update version to 9.0.0

This commit is contained in:
liqiuyu123 2022-12-15 16:58:47 +08:00
parent fe938104c9
commit 613b37850b
3 changed files with 9 additions and 11 deletions

Binary file not shown.

BIN
cheroot-9.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,12 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-cheroot Name: python-cheroot
Version: 8.6.0 Version: 9.0.0
Release: 1 Release: 1
Summary: Highly-optimized, pure-python HTTP server Summary: Highly-optimized, pure-python HTTP server
License: BSD-3-Clause License: BSD-3-Clause
URL: https://cheroot.cherrypy.org 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 BuildArch: noarch
Recommends: %{name}-help = %{version}-%{release}
Requires: python3-six Requires: python3-six
Requires: python3-more-itertools Requires: python3-more-itertools
@ -34,20 +33,17 @@ Requires: python3-coverage
Requires: python3-pytest-cov Requires: python3-pytest-cov
Requires: python3-urllib3 Requires: python3-urllib3
Requires: python3-futures Requires: python3-futures
Requires: python3-coverage
Requires: python3-pytest-cov
Requires: python3-urllib3
Requires: python3-colorama Requires: python3-colorama
Requires: python3-pytest-forked Requires: python3-pytest-forked
Requires: python3-pytest-forked
%description %description
The test suite currently relies on pytest. It's being run via Travis CI. The test suite currently relies on pytest. It's being run via Travis CI.
%package -n python3-cheroot %package -n python3-cheroot
Summary: Highly-optimized, pure-python HTTP server Summary: Highly-optimized, pure-python HTTP server
Provides: python-cheroot Provides: python-cheroot = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm BuildRequires: python3-setuptools_scm
%description -n python3-cheroot %description -n python3-cheroot
@ -60,8 +56,7 @@ Provides: python3-cheroot-doc
Documentation for cheroot Documentation for cheroot
%prep %prep
%autosetup -n cheroot-8.6.0 %autosetup -n cheroot-%{version}
sed -i '/setuptools_scm_git_archive/d' setup.cfg
%build %build
%py3_build %py3_build
@ -101,6 +96,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 9.0.0-1
- Update package to version 9.0.0
* Wed Sep 14 2022 Qiao Jijun <qiaojijun@kylinos.cn> - 8.6.0-1 * Wed Sep 14 2022 Qiao Jijun <qiaojijun@kylinos.cn> - 8.6.0-1
- Update to 8.6.0 - Update to 8.6.0
@ -111,4 +109,4 @@ mv %{buildroot}/doclist.lst .
- Modify buildrequires to fix build - Modify buildrequires to fix build
* Fri Nov 13 2020 Python_Bot <Python_Bot@openeuler.org> - 8.4.5-1 * Fri Nov 13 2020 Python_Bot <Python_Bot@openeuler.org> - 8.4.5-1
- Package init - Package init