Hello community, here is the log from the commit of package python-Scrapy for openSUSE:Factory checked in at 2019-05-17 23:43:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Scrapy (Old) and /work/SRC/openSUSE:Factory/.python-Scrapy.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Scrapy" Fri May 17 23:43:32 2019 rev:2 rq:703535 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Scrapy/python-Scrapy.changes 2019-02-28 21:42:03.289559654 +0100 +++ /work/SRC/openSUSE:Factory/.python-Scrapy.new.5148/python-Scrapy.changes 2019-05-17 23:43:33.625899725 +0200 @@ -1,0 +2,5 @@ +Thu May 16 19:33:46 UTC 2019 - [email protected] + +- Skip flaky CrawlerTestCase + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Scrapy.spec ++++++ --- /var/tmp/diff_new_pack.cZ3QhL/_old 2019-05-17 23:43:34.089899470 +0200 +++ /var/tmp/diff_new_pack.cZ3QhL/_new 2019-05-17 23:43:34.093899468 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Scrapy # -# 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 @@ -25,7 +25,6 @@ License: BSD-3-Clause Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/S/Scrapy/Scrapy-%{version}.tar.gz -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module Pillow} BuildRequires: %{python_module PyDispatcher >= 2.0.5} BuildRequires: %{python_module Twisted >= 17.9.0} @@ -37,10 +36,11 @@ BuildRequires: %{python_module pyasn1} 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 w3lib >= 1.17.2} -BuildRequires: python-rpm-macros BuildRequires: fdupes +BuildRequires: python-rpm-macros # doc dependencies BuildRequires: %{python_module Sphinx} # test requirements @@ -96,6 +96,7 @@ skiplist="not S3AnonTestCase and not S3TestCase and not S3FeedStorageTest" skiplist="$skiplist and not FilesPipelineTestCaseFields" skiplist="$skiplist and not ImagesPipelineTestCaseFields" +skiplist="$skiplist and not CrawlerTestCase" # tests/test_proxy_connect.py: requires mitmproxy == 0.10.1 %{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} \ --ignore tests/test_proxy_connect.py \
