From 0545d01e8a1a23d1cebd18b13a8086a2b2977af96df629c01fa67f284548efc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 27 Feb 2019 09:52:20 +0000 Subject: [PATCH] - Remove merged patches: * declare-dollar-sign-as-safe-in-urlquote.patch * python-urlgrabber-3.9.1-set-SSL_VERIFYHOST-correct.dif * python-urlgrabber-3.9.1-preserve-queryparams-in-urls.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urlgrabber?expand=0&rev=33 --- python-urlgrabber.changes | 4 ++++ python-urlgrabber.spec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-urlgrabber.changes b/python-urlgrabber.changes index a3d51c6..4f39c8e 100644 --- a/python-urlgrabber.changes +++ b/python-urlgrabber.changes @@ -13,6 +13,10 @@ Mon Feb 25 17:44:43 CET 2019 - Matej Cepl * Throw an obvious error message when urlgrabber-ext-down is missing when attempting to use external downloader * Use setuptools for setup.py instead of distutils +- Remove merged patches: + * declare-dollar-sign-as-safe-in-urlquote.patch + * python-urlgrabber-3.9.1-set-SSL_VERIFYHOST-correct.dif + * python-urlgrabber-3.9.1-preserve-queryparams-in-urls.patch ------------------------------------------------------------------- Tue Dec 4 12:55:41 UTC 2018 - Matej Cepl diff --git a/python-urlgrabber.spec b/python-urlgrabber.spec index 6a23d62..cf114f3 100644 --- a/python-urlgrabber.spec +++ b/python-urlgrabber.spec @@ -24,7 +24,7 @@ Release: 0 Summary: A high-level cross-protocol url-grabber License: LGPL-2.1-only Group: Development/Languages/Python -URL: http://urlgrabber.baseurl.org +URL: https://github.com/rpm-software-management/urlgrabber Source: https://github.com/rpm-software-management/%{modname}/releases/download/%{modname}-4-0-0/%{modname}-%{version}.tar.gz BuildRequires: %{python_module pycurl} BuildRequires: %{python_module setuptools}