Hello community,

here is the log from the commit of package python-Shapely for openSUSE:Factory 
checked in at 2019-06-14 20:42:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Shapely (Old)
 and      /work/SRC/openSUSE:Factory/.python-Shapely.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Shapely"

Fri Jun 14 20:42:16 2019 rev:13 rq:709776 version:1.6.4.post2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Shapely/python-Shapely.changes    
2019-01-08 12:28:19.848281850 +0100
+++ /work/SRC/openSUSE:Factory/.python-Shapely.new.4811/python-Shapely.changes  
2019-06-14 20:42:18.714401856 +0200
@@ -1,0 +2,5 @@
+Thu Jun 13 16:01:29 UTC 2019 - Todd R <[email protected]>
+
+- Run full unit tests
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Shapely.spec ++++++
--- /var/tmp/diff_new_pack.VJDr2U/_old  2019-06-14 20:42:19.298400866 +0200
+++ /var/tmp/diff_new_pack.VJDr2U/_new  2019-06-14 20:42:19.302400859 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Shapely
 #
-# 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
@@ -35,13 +35,13 @@
 BuildRequires:  fdupes
 BuildRequires:  geos-devel >= 3.3
 BuildRequires:  python-rpm-macros
-%if %{with test}
+# SECTION test requirements
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
 %if 0%{?suse_version} > 1320
 BuildRequires:  %{python_module matplotlib}
 %endif
-%endif
+# /SECTION
 Requires:       geos >= 3.3
 %ifpython2
 Obsoletes:      %{oldpython}-shapely < %{version}
@@ -51,6 +51,7 @@
 Obsoletes:      python3-shapely < %{version}
 Provides:       python3-shapely = %{version}
 %endif
+
 %python_subpackages
 
 %description
@@ -77,10 +78,10 @@
 rm -fv %{buildroot}%{_prefix}/shapely/_geos.pxi
 rm -frv %{buildroot}%{_prefix}/shapely
 
-%if %{with test}
 %check
-%python_exec setup.py test
-%endif
+mv shapely shapely_temp
+%pytest_arch
+mv shapely_temp shapely
 
 %files %{python_files}
 %defattr(-,root,root,-)


Reply via email to