!5 Update package

From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-12-19 13:01:55 +00:00 committed by Gitee
commit 0eac9d06d5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
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 <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
- Update to 8.6.0
@ -111,4 +109,4 @@ mv %{buildroot}/doclist.lst .
- Modify buildrequires to fix build
* Fri Nov 13 2020 Python_Bot <Python_Bot@openeuler.org> - 8.4.5-1
- Package init
- Package init