forked from pool/python-mechanize
- Upgrade to 0.4.0:
* Python 3 compatibility
* Add a finalize_request_headers callback to Browser to allow
users full control of what headers are sent with every
request
* Preserve header ordering when making HTTP requests
* Fix processing of http-equiv meta tags incorrectly lower casing
the content
* Fix error when a textbox contained within a form contains
unicode characters
- Add missing BR for testing (Twisted and zope.interface)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mechanize?expand=0&rev=34
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 18 11:27:00 CET 2019 - mcepl@suse.com
|
||||
|
||||
- Upgrade to 0.4.0:
|
||||
* Python 3 compatibility
|
||||
* Add a finalize_request_headers callback to Browser to allow
|
||||
users full control of what headers are sent with every
|
||||
request
|
||||
* Preserve header ordering when making HTTP requests
|
||||
* Fix processing of http-equiv meta tags incorrectly lower casing
|
||||
the content
|
||||
* Fix error when a textbox contained within a form contains
|
||||
unicode characters
|
||||
- Add missing BR for testing (Twisted and zope.interface)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 10:46:11 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user