15
0

Accepting request 1222191 from home:glaubitz:branches:devel:languages:python

- Update to 3.0.1
  * Multiple file input support.
  * Drop support for Python 3.8 and bellow
  * Allows the TestResponse to follow customised onclick buttons
  * Response.pyquery object now use the html parser.
  * You can use the Response.PyQuery method to customize pyquery init.
  * Various docs / testing improvments
  * Rename "master" git branch to "main".
- Refresh sphinx-7-fix.patch

OBS-URL: https://build.opensuse.org/request/show/1222191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=63
This commit is contained in:
2024-11-07 13:19:34 +00:00
committed by Git OBS Bridge
parent 6ec6c33f0b
commit 38fa3bd32f
6 changed files with 25 additions and 142 deletions

View File

@@ -18,16 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-WebTest
Version: 3.0.0
Version: 3.0.1
Release: 0
Summary: Helper to test WSGI applications
License: MIT
Group: Development/Languages/Python
URL: https://docs.pylonsproject.org/projects/webtest/
Source: https://files.pythonhosted.org/packages/source/W/WebTest/WebTest-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/w/webtest/webtest-%{version}.tar.gz
Patch0: sphinx-7-fix.patch
# PATCH-FIX-UPSTREAM https://github.com/Pylons/webtest/commit/d82ec5bd2cf3c7109a1d49ad9fa802ae1eae1763 Replace deprecated unittest aliases for Python 3.12
Patch1: py312.patch
BuildRequires: %{python_module PasteDeploy}
BuildRequires: %{python_module WSGIProxy2}
BuildRequires: %{python_module WebOb >= 1.2}
@@ -69,7 +67,7 @@ Provides: %{python_module WebTest-doc = %{version}}
This package contains documentation files for %{name}.
%prep
%autosetup -p1 -n WebTest-%{version}
%autosetup -p1 -n webtest-%{version}
%build
%python_build