Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-parsel for openSUSE:Factory checked in at 2021-03-16 15:44:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-parsel (Old) and /work/SRC/openSUSE:Factory/.python-parsel.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parsel" Tue Mar 16 15:44:37 2021 rev:7 rq:879099 version:1.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-parsel/python-parsel.changes 2020-04-21 13:10:22.360777030 +0200 +++ /work/SRC/openSUSE:Factory/.python-parsel.new.2401/python-parsel.changes 2021-03-16 15:46:19.861221872 +0100 @@ -1,0 +2,5 @@ +Mon Mar 15 08:18:14 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- fix build requires syntax error on expanding multiple python flavors + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-parsel.spec ++++++ --- /var/tmp/diff_new_pack.eCcCUg/_old 2021-03-16 15:46:20.401222710 +0100 +++ /var/tmp/diff_new_pack.eCcCUg/_new 2021-03-16 15:46:20.409222723 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-parsel # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,11 +26,11 @@ Group: Development/Languages/Python URL: https://github.com/scrapy/parsel Source: https://files.pythonhosted.org/packages/source/p/parsel/parsel-%{version}.tar.gz -BuildRequires: %{python_module cssselect} >= 0.9 +BuildRequires: %{python_module cssselect >= 0.9} BuildRequires: %{python_module lxml} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} >= 1.5.2 -BuildRequires: %{python_module w3lib} >= 1.8.0 +BuildRequires: %{python_module six >= 1.5.2} +BuildRequires: %{python_module w3lib >= 1.8.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-cssselect >= 0.9