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>