update to version 18.8.0 (the latest release)

This commit is contained in:
kkz 2022-08-02 16:03:02 +08:00
parent bdfaa7eff2
commit 15cbd90eaf
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
CherryPy-18.8.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-cherrypy
Version: 18.6.0
Release: 2
Version: 18.8.0
Release: 1
Summary: Object-Oriented HTTP framework
License: BSD-3-Clause
URL: https://www.cherrypy.org
Source0: https://files.pythonhosted.org/packages/f5/f0/72f632c9503f1ffd765561e0e18eba19de746bddebe615deb699c210be60/CherryPy-18.6.0.tar.gz
Source0: https://files.pythonhosted.org/packages/60/ea/6c4d16b0cd1f4f64a478bac8a37d75a585e854afb5693ce80a9711efdc4a/CherryPy-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-setuptools_scm
Recommends: %{name}-help = %{version}-%{release}
@ -61,7 +61,7 @@ all of the open source you use.
`Learn more <https://tidelift.com/subscription/pkg/pypi-cherrypy?utm_source=pypi-cherrypy&utm_medium=referral&utm_campaign=github>`_.
%prep
%autosetup -n CherryPy-18.6.0
%autosetup -n CherryPy-%{version}
%build
%py3_build
@ -101,6 +101,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Aug 02 2022 zhaoshuag <zhaoshuang@uniontech.com> - 18.8.0-1
- update to 18.8.0
* Wed May 11 2022 yangping <yangping69@h-partners> - 18.6.0-2
- License compliance rectification