Hello community,

here is the log from the commit of package python-Scrapy for openSUSE:Factory 
checked in at 2019-08-24 18:48:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Scrapy (Old)
 and      /work/SRC/openSUSE:Factory/.python-Scrapy.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Scrapy"

Sat Aug 24 18:48:44 2019 rev:4 rq:725773 version:1.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Scrapy/python-Scrapy.changes      
2019-07-24 20:36:44.786566112 +0200
+++ /work/SRC/openSUSE:Factory/.python-Scrapy.new.7948/python-Scrapy.changes    
2019-08-24 18:49:03.561741931 +0200
@@ -1,0 +2,8 @@
+Fri Aug 23 13:13:43 UTC 2019 - Paolo Stivanin <[email protected]>
+
+- Update to 1.7.3
+  * Enforce lxml 4.3.5 or lower for Python 3.4
+    (issue 3912, issue 3918).
+  * Fix Python 2 support (issue 3889, issue 3893, issue 3896).
+
+-------------------------------------------------------------------

Old:
----
  Scrapy-1.7.1.tar.gz

New:
----
  Scrapy-1.7.3.tar.gz

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

Other differences:
------------------
++++++ python-Scrapy.spec ++++++
--- /var/tmp/diff_new_pack.fMuRSc/_old  2019-08-24 18:49:04.065741883 +0200
+++ /var/tmp/diff_new_pack.fMuRSc/_new  2019-08-24 18:49:04.065741883 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Scrapy
-Version:        1.7.1
+Version:        1.7.3
 Release:        0
 Summary:        A high-level Python Screen Scraping framework
 License:        BSD-3-Clause

++++++ Scrapy-1.7.1.tar.gz -> Scrapy-1.7.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scrapy-1.7.1/PKG-INFO new/Scrapy-1.7.3/PKG-INFO
--- old/Scrapy-1.7.1/PKG-INFO   2019-07-18 18:14:03.000000000 +0200
+++ new/Scrapy-1.7.3/PKG-INFO   2019-08-01 17:16:32.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: Scrapy
-Version: 1.7.1
+Version: 1.7.3
 Summary: A high-level Web Crawling and Web Scraping framework
 Home-page: https://scrapy.org
 Author: Scrapy developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scrapy-1.7.1/Scrapy.egg-info/PKG-INFO 
new/Scrapy-1.7.3/Scrapy.egg-info/PKG-INFO
--- old/Scrapy-1.7.1/Scrapy.egg-info/PKG-INFO   2019-07-18 18:14:03.000000000 
+0200
+++ new/Scrapy-1.7.3/Scrapy.egg-info/PKG-INFO   2019-08-01 17:16:32.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: Scrapy
-Version: 1.7.1
+Version: 1.7.3
 Summary: A high-level Web Crawling and Web Scraping framework
 Home-page: https://scrapy.org
 Author: Scrapy developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scrapy-1.7.1/Scrapy.egg-info/requires.txt 
new/Scrapy-1.7.3/Scrapy.egg-info/requires.txt
--- old/Scrapy-1.7.1/Scrapy.egg-info/requires.txt       2019-07-18 
18:14:03.000000000 +0200
+++ new/Scrapy-1.7.3/Scrapy.egg-info/requires.txt       2019-08-01 
17:16:32.000000000 +0200
@@ -1,6 +1,5 @@
 w3lib>=1.17.0
 queuelib
-lxml
 pyOpenSSL
 cssselect>=0.9
 six>=1.5.2
@@ -13,6 +12,8 @@
 
 [:python_version != "3.4"]
 Twisted>=13.1.0
+lxml
 
 [:python_version == "3.4"]
 Twisted<=19.2.0,>=13.1.0
+lxml<=4.3.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scrapy-1.7.1/docs/news.rst 
new/Scrapy-1.7.3/docs/news.rst
--- old/Scrapy-1.7.1/docs/news.rst      2019-07-18 18:07:03.000000000 +0200
+++ new/Scrapy-1.7.3/docs/news.rst      2019-08-01 17:09:54.000000000 +0200
@@ -6,6 +6,22 @@
 .. note:: Scrapy 1.x will be the last series supporting Python 2. Scrapy 2.0,
           planned for Q4 2019 or Q1 2020, will support **Python 3 only**.
 
+Scrapy 1.7.3 (2019-08-01)
+-------------------------
+
+Enforce lxml 4.3.5 or lower for Python 3.4 (:issue:`3912`, :issue:`3918`).
+
+Scrapy 1.7.2 (2019-07-23)
+-------------------------
+
+Fix Python 2 support (:issue:`3889`, :issue:`3893`, :issue:`3896`).
+
+
+Scrapy 1.7.1 (2019-07-18)
+-------------------------
+
+Re-packaging of Scrapy 1.7.0, which was missing some changes in PyPI.
+
 .. _release-1.7.0:
 
 Scrapy 1.7.0 (2019-07-18)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scrapy-1.7.1/requirements-py3.txt 
new/Scrapy-1.7.3/requirements-py3.txt
--- old/Scrapy-1.7.1/requirements-py3.txt       2019-07-18 18:07:03.000000000 
+0200
+++ new/Scrapy-1.7.3/requirements-py3.txt       2019-08-01 17:09:54.000000000 
+0200
@@ -1,5 +1,6 @@
 Twisted>=17.9.0
-lxml>=3.2.4
+lxml;python_version!="3.4"
+lxml<=4.3.5;python_version=="3.4"
 pyOpenSSL>=0.13.1
 cssselect>=0.9
 queuelib>=1.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scrapy-1.7.1/scrapy/VERSION 
new/Scrapy-1.7.3/scrapy/VERSION
--- old/Scrapy-1.7.1/scrapy/VERSION     2019-07-18 18:07:03.000000000 +0200
+++ new/Scrapy-1.7.3/scrapy/VERSION     2019-08-01 17:09:54.000000000 +0200
@@ -1 +1 @@
-1.7.1
+1.7.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scrapy-1.7.1/scrapy/utils/conf.py 
new/Scrapy-1.7.3/scrapy/utils/conf.py
--- old/Scrapy-1.7.1/scrapy/utils/conf.py       2019-07-18 18:07:03.000000000 
+0200
+++ new/Scrapy-1.7.3/scrapy/utils/conf.py       2019-08-01 17:09:54.000000000 
+0200
@@ -1,10 +1,13 @@
 import os
 import sys
 import numbers
-import configparser
 from operator import itemgetter
 
 import six
+if six.PY2:
+    from ConfigParser import SafeConfigParser as ConfigParser
+else:
+    from configparser import ConfigParser
 
 from scrapy.settings import BaseSettings
 from scrapy.utils.deprecate import update_classpath
@@ -94,7 +97,7 @@
 def get_config(use_closest=True):
     """Get Scrapy config file as a ConfigParser"""
     sources = get_sources(use_closest)
-    cfg = configparser.ConfigParser()
+    cfg = ConfigParser()
     cfg.read(sources)
     return cfg
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scrapy-1.7.1/setup.py new/Scrapy-1.7.3/setup.py
--- old/Scrapy-1.7.1/setup.py   2019-07-18 18:07:03.000000000 +0200
+++ new/Scrapy-1.7.3/setup.py   2019-08-01 17:09:54.000000000 +0200
@@ -69,7 +69,8 @@
         'Twisted>=13.1.0,<=19.2.0;python_version=="3.4"',
         'w3lib>=1.17.0',
         'queuelib',
-        'lxml',
+        'lxml;python_version!="3.4"',
+        'lxml<=4.3.5;python_version=="3.4"',
         'pyOpenSSL',
         'cssselect>=0.9',
         'six>=1.5.2',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scrapy-1.7.1/tests/constraints.txt 
new/Scrapy-1.7.3/tests/constraints.txt
--- old/Scrapy-1.7.1/tests/constraints.txt      2019-07-18 18:07:03.000000000 
+0200
+++ new/Scrapy-1.7.3/tests/constraints.txt      2019-08-01 17:09:54.000000000 
+0200
@@ -1,2 +1 @@
-Twisted!=18.4.0
-lxml!=4.2.2
\ No newline at end of file
+Twisted!=18.4.0
\ No newline at end of file


Reply via email to