14
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-02-27 09:52:20 +00:00
committed by Git OBS Bridge
parent d12eed8207
commit 0545d01e8a
2 changed files with 5 additions and 1 deletions

View File

@@ -13,6 +13,10 @@ Mon Feb 25 17:44:43 CET 2019 - Matej Cepl <mcepl@suse.com>
* 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 <mcepl@suse.com>

View File

@@ -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}