Hello community,

here is the log from the commit of package python-jsonextended for 
openSUSE:Leap:15.2 checked in at 2020-04-25 19:06:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-jsonextended (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-jsonextended.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jsonextended"

Sat Apr 25 19:06:13 2020 rev:2 rq:797129 version:0.7.11

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-jsonextended/python-jsonextended.changes    
    2020-02-22 18:50:34.320492736 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-jsonextended.new.2738/python-jsonextended.changes
      2020-04-25 19:06:13.423742666 +0200
@@ -1,0 +2,10 @@
+Thu Apr 23 12:00:26 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Skip test apply_unitschema as it fails on rounding errors
+
+-------------------------------------------------------------------
+Thu Apr 23 10:54:51 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jsonextended.spec ++++++
--- /var/tmp/diff_new_pack.OqYc3H/_old  2020-04-25 19:06:13.731743328 +0200
+++ /var/tmp/diff_new_pack.OqYc3H/_new  2020-04-25 19:06:13.731743328 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jsonextended
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,11 +45,10 @@
 BuildRequires:  %{python_module pytest >= 3.6}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module ruamel.yaml}
+%if %{with python2}
 BuildRequires:  python-pathlib2
-# /SECTION
-%ifpython2
-Requires:       python-pathlib2
 %endif
+# /SECTION
 %python_subpackages
 
 %description
@@ -81,7 +80,8 @@
 %check
 export LANG=en_US.UTF-8
 # Some tests fail in i586
-%pytest jsonextended -k 'not Encode_NDArray and not HDF5_Parser'
+# jsonextended.units.core.apply_unitschema rounding issue depending on 
interpreter version
+%pytest jsonextended -k 'not Encode_NDArray and not HDF5_Parser and not 
apply_unitschema'
 
 %files %{python_files}
 %doc README.md


Reply via email to