commit python-python-datamatrix for openSUSE:Factory

2020-07-01 Thread root
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 - pgaj...@suse.com
+
+- 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)




commit python-python-datamatrix for openSUSE:Factory

2020-01-31 Thread root
Hello community,

here is the log from the commit of package python-python-datamatrix for 
openSUSE:Factory checked in at 2020-01-31 23:57:00

Comparing /work/SRC/openSUSE:Factory/python-python-datamatrix (Old)
 and  /work/SRC/openSUSE:Factory/.python-python-datamatrix.new.26092 (New)


Package is "python-python-datamatrix"

Fri Jan 31 23:57:00 2020 rev:3 rq:768855 version:0.10.15

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-datamatrix/python-python-datamatrix.changes
2019-11-06 13:55:46.272134664 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-datamatrix.new.26092/python-python-datamatrix.changes
 2020-01-31 23:58:12.855680306 +0100
@@ -1,0 +2,7 @@
+Thu Jan 30 17:28:19 UTC 2020 - Todd R 
+
+- Update to 0.10.15
+  * Upgrade old-style DataMatrix objects during memoization
+  * Add shape property to DataMatrix  
+
+---

Old:

  python-datamatrix-release-0.10.12.tar.gz

New:

  python-datamatrix-release-0.10.15.tar.gz



Other differences:
--
++ python-python-datamatrix.spec ++
--- /var/tmp/diff_new_pack.HrABBm/_old  2020-01-31 23:58:14.195681001 +0100
+++ /var/tmp/diff_new_pack.HrABBm/_new  2020-01-31 23:58:14.199681003 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-datamatrix
 #
-# 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
@@ -12,18 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-python-datamatrix
-Version:0.10.12
+Version:0.10.15
 Release:0
-License:GPL-3.0-or-later
 Summary:A python library to work with tabular data
-Url:https://github.com/smathot/python-datamatrix
+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
 BuildRequires:  %{python_module fastnumbers}
 BuildRequires:  %{python_module json_tricks}

++ python-datamatrix-release-0.10.12.tar.gz -> 
python-datamatrix-release-0.10.15.tar.gz ++
/work/SRC/openSUSE:Factory/python-python-datamatrix/python-datamatrix-release-0.10.12.tar.gz
 
/work/SRC/openSUSE:Factory/.python-python-datamatrix.new.26092/python-datamatrix-release-0.10.15.tar.gz
 differ: char 13, line 1




commit python-python-datamatrix for openSUSE:Factory

2019-11-06 Thread root
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 
+
+- 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 
+
+- 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/