forked from pool/python-WebOb
Accepting request 1230025 from home:glaubitz:branches:devel:languages:python
- Update to 1.8.9 * Add `legacy-cgi` dependency for Python 3.13+ * Add info for 1.8.9 fix for Python 3.13 - Drop support-python-313.patch, merged upstream - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1230025 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=76
This commit is contained in:
@@ -18,14 +18,12 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-WebOb
|
||||
Version: 1.8.8
|
||||
Version: 1.8.9
|
||||
Release: 0
|
||||
Summary: WSGI request and response object
|
||||
License: MIT
|
||||
URL: http://webob.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/w/webob/webob-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM gh#Pylons/webob#469
|
||||
Patch0: support-python-313.patch
|
||||
BuildRequires: %{python_module legacy-cgi if %python-base >= 3.13}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -36,7 +34,7 @@ BuildRequires: python-rpm-macros
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python3-Sphinx
|
||||
%if %{python_version_nodots} >= 313
|
||||
Requires: python-legacy-cgi
|
||||
Requires: python-legacy-cgi >= 2.6
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user