Compare commits

..

No commits in common. "2b65f5c2bba103eaa96250362421d76b6592d2de" and "88452c48f5827912ea5f89de84d38bc68c4f9ca7" have entirely different histories.

3 changed files with 12 additions and 23 deletions

Binary file not shown.

BIN
cheroot-8.4.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
%global _empty_manifest_terminate_build 0
Name: python-cheroot
Version: 10.0.0
Release: 1
Version: 8.4.5
Release: 2
Summary: Highly-optimized, pure-python HTTP server
License: BSD-3-Clause
License: BSD
URL: https://cheroot.cherrypy.org
Source0: https://files.pythonhosted.org/packages/08/7c/95c154177b16077de0fec1b821b0d8b3df2b59c5c7b3575a9c1bf52a437e/cheroot-10.0.0.tar.gz
Source0: https://files.pythonhosted.org/packages/3f/23/de6ba5fa29eb896e4b5a8b93852129f90988dcf4d416c8153992aba031c2/cheroot-8.4.5.tar.gz
BuildArch: noarch
Recommends: %{name}-help = %{version}-%{release}
Requires: python3-six
Requires: python3-more-itertools
@ -33,17 +34,20 @@ 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 = %{version}-%{release}
Provides: python-cheroot
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
%description -n python3-cheroot
@ -56,7 +60,7 @@ Provides: python3-cheroot-doc
Documentation for cheroot
%prep
%autosetup -n cheroot-%{version}
%autosetup -n cheroot-8.4.5
sed -i '/setuptools_scm_git_archive/d' setup.cfg
%build
@ -97,23 +101,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jun 30 2023 niuyaru <niuyaru@kylinos.cn> - 10.0.0-1
- Update package to version 10.0.0
* Tue Jan 31 2023 wulei <wulei80@h-partners.com> - 9.0.0-2
- Remove setuptools_scm_git_archive
* 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
* Wed May 11 2022 houyingchao <houyingchao@h-partners.com> - 8.4.5-3
- License compliance rectification
* Thu Jan 21 2021 lingsheng <lingsheng@huawei.com> - 8.4.5-2
- Modify buildrequires to fix build
* Fri Nov 13 2020 Python_Bot <Python_Bot@openeuler.org> - 8.4.5-1
- Package init
- Package init