diff --git a/CherryPy-18.6.1.tar.gz b/CherryPy-18.6.1.tar.gz deleted file mode 100644 index cb94103..0000000 --- a/CherryPy-18.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f33e87286e7b3e309e04e7225d8e49382d9d7773e6092241d7f613893c563495 -size 692730 diff --git a/CherryPy-18.8.0.tar.gz b/CherryPy-18.8.0.tar.gz new file mode 100644 index 0000000..c7ca728 --- /dev/null +++ b/CherryPy-18.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b48cfba8a2f16d5b6419cc657e6d51db005ba35c5e3824e4728bb03bbc7ef9b +size 622679 diff --git a/python-CherryPy.changes b/python-CherryPy.changes index 3499723..8241ef7 100644 --- a/python-CherryPy.changes +++ b/python-CherryPy.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Aug 2 11:32:54 UTC 2022 - Otto Hollmann + +- Update to 18.8.0 + * Dangerous characters received in a host header encoded using RFC 2047 are + now elided by default. Currently, dangerous characters are defined as CR + and LF. The original value is still available as + cherrypy.request.headers['Host'].raw if needed. +- Changes from v18.7.0 + * Drop support for Python 3.5. + * Fixed compatibility on Python 3.11. +- Fix URL in spec file: cherrypy.org -> cherrypy.dev + ------------------------------------------------------------------- Tue Oct 5 14:01:39 UTC 2021 - Stefan Schubert diff --git a/python-CherryPy.spec b/python-CherryPy.spec index 15f9607..4ab5be2 100644 --- a/python-CherryPy.spec +++ b/python-CherryPy.spec @@ -1,7 +1,7 @@ # # spec file for package python-CherryPy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,11 +25,11 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-CherryPy -Version: 18.6.1 +Version: 18.8.0 Release: 0 Summary: Object-Oriented HTTP framework License: BSD-3-Clause -URL: http://www.cherrypy.org +URL: https://www.cherrypy.dev Source: https://files.pythonhosted.org/packages/source/C/CherryPy/CherryPy-%{version}.tar.gz BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} @@ -45,7 +45,7 @@ Requires: alts BuildRequires: alts %else Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives %endif Recommends: python-Routes >= 2.3.1 Recommends: python-flup @@ -102,7 +102,7 @@ export TRAVIS="true" %pre # If libalternatives is used: Removing old update-alternatives entries. -%python_libalternatives_reset_alternative cherryd +%python_libalternatives_reset_alternative cherryd %post %python_install_alternative cherryd