update version to 9.0.0
This commit is contained in:
parent
fe938104c9
commit
613b37850b
Binary file not shown.
BIN
cheroot-9.0.0.tar.gz
Normal file
BIN
cheroot-9.0.0.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user