14
0

Accepting request 766369 from home:MSirringhaus:branches:devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/766369
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mechanize?expand=0&rev=44
This commit is contained in:
Tomáš Chvátal
2020-01-22 15:54:32 +00:00
committed by Git OBS Bridge
parent 003f3cf3a3
commit 807be98f7b
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jan 22 15:45:36 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- 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 16:11:23 UTC 2019 - Bogdano Arendartchuk <BArendartchuk@suse.com>