Hello community,

here is the log from the commit of package python-Scrapy for openSUSE:Factory 
checked in at 2019-07-24 20:36:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Scrapy (Old)
 and      /work/SRC/openSUSE:Factory/.python-Scrapy.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Scrapy"

Wed Jul 24 20:36:43 2019 rev:3 rq:718179 version:1.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Scrapy/python-Scrapy.changes      
2019-05-17 23:43:33.625899725 +0200
+++ /work/SRC/openSUSE:Factory/.python-Scrapy.new.4126/python-Scrapy.changes    
2019-07-24 20:36:44.786566112 +0200
@@ -1,0 +2,17 @@
+Wed Jul 24 10:27:07 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Format with spec-cleaner
+- Use just python3 version of Sphinx
+
+-------------------------------------------------------------------
+Wed Jul 24 08:37:28 UTC 2019 - pgaj...@suse.com
+
+- version update to 1.7.1
+  * Improvements for crawls targeting multiple domains
+  * A cleaner way to pass arguments to callbacks
+  * A new class for JSON requests
+  * Improvements for rule-based spiders
+  * New features for feed exports
+  see news.rst for details
+
+-------------------------------------------------------------------

Old:
----
  Scrapy-1.6.0.tar.gz

New:
----
  Scrapy-1.7.1.tar.gz

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

Other differences:
------------------
++++++ python-Scrapy.spec ++++++
--- /var/tmp/diff_new_pack.2wgrbP/_old  2019-07-24 20:36:46.070565972 +0200
+++ /var/tmp/diff_new_pack.2wgrbP/_new  2019-07-24 20:36:46.094565969 +0200
@@ -12,43 +12,40 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Scrapy
-Version:        1.6.0
+Version:        1.7.1
 Release:        0
-Url:            http://scrapy.org
 Summary:        A high-level Python Screen Scraping framework
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source:         
http://pypi.python.org/packages/source/S/Scrapy/Scrapy-%{version}.tar.gz
+URL:            https://scrapy.org
+Source:         
https://files.pythonhosted.org/packages/source/S/Scrapy/Scrapy-%{version}.tar.gz
 BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module PyDispatcher >= 2.0.5}
 BuildRequires:  %{python_module Twisted >= 17.9.0}
 BuildRequires:  %{python_module cryptography}
 BuildRequires:  %{python_module cssselect >= 0.9}
+BuildRequires:  %{python_module jmespath}
 BuildRequires:  %{python_module lxml >= 3.4}
+BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module parsel >= 1.5}
 BuildRequires:  %{python_module pyOpenSSL >= 0.14}
 BuildRequires:  %{python_module pyasn1}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module queuelib >= 1.1.1}
 BuildRequires:  %{python_module service_identity}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.5.2}
+BuildRequires:  %{python_module testfixtures}
 BuildRequires:  %{python_module w3lib >= 1.17.2}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# doc dependencies
-BuildRequires:  %{python_module Sphinx}
-# test requirements
-BuildRequires:  %{python_module jmespath}
-BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module testfixtures}
-# runtime dependencies
+BuildRequires:  python3-Sphinx
 Requires:       python-Pillow
 Requires:       python-PyDispatcher >= 2.0.5
 Requires:       python-Twisted >= 17.9.0
@@ -60,6 +57,7 @@
 Requires:       python-pyasn1
 Requires:       python-queuelib >= 1.1.1
 Requires:       python-service_identity
+Requires:       python-setuptools
 Requires:       python-six >= 1.5.2
 Requires:       python-w3lib >= 1.17.2
 BuildArch:      noarch
@@ -79,11 +77,12 @@
 
 %prep
 %setup -q -n Scrapy-%{version}
+sed -i -e 's:= python:= python3:g' docs/Makefile
 
 %build
 %python_build
 pushd docs
-make html && rm -r build/html/.buildinfo
+make %{?_smp_mflags} html && rm -r build/html/.buildinfo
 popd
 
 %install
@@ -105,7 +104,8 @@
     tests}
 
 %files %{python_files}
-%doc AUTHORS LICENSE README.rst
+%license LICENSE
+%doc AUTHORS README.rst
 %{python_sitelib}/*
 %{_bindir}/scrapy-%{python_bin_suffix}
 %python3_only %{_bindir}/scrapy

++++++ Scrapy-1.6.0.tar.gz -> Scrapy-1.7.1.tar.gz ++++++
++++ 9629 lines of diff (skipped)


Reply via email to