Hello community,

here is the log from the commit of package python-cssselect2 for 
openSUSE:Factory checked in at 2019-02-28 21:43:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cssselect2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-cssselect2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cssselect2"

Thu Feb 28 21:43:55 2019 rev:3 rq:679803 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cssselect2/python-cssselect2.changes      
2018-12-13 19:42:11.065189732 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cssselect2.new.28833/python-cssselect2.changes
   2019-02-28 21:43:59.265510127 +0100
@@ -1,0 +2,12 @@
+Wed Feb 27 13:06:42 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Fix the build again
+
+-------------------------------------------------------------------
+Tue Feb 26 12:19:15 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Remove unnecessary build dependencies on pytest plugins, by
+  invoking pytest directly avoiding setup.py checking test deps,
+  and removing addopts from setup.cfg
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-cssselect2.spec ++++++
--- /var/tmp/diff_new_pack.pxN5yp/_old  2019-02-28 21:43:59.741509924 +0100
+++ /var/tmp/diff_new_pack.pxN5yp/_new  2019-02-28 21:43:59.745509922 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cssselect2
 #
-# 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
@@ -29,10 +29,6 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module pytest-cov}
-BuildRequires:  %{python_module pytest-flake8}
-BuildRequires:  %{python_module pytest-isort}
-BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module tinycss2}
 # /SECTION
@@ -52,6 +48,7 @@
 
 %prep
 %setup -q -n cssselect2-%{version}
+sed -i '/addopts/d' setup.cfg
 
 %build
 %python_build
@@ -62,7 +59,7 @@
 
 %check
 export LANG=en_US.UTF-8
-%python_exec setup.py test
+%python_exec -m pytest cssselect2/tests
 
 %files %{python_files}
 %doc CHANGES README.rst


Reply via email to