Hello community,
here is the log from the commit of package python-python-datamatrix for
openSUSE:Factory checked in at 2019-11-06 13:55:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-datamatrix (Old)
and /work/SRC/openSUSE:Factory/.python-python-datamatrix.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-datamatrix"
Wed Nov 6 13:55:37 2019 rev:2 rq:744312 version:0.10.12
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-datamatrix/python-python-datamatrix.changes
2019-03-26 22:31:54.349713265 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-datamatrix.new.2990/python-python-datamatrix.changes
2019-11-06 13:55:46.272134664 +0100
@@ -1,0 +2,21 @@
+Wed Oct 30 19:33:32 UTC 2019 - Todd R <[email protected]>
+
+- Use noun statement for summary.
+- Make summary more descriptive.
+- Make description more objective.
+- Fix rpmlint issue.
+
+-------------------------------------------------------------------
+Fri Sep 13 15:15:58 UTC 2019 - Todd R <[email protected]>
+
+- Update to 0.10.12
+ * Fix setting by DataMatrix for NumericColumn
+ * Fix deprecated Index objects after unpickling
+ * convert.to_dataframe(): don't crash on numeric column names
+ * Add BOM data for unit tests
+ * Enable universal newlines mode in Python 3
+ * io.readtxt(): strip BOMs from column names
+ * Gracefully accept any iterable object
+- Drop python2 support because dependencies dropped python2 support
+
+-------------------------------------------------------------------
Old:
----
python-datamatrix-0.9.14.tar.gz
New:
----
python-datamatrix-release-0.10.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-datamatrix.spec ++++++
--- /var/tmp/diff_new_pack.4ur2IL/_old 2019-11-06 13:55:48.380136949 +0100
+++ /var/tmp/diff_new_pack.4ur2IL/_new 2019-11-06 13:55:48.400136971 +0100
@@ -16,30 +16,34 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-python-datamatrix
-Version: 0.9.14
+Version: 0.10.12
Release: 0
License: GPL-3.0-or-later
-Summary: A Pythonic way to work with tabular data
+Summary: A python library to work with tabular data
Url: https://github.com/smathot/python-datamatrix
Group: Development/Languages/Python
-Source:
https://github.com/smathot/python-datamatrix/archive/release/%{version}.tar.gz#/python-datamatrix-%{version}.tar.gz
-BuildRequires: python-rpm-macros
+Source:
https://github.com/smathot/python-datamatrix/archive/release/%{version}.tar.gz#/python-datamatrix-release-%{version}.tar.gz
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 scipy}
BuildRequires: %{python_module setuptools}
-BuildRequires: dos2unix
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
Recommends: python-PrettyTable
Recommends: python-fastnumbers
Recommends: python-json_tricks
Recommends: python-matplotlib
+Recommends: python-nibabel
+Recommends: python-nilearn
Recommends: python-numpy
Recommends: python-openpyxl
Recommends: python-pandas
@@ -49,13 +53,13 @@
%python_subpackages
%description
-The datamatrix package provides a high-level, intuitive way to work with
-tabular data, that is, datasets that consist of named columns and numbered
-rows.
+The datamatrix package provides a high way to work with tabular data in Python.
+Tabular data is datasets that consist of named columns and numbered rows.
%prep
%setup -q -n python-datamatrix-release-%{version}
-dos2unix doc-pelican/data/fratescu-replication-data-exp1.csv
+# wrong-file-end-of-line-encoding
+sed -i 's/\r$//' doc-pelican/data/fratescu-replication-data-exp1.csv
%build
%python_build
@@ -66,11 +70,15 @@
%check
# All test failures appear to be problematic, but are specific to input data
types
-%python_exec -m nose testcases/*.py -e
'(test_memoize|test_group|test_io|test_intcolumn|test_seriescolumn)'
+%python_expand nosetests-%{$python_bin_suffix} testcases -e
'(test_memoize|test_group|test_io|test_intcolumn|test_seriescolumn)'
%files %{python_files}
%license copyright
-%doc readme.md doc-pelican/content/pages/* doc-pelican/data/
doc-pelican/include/api
-%{python_sitelib}/*
+%doc readme.md
+%doc doc-pelican/content/pages/*
+%doc doc-pelican/data/
+%doc doc-pelican/include/api
+%{python_sitelib}/datamatrix/
+%{python_sitelib}/python_datamatrix-%{version}-py*.egg-info
%changelog