15
0

7 Commits

Author SHA256 Message Date
aea57a69ba Accepting request 1240750 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1240750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=38
2025-01-29 15:09:47 +00:00
0154ce53bb - Update to 3.0.3
* Minor release to fix metadata on pypi

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=68
2025-01-28 10:10:44 +00:00
cc241679d7 Accepting request 1236169 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1236169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=37
2025-01-12 10:10:16 +00:00
6fd73d0a70 - Update to 3.0.2
* Bump waitress min version to 3.0.2
- Update BuildRequires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=66
2025-01-09 12:19:19 +00:00
bd264e6aac Accepting request 1222460 from 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
- drop py312.patch: upstream

OBS-URL: https://build.opensuse.org/request/show/1222460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=36
2024-11-08 10:55:52 +00:00
06cb84c7d4 - drop py312.patch: upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=64
2024-11-07 13:20:03 +00:00
d47b8c0b36 - 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/package/show/devel:languages:python/python-WebTest?expand=0&rev=63
2024-11-07 13:19:34 +00:00
4 changed files with 8 additions and 20 deletions

View File

@@ -1,14 +1,3 @@
-------------------------------------------------------------------
Fri Jul 4 16:26:57 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.0.4:
* Ensure BeautifulSoup 4.13+ compatibility
-------------------------------------------------------------------
Fri Jun 13 02:42:45 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Mon Jan 27 12:27:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,10 +18,11 @@
%{?sle15_python_module_pythons}
Name: python-WebTest
Version: 3.0.4
Version: 3.0.3
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
Patch0: sphinx-7-fix.patch
@@ -30,12 +31,10 @@ BuildRequires: %{python_module WSGIProxy2}
BuildRequires: %{python_module WebOb >= 1.2}
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module cssselect}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pyquery}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module waitress >= 3.0.2}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# Documentation build requirements:
@@ -71,11 +70,11 @@ This package contains documentation files for %{name}.
%autosetup -p1 -n webtest-%{version}
%build
%pyproject_wheel
%python_build
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees}
%install
%pyproject_install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -85,7 +84,7 @@ sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildin
%license license.rst
%doc CHANGELOG.rst README.rst
%{python_sitelib}/webtest/
%{python_sitelib}/[Ww]eb[Tt]est-%{version}.dist-info
%{python_sitelib}/WebTest-%{version}*-info
%files -n %{name}-doc
%doc build/sphinx/html

BIN
webtest-3.0.3.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94778d19a37e5abd7388dad4d93874410ecced53a1739a8e5ff2dbcba1cfc0c4
size 79395