14
0

Accepting request 992333 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/992333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CherryPy?expand=0&rev=31
This commit is contained in:
2022-08-03 19:16:29 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f33e87286e7b3e309e04e7225d8e49382d9d7773e6092241d7f613893c563495
size 692730

3
CherryPy-18.8.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b48cfba8a2f16d5b6419cc657e6d51db005ba35c5e3824e4728bb03bbc7ef9b
size 622679

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 2 11:32:54 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
- 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 <schubi@suse.de> Tue Oct 5 14:01:39 UTC 2021 - Stefan Schubert <schubi@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-CherryPy # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -25,11 +25,11 @@
%define skip_python2 1 %define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-CherryPy Name: python-CherryPy
Version: 18.6.1 Version: 18.8.0
Release: 0 Release: 0
Summary: Object-Oriented HTTP framework Summary: Object-Oriented HTTP framework
License: BSD-3-Clause 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 Source: https://files.pythonhosted.org/packages/source/C/CherryPy/CherryPy-%{version}.tar.gz
BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@@ -45,7 +45,7 @@ Requires: alts
BuildRequires: alts BuildRequires: alts
%else %else
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun):update-alternatives
%endif %endif
Recommends: python-Routes >= 2.3.1 Recommends: python-Routes >= 2.3.1
Recommends: python-flup Recommends: python-flup
@@ -102,7 +102,7 @@ export TRAVIS="true"
%pre %pre
# If libalternatives is used: Removing old update-alternatives entries. # If libalternatives is used: Removing old update-alternatives entries.
%python_libalternatives_reset_alternative cherryd %python_libalternatives_reset_alternative cherryd
%post %post
%python_install_alternative cherryd %python_install_alternative cherryd