12
0

5 Commits

Author SHA256 Message Date
203dda25ef Accepting request 1266128 from devel:languages:python
- Make the dist-info name case-insensitive
- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CherryPy?expand=0&rev=40
2025-04-11 14:44:51 +00:00
e5247130d8 Accepting request 1266107 from home:mcalabkova:branches:devel:languages:python
- Make the dist-info name case-insensitive

OBS-URL: https://build.opensuse.org/request/show/1266107
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=73
2025-04-01 12:21:42 +00:00
f4e93519cd - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=72
2025-03-25 04:11:59 +00:00
7bdd1e1247 Accepting request 1189354 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1189354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CherryPy?expand=0&rev=39
2024-07-26 14:15:09 +00:00
b6f5083d57 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
2024-07-24 10:14:58 +00:00
4 changed files with 26 additions and 9 deletions

BIN
CherryPy-18.9.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
cherrypy-18.10.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Apr 1 11:53:55 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make the dist-info name case-insensitive
-------------------------------------------------------------------
Tue Mar 25 04:11:41 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Wed Jul 24 09:25:25 UTC 2024 - Angel Yankov <angel.yankov@suse.com>
- 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 <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-CherryPy
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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
@@ -126,6 +126,6 @@ donttest+=" or test_wait_publishes_periodically"
%doc README.rst CHANGES.rst
%python_alternative %{_bindir}/cherryd
%{python_sitelib}/cherrypy
%{python_sitelib}/CherryPy-%{version}.dist-info
%{python_sitelib}/[cC]herry[pP]y-%{version}.dist-info
%changelog