Compare commits

1 Commits
main ... 1.1

4 changed files with 5 additions and 25 deletions

View File

@@ -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> Mon Aug 19 03:28:33 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,13 +18,12 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-WebOb Name: python-WebOb
Version: 1.8.9 Version: 1.8.8
Release: 0 Release: 0
Summary: WSGI request and response object Summary: WSGI request and response object
License: MIT License: MIT
URL: http://webob.org/ URL: http://webob.org/
Source: https://files.pythonhosted.org/packages/source/w/webob/webob-%{version}.tar.gz 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 pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@@ -33,9 +32,6 @@ BuildRequires: python-rpm-macros
# Documentation requirements: # Documentation requirements:
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python3-Sphinx BuildRequires: python3-Sphinx
%if %{python_version_nodots} >= 313
Requires: python-legacy-cgi >= 2.6
%endif
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -57,7 +53,7 @@ This package contains documentation files for %{name}.
%endif %endif
%prep %prep
%autosetup -p1 -n webob-%{version} %setup -q -n webob-%{version}
%build %build
%pyproject_wheel %pyproject_wheel

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)

Binary file not shown.