forked from pool/python-CherryPy
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
This commit is contained in:
BIN
CherryPy-18.9.0.tar.gz
(Stored with Git LFS)
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
BIN
cherrypy-18.10.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Jan 25 11:54:48 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -24,12 +24,12 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-CherryPy
|
Name: python-CherryPy
|
||||||
Version: 18.9.0
|
Version: 18.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Object-Oriented HTTP framework
|
Summary: Object-Oriented HTTP framework
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://www.cherrypy.dev
|
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 pip}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -82,7 +82,7 @@ to the most demanding ones.
|
|||||||
Oh, and most importantly: CherryPy is fun to work with :-)
|
Oh, and most importantly: CherryPy is fun to work with :-)
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n CherryPy-%{version}
|
%autosetup -p1 -n cherrypy-%{version}
|
||||||
# do not require cov/xdist/etc
|
# do not require cov/xdist/etc
|
||||||
rm pytest.ini
|
rm pytest.ini
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user