14
0

- Update to 18.3.0:

* Support handling multiple exceptions when processing hooks

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=34
This commit is contained in:
Tomáš Chvátal
2019-10-07 13:30:41 +00:00
committed by Git OBS Bridge
parent 118c202f01
commit 8db0e1cdb9
4 changed files with 10 additions and 5 deletions

View File

@@ -19,11 +19,10 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-CherryPy
Version: 18.2.0
Version: 18.3.0
Release: 0
Summary: Object-Oriented HTTP framework
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://www.cherrypy.org
Source: https://files.pythonhosted.org/packages/source/C/CherryPy/CherryPy-%{version}.tar.gz
BuildRequires: %{python_module setuptools_scm}