14
0

- 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:
2019-01-18 10:41:40 +00:00
committed by Git OBS Bridge
parent 67f0bef405
commit 13202a89e4
4 changed files with 25 additions and 8 deletions

View File

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