11 Commits

Author SHA256 Message Date
3148ee1b1d Accepting request 1290717 from devel:languages:python
- update to 3.0.4:
  * Ensure BeautifulSoup 4.13+ compatibility

OBS-URL: https://build.opensuse.org/request/show/1290717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=40
2025-07-06 15:04:07 +00:00
bcd6eecb30 - update to 3.0.4:
* Ensure BeautifulSoup 4.13+ compatibility

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=72
2025-07-04 16:27:04 +00:00
a722ef9a2e Accepting request 1285281 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1285281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=39
2025-06-13 16:43:20 +00:00
d8b15de456 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=70
2025-06-13 02:56:31 +00:00
c571a8284f 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
ffd5fadac8 Accepting request 1240524 from home:glaubitz:branches:devel:languages:python
- Update to 3.0.3
  * Minor release to fix metadata on pypi

OBS-URL: https://build.opensuse.org/request/show/1240524
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
48308f506e 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
6cbc950c87 Accepting request 1236130 from home:glaubitz:branches:devel:languages:python
- Update to 3.0.2
  * Bump waitress min version to 3.0.2
- Update BuildRequires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1236130
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
d7b8171d66 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
c0cb82f348 - 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
38fa3bd32f 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
2024-11-07 13:19:34 +00:00
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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> Mon Jan 27 12:27:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

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

Binary file not shown.

3
webtest-3.0.4.tar.gz Normal file
View File

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