- 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:
2025-11-10 08:09:50 +00:00
committed by Git OBS Bridge
parent bab7fa4153
commit 2f67c68ebd
4 changed files with 18 additions and 5 deletions

View File

@@ -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>