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 5 additions and 18 deletions

View File

@@ -1,16 +1,3 @@
-------------------------------------------------------------------
Mon Nov 10 08:09:44 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.0.7:
* Response.html is now a cached property to improve form
parsing performance
* Fix a bug that inputs outside of a <form> tag were considered
belonging to that form because they had a HTML representation
identical to some input inside that <form>.
* Strip <option> text.
* Detect form fields outside of <form> tag associated via HTML5
form attribute.
-------------------------------------------------------------------
Fri Jul 4 16:26:57 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-WebTest
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-WebTest
Version: 3.0.7
Version: 3.0.4
Release: 0
Summary: Helper to test WSGI applications
License: MIT

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7aeab50f970d46c068e7a36dd162cb242591edf72a1d04efd21374772b931741
size 80260