diff --git a/cheroot-8.4.5.tar.gz b/cheroot-8.4.5.tar.gz deleted file mode 100644 index 7f6716a..0000000 Binary files a/cheroot-8.4.5.tar.gz and /dev/null differ diff --git a/cheroot-8.6.0.tar.gz b/cheroot-8.6.0.tar.gz new file mode 100644 index 0000000..6738286 Binary files /dev/null and b/cheroot-8.6.0.tar.gz differ diff --git a/python-cheroot.spec b/python-cheroot.spec index ecfe5a8..c8fa047 100644 --- a/python-cheroot.spec +++ b/python-cheroot.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cheroot -Version: 8.4.5 -Release: 3 +Version: 8.6.0 +Release: 1 Summary: Highly-optimized, pure-python HTTP server 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/99/c4/9b5ca09208047f2689c24ee63e195aa01ceffb7857d715cabc046559ddd6/cheroot-8.6.0.tar.gz BuildArch: noarch Recommends: %{name}-help = %{version}-%{release} @@ -60,7 +60,7 @@ Provides: python3-cheroot-doc Documentation for cheroot %prep -%autosetup -n cheroot-8.4.5 +%autosetup -n cheroot-8.6.0 sed -i '/setuptools_scm_git_archive/d' setup.cfg %build @@ -101,6 +101,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Sep 14 2022 Qiao Jijun - 8.6.0-1 +- Update to 8.6.0 + * Wed May 11 2022 houyingchao - 8.4.5-3 - License compliance rectification