diff --git a/python-w3lib.changes b/python-w3lib.changes index 85db98f..2989791 100644 --- a/python-w3lib.changes +++ b/python-w3lib.changes @@ -1,7 +1,16 @@ +------------------------------------------------------------------- +Wed Jul 22 11:05:23 UTC 2020 - Marketa Calabkova + +- 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 -- 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 diff --git a/python-w3lib.spec b/python-w3lib.spec index 0a55298..272fad3 100644 --- a/python-w3lib.spec +++ b/python-w3lib.spec @@ -1,7 +1,7 @@ # # spec file for package python-w3lib # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-w3lib -Version: 1.21.0 +Version: 1.22.0 Release: 0 Summary: Library of Web-Related Functions License: BSD-3-Clause Group: Development/Languages/Python -Url: http://github.com/scrapy/w3lib +URL: https://github.com/scrapy/w3lib Source: https://files.pythonhosted.org/packages/source/w/w3lib/w3lib-%{version}.tar.gz BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} >= 1.4.1 +BuildRequires: %{python_module six >= 1.4.1} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description diff --git a/w3lib-1.21.0.tar.gz b/w3lib-1.21.0.tar.gz deleted file mode 100644 index f174aff..0000000 --- a/w3lib-1.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b1854fef570b5a5fc84d960e025debd110485d73fd283580376104762774315 -size 38153 diff --git a/w3lib-1.22.0.tar.gz b/w3lib-1.22.0.tar.gz new file mode 100644 index 0000000..32e390f --- /dev/null +++ b/w3lib-1.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad6d0203157d61149fd45aaed2e24f53902989c32fc1dccc2e2bfba371560df +size 39121