forked from pool/python-WebTest
Compare commits
13 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9a8de00125 | |||
| a194aeeacc | |||
| 472516f6c4 | |||
| 303f948a64 | |||
| c0ba854ac1 | |||
| d2182af859 | |||
| aea57a69ba | |||
| 0154ce53bb | |||
| cc241679d7 | |||
| 6fd73d0a70 | |||
| bd264e6aac | |||
| 06cb84c7d4 | |||
| d47b8c0b36 |
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Jul 4 16:26:57 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-WebTest
|
# spec file for package python-WebTest
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-WebTest
|
Name: python-WebTest
|
||||||
Version: 3.0.4
|
Version: 3.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Helper to test WSGI applications
|
Summary: Helper to test WSGI applications
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:94778d19a37e5abd7388dad4d93874410ecced53a1739a8e5ff2dbcba1cfc0c4
|
|
||||||
size 79395
|
|
||||||
3
webtest-3.0.7.tar.gz
Normal file
3
webtest-3.0.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7aeab50f970d46c068e7a36dd162cb242591edf72a1d04efd21374772b931741
|
||||||
|
size 80260
|
||||||
Reference in New Issue
Block a user