From ae90c90b7de7e02dd3e028a905d478a1c665df20d285c0d31b8c3c37eb7607cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 29 Mar 2019 10:15:50 +0000 Subject: [PATCH] Accepting request 689776 from home:pgajdos - version update to 1.20.0 * Fix url_query_cleaner to do not append "?" to urls without a query string (issue #109) * Add support for Python 3.7 and drop Python 3.3 (issue #113) * Add `w3lib.url.add_or_replace_parameters` helper (issue #117) * Documentation fixes (issue #115) OBS-URL: https://build.opensuse.org/request/show/689776 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-w3lib?expand=0&rev=11 --- python-w3lib.changes | 10 ++++++++++ python-w3lib.spec | 4 ++-- w3lib-1.19.0.tar.gz | 3 --- w3lib-1.20.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 w3lib-1.19.0.tar.gz create mode 100644 w3lib-1.20.0.tar.gz diff --git a/python-w3lib.changes b/python-w3lib.changes index fd68784..ae2e9ed 100644 --- a/python-w3lib.changes +++ b/python-w3lib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 29 09:53:27 UTC 2019 - pgajdos@suse.com + +- version update to 1.20.0 + * Fix url_query_cleaner to do not append "?" to urls without a + query string (issue #109) + * Add support for Python 3.7 and drop Python 3.3 (issue #113) + * Add `w3lib.url.add_or_replace_parameters` helper (issue #117) + * Documentation fixes (issue #115) + ------------------------------------------------------------------- Tue Dec 4 12:56:15 UTC 2018 - Matej Cepl diff --git a/python-w3lib.spec b/python-w3lib.spec index 45fee89..2dd235a 100644 --- a/python-w3lib.spec +++ b/python-w3lib.spec @@ -1,7 +1,7 @@ # # spec file for package python-w3lib # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-w3lib -Version: 1.19.0 +Version: 1.20.0 Release: 0 Summary: Library of Web-Related Functions License: BSD-3-Clause diff --git a/w3lib-1.19.0.tar.gz b/w3lib-1.19.0.tar.gz deleted file mode 100644 index 7bcb9f6..0000000 --- a/w3lib-1.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55994787e93b411c2d659068b51b9998d9d0c05e0df188e6daf8f45836e1ea38 -size 37989 diff --git a/w3lib-1.20.0.tar.gz b/w3lib-1.20.0.tar.gz new file mode 100644 index 0000000..c1ff932 --- /dev/null +++ b/w3lib-1.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54db912ae1c79d3e246b16d3645bdf701f70ac4f8a2fc46eeb284cc02a31cd7 +size 38258