diff --git a/python-WebOb.changes b/python-WebOb.changes index 7affff2..77f11af 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Dec 11 08:46:23 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-WebOb.spec b/python-WebOb.spec index f446b28..74ad13c 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -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 diff --git a/support-python-313.patch b/support-python-313.patch deleted file mode 100644 index 7ab07f1..0000000 --- a/support-python-313.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 8b2fc22103ac1b8082752717a3a8a632eb1f4326 Mon Sep 17 00:00:00 2001 -From: Theron Luhn -Date: Thu, 10 Oct 2024 14:23:32 -0700 -Subject: [PATCH] Add `legacy-cgi` dependency for Python 3.13+ - ---- - setup.py | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/setup.py b/setup.py -index 7e8695a7..dbb00157 100644 ---- a/setup.py -+++ b/setup.py -@@ -52,6 +52,9 @@ - packages=find_packages('src', exclude=['tests']), - package_dir={'': 'src'}, - python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*', -+ install_requires=[ -+ "legacy-cgi>=2.6; python_version>='3.13'", -+ ], - zip_safe=True, - extras_require={ - 'testing': testing_extras, diff --git a/webob-1.8.8.tar.gz b/webob-1.8.8.tar.gz deleted file mode 100644 index a4bb335..0000000 --- a/webob-1.8.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2abc1555e118fc251e705fc6dc66c7f5353bb9fbfab6d20e22f1c02b4b71bcee -size 279035 diff --git a/webob-1.8.9.tar.gz b/webob-1.8.9.tar.gz new file mode 100644 index 0000000..b491059 --- /dev/null +++ b/webob-1.8.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6078e2edb6766d1334ec3dee072ac6a7f95b1e32ce10def8ff7f0f02d56589 +size 279775