Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
2b65f5c2bb
!7 Update package to version 10.0.0
From: @kirin_2_0 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-07-05 01:51:23 +00:00
kirin_2_0
a338edb605 updata to latest: 10.0.0 2023-06-30 15:18:23 +08:00
openeuler-ci-bot
af7628cff8
!6 修复编译报错找不到setuptools_scm_git_archive问题
From: @wu-leilei 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-02-01 01:04:18 +00:00
wu-leilei
43b8b14eaa remove setuptools_scm_git_archive 2023-01-31 16:55:54 +08:00
openeuler-ci-bot
0eac9d06d5
!5 Update package
From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-12-19 13:01:55 +00:00
liqiuyu123
613b37850b update version to 9.0.0 2022-12-15 17:08:42 +08:00
openeuler-ci-bot
fe938104c9
!4 Update to 8.6.0
From: @kylin-qiaojijun 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-09-16 07:42:41 +00:00
qiaojijun
23584a98c7 Update to 8.6.0 2022-09-16 14:46:30 +08:00
openeuler-ci-bot
b9e703581d
!3 License compliance rectification
From: @houyingchao 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-05-16 09:03:27 +00:00
houyingchao
3d29022543 License compliance rectification 2022-05-11 15:41:01 +08:00
3 changed files with 23 additions and 12 deletions

BIN
cheroot-10.0.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,12 @@
%global _empty_manifest_terminate_build 0
Name: python-cheroot
Version: 8.4.5
Release: 2
Version: 10.0.0
Release: 1
Summary: Highly-optimized, pure-python HTTP server
License: BSD
License: BSD-3-Clause
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
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,7 +56,7 @@ Provides: python3-cheroot-doc
Documentation for cheroot
%prep
%autosetup -n cheroot-8.4.5
%autosetup -n cheroot-%{version}
sed -i '/setuptools_scm_git_archive/d' setup.cfg
%build
@ -101,8 +97,23 @@ 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