diff --git a/python-w3lib.changes b/python-w3lib.changes index ae2e9ed..85db98f 100644 --- a/python-w3lib.changes +++ b/python-w3lib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 29 13:15:56 UTC 2019 - Marketa Calabkova + +- 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) + ------------------------------------------------------------------- Fri Mar 29 09:53:27 UTC 2019 - pgajdos@suse.com diff --git a/python-w3lib.spec b/python-w3lib.spec index 2dd235a..0a55298 100644 --- a/python-w3lib.spec +++ b/python-w3lib.spec @@ -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 diff --git a/w3lib-1.20.0.tar.gz b/w3lib-1.20.0.tar.gz deleted file mode 100644 index c1ff932..0000000 --- a/w3lib-1.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e54db912ae1c79d3e246b16d3645bdf701f70ac4f8a2fc46eeb284cc02a31cd7 -size 38258 diff --git a/w3lib-1.21.0.tar.gz b/w3lib-1.21.0.tar.gz new file mode 100644 index 0000000..f174aff --- /dev/null +++ b/w3lib-1.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1854fef570b5a5fc84d960e025debd110485d73fd283580376104762774315 +size 38153