14
0

- update to 18.9.0:

* Various changes.
- drop use-read_file-not-readfp.patch (upstream)
- Fix URL in spec file: cherrypy.org -> cherrypy.dev
  * Simplify the passthrough of parameters to CPWebCase.getPage to cheroot.
  highly time sensitive.
- minor spec improvement

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=64
This commit is contained in:
2024-01-14 17:30:00 +00:00
committed by Git OBS Bridge
parent 1e09b6004c
commit 4957f532f5
5 changed files with 16 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-CherryPy
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,14 +24,12 @@
%{?sle15_python_module_pythons}
Name: python-CherryPy
Version: 18.8.0
Version: 18.9.0
Release: 0
Summary: Object-Oriented HTTP framework
License: BSD-3-Clause
URL: https://www.cherrypy.dev
Source: https://files.pythonhosted.org/packages/source/C/CherryPy/CherryPy-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/cherrypy/cherrypy/pull/1959
Patch0: use-read_file-not-readfp.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module wheel}