Compare commits
11 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3148ee1b1d | |||
| bcd6eecb30 | |||
| a722ef9a2e | |||
| d8b15de456 | |||
| c571a8284f | |||
| ffd5fadac8 | |||
| 48308f506e | |||
| 6cbc950c87 | |||
| d7b8171d66 | |||
| c0cb82f348 | |||
| 38fa3bd32f |
@@ -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>
|
||||
|
||||
|
||||
@@ -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
3
webtest-3.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94778d19a37e5abd7388dad4d93874410ecced53a1739a8e5ff2dbcba1cfc0c4
|
||||
size 79395
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7aeab50f970d46c068e7a36dd162cb242591edf72a1d04efd21374772b931741
|
||||
size 80260
|
||||
Reference in New Issue
Block a user