diff --git a/CherryPy-18.6.0.tar.gz b/CherryPy-18.6.0.tar.gz deleted file mode 100644 index 680c231..0000000 Binary files a/CherryPy-18.6.0.tar.gz and /dev/null differ diff --git a/CherryPy-18.8.0.tar.gz b/CherryPy-18.8.0.tar.gz new file mode 100644 index 0000000..9f6910a Binary files /dev/null and b/CherryPy-18.8.0.tar.gz differ diff --git a/python-cherrypy.spec b/python-cherrypy.spec index 112d1d4..7a8b09a 100644 --- a/python-cherrypy.spec +++ b/python-cherrypy.spec @@ -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 `_. %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 - 18.8.0-1 +- update to 18.8.0 + * Wed May 11 2022 yangping - 18.6.0-2 - License compliance rectification