- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=74
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-WebTest
|
||||
Version: 3.0.4
|
||||
Version: 3.0.7
|
||||
Release: 0
|
||||
Summary: Helper to test WSGI applications
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user