- 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,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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user