14
0
forked from pool/python-w3lib

Accepting request 689776 from home:pgajdos

- version update to 1.20.0
  * Fix url_query_cleaner to do not append "?" to urls without a 
    query string (issue #109)
  * Add support for Python 3.7 and drop Python 3.3 (issue #113)
  * Add `w3lib.url.add_or_replace_parameters` helper (issue #117)
  * Documentation fixes (issue #115)

OBS-URL: https://build.opensuse.org/request/show/689776
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-w3lib?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-03-29 10:15:50 +00:00
committed by Git OBS Bridge
parent 2bbdb143a5
commit ae90c90b7d
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 29 09:53:27 UTC 2019 - pgajdos@suse.com
- version update to 1.20.0
* Fix url_query_cleaner to do not append "?" to urls without a
query string (issue #109)
* Add support for Python 3.7 and drop Python 3.3 (issue #113)
* Add `w3lib.url.add_or_replace_parameters` helper (issue #117)
* Documentation fixes (issue #115)
-------------------------------------------------------------------
Tue Dec 4 12:56:15 UTC 2018 - Matej Cepl <mcepl@suse.com>