Changelog for
python311-mechanize-0.4.8-67.2.noarch.rpm :
* Fri Mar 31 2023 Steve Kowalik
- Add patch support-python-311.patch:
* http.cookiejar changed behaviour from Python 3.11 onwards, support both.
* Tue Oct 11 2022 Steve Kowalik - Remove unneeded BuildRequires on python.
* Mon Aug 01 2022 Ben Greiner - Reference upstream patch in specfile for future updates- Remove catchall in files section that would have found the mistake- Update shebang fix commands- Fix requirements- Update description
* Sun Jul 31 2022 ecsos - Add python-mechanize-setup.cfg.patch to fix mechanize not found during build. (boo#1202003)
* Sun Jul 24 2022 Dirk Müller - update to 0.4.8:
* Handle mal-encoded robots.txt files more gracefully
* Support HTTP 308 redirects
* Mon Jan 24 2022 Steve Kowalik - Update to 0.4.7 (bsc#1207242, CVE-2021-32837):
* Fix the ~ character being percent escaped when sending URLs to servers.
* Python 3.10 compatibility
* Fix a bug in the regex used to parse www-authenticate headers that could lead to Denial-of-Service
* Wed Jan 22 2020 Martin Sirringhaus - Update to 0.4.5:
* Add a set_html() method to the browser object- Update to 0.4.4:
* URLs passed into mechanize now automatically have URL unsafe characters percent encoded. This is necessary because newer versions of python disallow processing of URLs with unsafe characters. Note that this means values return by get_full_url(), get_selector() etc will be percent encoded.
* Tue Nov 12 2019 Bogdano Arendartchuk - added missing dependencies: Twisted, zope.interface and html5lib
* Wed Sep 11 2019 Tomáš Chvátal - Update to 0.4.3:
* When filling forms with unicode strings automatically encode them into the correct encoding fr the HTML page being viewed
* Guess content type when uploading files if not specified
* py3 compat - Have the version of simple cookies be 0 rather than None
* Fri May 17 2019 Meera Belur - Update to v0.4.2
* A couple of python 3 specific fixes for proxy authorization and adding controls to forms