Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
6ce14a9b11 |
@@ -1,19 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 08:46:23 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 22:59:06 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add patch support-python-313.patch:
|
||||
* Add legacy-cgi to install_requires to support Python 3.13.
|
||||
- Switch to autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 03:28:33 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@@ -18,13 +18,12 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-WebOb
|
||||
Version: 1.8.9
|
||||
Version: 1.8.8
|
||||
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
|
||||
BuildRequires: %{python_module legacy-cgi if %python-base >= 3.13}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -33,9 +32,6 @@ BuildRequires: python-rpm-macros
|
||||
# Documentation requirements:
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python3-Sphinx
|
||||
%if %{python_version_nodots} >= 313
|
||||
Requires: python-legacy-cgi >= 2.6
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -57,7 +53,7 @@ This package contains documentation files for %{name}.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n webob-%{version}
|
||||
%setup -q -n webob-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
BIN
webob-1.8.8.tar.gz
(Stored with Git LFS)
Normal file
BIN
webob-1.8.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
webob-1.8.9.tar.gz
(Stored with Git LFS)
BIN
webob-1.8.9.tar.gz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user