Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
6ce14a9b11 |
@@ -1,29 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Apr 1 12:45:29 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
||||||
|
|
||||||
- Make the dist-info name case-insensitive
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Mar 26 01:39:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
||||||
|
|
||||||
- Lowercase metadata directory name.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-WebOb
|
# spec file for package python-WebOb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -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
|
||||||
@@ -74,7 +70,7 @@ PYTHONPATH=./src sphinx-build -b html docs build/sphinx/html && rm -r build/sphi
|
|||||||
%license docs/license.txt
|
%license docs/license.txt
|
||||||
%doc CHANGES.txt README.rst
|
%doc CHANGES.txt README.rst
|
||||||
%{python_sitelib}/webob
|
%{python_sitelib}/webob
|
||||||
%{python_sitelib}/[wW]eb[oO]b-%{version}.dist-info
|
%{python_sitelib}/WebOb-%{version}.dist-info
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%files -n python-WebOb-doc
|
%files -n python-WebOb-doc
|
||||||
|
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