Hello community,
here is the log from the commit of package python-python-datamatrix for
openSUSE:Factory checked in at 2020-07-01 20:43:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-datamatrix (Old)
and /work/SRC/openSUSE:Factory/.python-python-datamatrix.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-datamatrix"
Wed Jul 1 20:43:48 2020 rev:4 rq:818128 version:0.10.17
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-datamatrix/python-python-datamatrix.changes
2020-01-31 23:58:12.855680306 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-datamatrix.new.3060/python-python-datamatrix.changes
2020-07-01 20:43:49.986320781 +0200
@@ -1,0 +2,10 @@
+Wed Jul 1 12:53:51 UTC 2020 - [email protected]
+
+- version update to 0.10.17
+ * srs.reduce_(): raise TypeError on invalid input
+ * Only use bytes() in safe_decode for Exceptions
+- added patches
+ fix do not depend on nose
+ + python-python-datamatrix-remove-nose.patch
+
+-------------------------------------------------------------------
Old:
----
python-datamatrix-release-0.10.15.tar.gz
New:
----
python-datamatrix-release-0.10.17.tar.gz
python-python-datamatrix-remove-nose.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-datamatrix.spec ++++++
--- /var/tmp/diff_new_pack.MypgG2/_old 2020-07-01 20:43:51.358325106 +0200
+++ /var/tmp/diff_new_pack.MypgG2/_new 2020-07-01 20:43:51.358325106 +0200
@@ -19,22 +19,24 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-python-datamatrix
-Version: 0.10.15
+Version: 0.10.17
Release: 0
Summary: A python library to work with tabular data
License: GPL-3.0-or-later
Group: Development/Languages/Python
URL: https://github.com/smathot/python-datamatrix
Source:
https://github.com/smathot/python-datamatrix/archive/release/%{version}.tar.gz#/python-datamatrix-release-%{version}.tar.gz
+# https://github.com/smathot/python-datamatrix/pull/10
+Patch0: python-python-datamatrix-remove-nose.patch
BuildRequires: %{python_module fastnumbers}
BuildRequires: %{python_module json_tricks}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module nibabel}
BuildRequires: %{python_module nilearn}
-BuildRequires: %{python_module nose}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module openpyxl}
BuildRequires: %{python_module pandas}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module scipy}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -59,6 +61,7 @@
%prep
%setup -q -n python-datamatrix-release-%{version}
+%patch0 -p1
# wrong-file-end-of-line-encoding
sed -i 's/\r$//' doc-pelican/data/fratescu-replication-data-exp1.csv
@@ -70,8 +73,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# All test failures appear to be problematic, but are specific to input data
types
-%python_expand nosetests-%{$python_bin_suffix} testcases -e
'(test_memoize|test_group|test_io|test_intcolumn|test_seriescolumn)'
+%pytest -k 'not (test_memoize or test_group or test_io or test_intcolumn or
test_seriescolumn)'
%files %{python_files}
%license copyright
++++++ python-datamatrix-release-0.10.15.tar.gz ->
python-datamatrix-release-0.10.17.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-python-datamatrix/python-datamatrix-release-0.10.15.tar.gz
/work/SRC/openSUSE:Factory/.python-python-datamatrix.new.3060/python-datamatrix-release-0.10.17.tar.gz
differ: char 13, line 1
++++++ python-python-datamatrix-remove-nose.patch ++++++
++++ 919 lines (skipped)