14
0
forked from pool/python-w3lib

Accepting request 822218 from home:mcalabkova:branches:devel:languages:python

- update to 1.22.0
  * Python 3.4 is no longer supported (issue #156)
  * :func:`w3lib.url.safe_url_string` now supports an optional ``quote_path``
    parameter to disable the percent-encoding of the URL path
  * more small fixes and improvements

- update to 1.21.0

OBS-URL: https://build.opensuse.org/request/show/822218
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-w3lib?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-07-22 12:39:43 +00:00
committed by Git OBS Bridge
parent 232d884616
commit d2df848287
4 changed files with 17 additions and 9 deletions

View File

@@ -1,7 +1,16 @@
-------------------------------------------------------------------
Wed Jul 22 11:05:23 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.22.0
* Python 3.4 is no longer supported (issue #156)
* :func:`w3lib.url.safe_url_string` now supports an optional ``quote_path``
parameter to disable the percent-encoding of the URL path
* more small fixes and improvements
-------------------------------------------------------------------
Thu Aug 29 13:15:56 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.21.1
- update to 1.21.0
* Add the "encoding" and "path_encoding" parameters to
w3lib.url.safe_download_url (issue #118)
* w3lib.url.safe_url_string now also removes tabs and new lines