51fee537ac
- Update to 1.4.0 * Added support for Python 3.12 and 3.13. * Removed support for end of life python versions 3.6, 3.7, and 3.8. * Minimum versions of dependencies `urllib3 and certifi` have been specified to mitigate security vulnerabilities. - Adjust upstream source name in spec file - Update BuildRequires and Requires from requirements.txt - Use Python 3.11 on SLE-15 by default
Matej Cepl2025-08-11 21:26:54 +00:00
3924d39502
Accepting request 1274906 from devel:languages:python
Ana Guerrero2025-05-06 14:44:06 +00:00
f8ba0f9dbf
Accepting request 1131724 from devel:languages:python
Ana Guerrero2023-12-08 21:32:01 +00:00
3464170380
- update to 1.3.0 (bsc#1213006, CVE-2023-34457): * To prevent malicious web servers from reading arbitrary files from the client, files must now be opened explicitly by the user in order to upload their contents in form submission. This remediates CVE-2023-34457 * Added support for Python 3.11. * Allow submitting a form with no submit element. This can be achieved by passing `submit=False to StatefulBrowser.submit_selected`. Thanks @alexreg! [#480] - Update to version 1.2.0 Add support for HTML form-associated elements which exposed more local information than users may have been expecting. [#375]
Dirk Mueller2023-12-07 22:26:10 +00:00
8c85faa7a1
- Update to 1.0.0 * Added support for Python 3.8 and 3.9. * `StatefulBrowser has new properties page, form, and url, which can be used in place of the methods get_current_page, get_current_form and get_url respectively * StatefulBrowser.form will raise an AttributeError instead of returning None if no form has been selected yet. * Decompose <select> elements with the same name when adding a new input element to a form. * The params and data kwargs passed to submit will now properly be forwarded to the underlying request for GET methods (whereas previously params was being overwritten by data`).
Steve Kowalik2021-01-11 05:50:13 +00:00