Hello community,

here is the log from the commit of package python-urlgrabber for 
openSUSE:Factory checked in at 2019-02-27 15:10:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-urlgrabber (Old)
 and      /work/SRC/openSUSE:Factory/.python-urlgrabber.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-urlgrabber"

Wed Feb 27 15:10:31 2019 rev:24 rq:679781 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-urlgrabber/python-urlgrabber.changes      
2018-12-24 11:45:43.201221958 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-urlgrabber.new.28833/python-urlgrabber.changes
   2019-02-27 15:10:33.762365661 +0100
@@ -1,0 +2,20 @@
+Wed Feb 27 09:39:32 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Drop patch grabber_fix.diff that was never upstreamed. Should
+  not be needed anymore
+
+-------------------------------------------------------------------
+Mon Feb 25 17:44:43 CET 2019 - Matej Cepl <[email protected]>
+
+- Update to the upstream version 4.0.0:
+  * Port to Python 3 rocket
+  * Add curl_obj option to grabber
+  * 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
+
+-------------------------------------------------------------------

Old:
----
  declare-dollar-sign-as-safe-in-urlquote.patch
  grabber_fix.diff
  python-urlgrabber-3.9.1-preserve-queryparams-in-urls.patch
  python-urlgrabber-3.9.1-set-SSL_VERIFYHOST-correct.dif
  urlgrabber-3.9.1.tar.gz

New:
----
  urlgrabber-4.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-urlgrabber.spec ++++++
--- /var/tmp/diff_new_pack.urw05k/_old  2019-02-27 15:10:35.414365127 +0100
+++ /var/tmp/diff_new_pack.urw05k/_new  2019-02-27 15:10:35.466365110 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-urlgrabber
 #
-# 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
@@ -16,26 +16,23 @@
 #
 
 
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python3 1
+%define modname urlgrabber
 Name:           python-urlgrabber
-Version:        3.9.1
+Version:        4.0.0
 Release:        0
 Summary:        A high-level cross-protocol url-grabber
 License:        LGPL-2.1-only
 Group:          Development/Languages/Python
-URL:            http://urlgrabber.baseurl.org
-Source:         
https://files.pythonhosted.org/packages/source/u/urlgrabber/urlgrabber-%{version}.tar.gz
-Patch0:         grabber_fix.diff
-# PATCH-FIX-UPSTREAM bnc#896844
-Patch1:         python-urlgrabber-3.9.1-preserve-queryparams-in-urls.patch
-Patch2:         declare-dollar-sign-as-safe-in-urlquote.patch
-Patch3:         python-urlgrabber-3.9.1-set-SSL_VERIFYHOST-correct.dif
+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}
+BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-pycurl
+Requires:       python-six
 BuildArch:      noarch
 %python_subpackages
 
@@ -46,11 +43,8 @@
 
 %prep
 %setup -q -n urlgrabber-%{version}
+# Remove with next release
 sed -i "13d" urlgrabber/__init__.py # Remove wrong license header, fixes 
bnc#781323
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %python_build
@@ -58,12 +52,14 @@
 %install
 %python_install
 rm -rf %{buildroot}%{_datadir}/doc/urlgrabber-%{version} # Remove wrongly 
installed docs
+mv -v %{buildroot}%{_usr}/libexec/urlgrabber-ext-down 
%{buildroot}%{_usr}/lib/urlgrabber-ext-down
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %license LICENSE
 %doc ChangeLog README TODO
-%{_bindir}/urlgrabber
+%python3_only %{_bindir}/urlgrabber
 %{python_sitelib}/*
+%python3_only %{_prefix}/lib/urlgrabber*
 
 %changelog

++++++ urlgrabber-3.9.1.tar.gz -> urlgrabber-4.0.0.tar.gz ++++++
++++ 6421 lines of diff (skipped)


Reply via email to