From b6f5083d574cd44f9f3b90a62d935f26b4420b2b62658d9db00bcba2b3e8d405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 24 Jul 2024 10:14:58 +0000 Subject: [PATCH] Accepting request 1189347 from home:ayankov:branches:devel:languages:python - Update to 18.10.0 * Removed the use of :mod:`cgi` deprecated in Python 3.11 -- by user: radez. * Various changes. OBS-URL: https://build.opensuse.org/request/show/1189347 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=70 --- CherryPy-18.9.0.tar.gz | 3 --- cherrypy-18.10.0.tar.gz | 3 +++ python-CherryPy.changes | 7 +++++++ python-CherryPy.spec | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 CherryPy-18.9.0.tar.gz create mode 100644 cherrypy-18.10.0.tar.gz diff --git a/CherryPy-18.9.0.tar.gz b/CherryPy-18.9.0.tar.gz deleted file mode 100644 index 7015054..0000000 --- a/CherryPy-18.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b06c191ce71a86461f30572a1ab57ffc09f43143ba8e42c103c7b3347220eb1 -size 631900 diff --git a/cherrypy-18.10.0.tar.gz b/cherrypy-18.10.0.tar.gz new file mode 100644 index 0000000..071c3e5 --- /dev/null +++ b/cherrypy-18.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c70e78ee11300e8b21c0767c542ae6b102a49cac5cfd4e3e313d7bb907c5891 +size 633708 diff --git a/python-CherryPy.changes b/python-CherryPy.changes index 2d521da..58fc0e7 100644 --- a/python-CherryPy.changes +++ b/python-CherryPy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 24 09:25:25 UTC 2024 - Angel Yankov + +- Update to 18.10.0 + * Removed the use of :mod:`cgi` deprecated in Python 3.11 -- by user: radez. + * Various changes. + ------------------------------------------------------------------- Thu Jan 25 11:54:48 UTC 2024 - Daniel Garcia diff --git a/python-CherryPy.spec b/python-CherryPy.spec index 74542b2..d67735c 100644 --- a/python-CherryPy.spec +++ b/python-CherryPy.spec @@ -24,12 +24,12 @@ %{?sle15_python_module_pythons} Name: python-CherryPy -Version: 18.9.0 +Version: 18.10.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 +Source: https://files.pythonhosted.org/packages/source/C/CherryPy/cherrypy-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module wheel} @@ -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 @@ -82,7 +82,7 @@ to the most demanding ones. Oh, and most importantly: CherryPy is fun to work with :-) %prep -%autosetup -p1 -n CherryPy-%{version} +%autosetup -p1 -n cherrypy-%{version} # do not require cov/xdist/etc rm pytest.ini