Compare commits
10 Commits
88452c48f5
...
2b65f5c2bb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b65f5c2bb | ||
|
|
a338edb605 | ||
|
|
af7628cff8 | ||
|
|
43b8b14eaa | ||
|
|
0eac9d06d5 | ||
|
|
613b37850b | ||
|
|
fe938104c9 | ||
|
|
23584a98c7 | ||
|
|
b9e703581d | ||
|
|
3d29022543 |
BIN
cheroot-10.0.0.tar.gz
Normal file
BIN
cheroot-10.0.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,13 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-cheroot
|
Name: python-cheroot
|
||||||
Version: 8.4.5
|
Version: 10.0.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Highly-optimized, pure-python HTTP server
|
Summary: Highly-optimized, pure-python HTTP server
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
URL: https://cheroot.cherrypy.org
|
URL: https://cheroot.cherrypy.org
|
||||||
Source0: https://files.pythonhosted.org/packages/3f/23/de6ba5fa29eb896e4b5a8b93852129f90988dcf4d416c8153992aba031c2/cheroot-8.4.5.tar.gz
|
Source0: https://files.pythonhosted.org/packages/08/7c/95c154177b16077de0fec1b821b0d8b3df2b59c5c7b3575a9c1bf52a437e/cheroot-10.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,7 +56,7 @@ Provides: python3-cheroot-doc
|
|||||||
Documentation for cheroot
|
Documentation for cheroot
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n cheroot-8.4.5
|
%autosetup -n cheroot-%{version}
|
||||||
sed -i '/setuptools_scm_git_archive/d' setup.cfg
|
sed -i '/setuptools_scm_git_archive/d' setup.cfg
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -101,8 +97,23 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 21 2021 lingsheng <lingsheng@huawei.com> - 8.4.5-2
|
||||||
- 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user