forked from pool/python-w3lib
Accepting request 822239 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/822239 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-w3lib?expand=0&rev=6
This commit is contained in:
@@ -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>
|
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
|
* Add the "encoding" and "path_encoding" parameters to
|
||||||
w3lib.url.safe_download_url (issue #118)
|
w3lib.url.safe_download_url (issue #118)
|
||||||
* w3lib.url.safe_url_string now also removes tabs and new lines
|
* w3lib.url.safe_url_string now also removes tabs and new lines
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-w3lib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,19 +18,18 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-w3lib
|
Name: python-w3lib
|
||||||
Version: 1.21.0
|
Version: 1.22.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library of Web-Related Functions
|
Summary: Library of Web-Related Functions
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/w/w3lib/w3lib-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six} >= 1.4.1
|
BuildRequires: %{python_module six >= 1.4.1}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b1854fef570b5a5fc84d960e025debd110485d73fd283580376104762774315
|
|
||||||
size 38153
|
|
||||||
3
w3lib-1.22.0.tar.gz
Normal file
3
w3lib-1.22.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ad6d0203157d61149fd45aaed2e24f53902989c32fc1dccc2e2bfba371560df
|
||||||
|
size 39121
|
||||||
Reference in New Issue
Block a user