14
0
forked from pool/python-w3lib

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

- update to 1.21.1
  * 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
    (issue #133)
  * w3lib.html.remove_comments now also removes truncated comments
    (issue #129)
  * w3lib.html.remove_tags_with_content no longer removes tags which
    start with the same text as one of the specified tags (issue #114)

OBS-URL: https://build.opensuse.org/request/show/727016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-w3lib?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-08-30 00:49:02 +00:00
committed by Git OBS Bridge
parent ae90c90b7d
commit 232d884616
4 changed files with 17 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-w3lib
Version: 1.20.0
Version: 1.21.0
Release: 0
Summary: Library of Web-Related Functions
License: BSD-3-Clause