commit python-Transplant for openSUSE:Factory

2019-07-24 Thread root
Hello community,

here is the log from the commit of package python-Transplant for 
openSUSE:Factory checked in at 2019-07-24 20:37:11

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


Package is "python-Transplant"

Wed Jul 24 20:37:11 2019 rev:4 rq:718208 version:0.8.10

Changes:

--- /work/SRC/openSUSE:Factory/python-Transplant/python-Transplant.changes  
2019-01-08 12:28:20.896280705 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Transplant.new.4126/python-Transplant.changes
2019-07-24 20:37:12.630563058 +0200
@@ -1,0 +2,6 @@
+Wed Jul 24 10:17:08 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.8.10:
+  * fixes (benign) Matlab crash on exit
+
+---

Old:

  Transplant-0.8.8.tar.gz

New:

  LICENSE
  Transplant-0.8.10.tar.gz



Other differences:
--
++ python-Transplant.spec ++
--- /var/tmp/diff_new_pack.3xiKlA/_old  2019-07-24 20:37:13.066563010 +0200
+++ /var/tmp/diff_new_pack.3xiKlA/_new  2019-07-24 20:37:13.070563010 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Transplant
 #
-# 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
@@ -19,28 +19,30 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-Transplant
-Version:0.8.8
+Version:0.8.10
 Release:0
 Summary:Python module for calling out to Matlab
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/bastibe/transplant
+URL:https://github.com/bastibe/transplant
 Source: 
https://files.pythonhosted.org/packages/source/T/Transplant/Transplant-%{version}.tar.gz
+Source99:   
https://raw.githubusercontent.com/bastibe/transplant/master/LICENSE
 BuildRequires:  %{python_module devel >= 3.4}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-msgpack-python
+Requires:   python-numpy
+Requires:   python-pyzmq
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module msgpack-python}
 BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pyzmq}
+BuildRequires:  %{python_module scipy}
 # /SECTION
-BuildRequires:  fdupes
-Requires:   python-msgpack-python
-Requires:   python-numpy
-Requires:   python-pyzmq
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -54,6 +56,7 @@
 
 %prep
 %setup -q -n Transplant-%{version}
+cp %{SOURCE99} .
 
 %build
 %python_build
@@ -62,8 +65,13 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+# tests sadly need matlab install
+#%%python_exec setup.py test
+
 %files %{python_files}
-%doc README.md
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++ Transplant-0.8.8.tar.gz -> Transplant-0.8.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Transplant-0.8.8/PKG-INFO 
new/Transplant-0.8.10/PKG-INFO
--- old/Transplant-0.8.8/PKG-INFO   2018-11-29 14:52:55.0 +0100
+++ new/Transplant-0.8.10/PKG-INFO  2019-07-01 16:27:54.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: Transplant
-Version: 0.8.8
+Version: 0.8.10
 Summary: Call Matlab from Python (requires Matlab)
 Home-page: https://github.com/bastibe/transplant
 Author: Bastian Bechtold
@@ -289,7 +289,7 @@
zeromq if you use conda.
 
 2. Install Transplant using ``pip install transplant``. This will
-   install ``pyzmq``, ``numpy`` and ``msgpack-python`` as
+   install ``pyzmq``, ``numpy`` and ``msgpack`` as
dependencies.
 
 If you want to run Transplant over the network, the remote Matlab has
@@ -392,6 +392,10 @@
 * Does Transplant work in Python 2.7?
   No, it does not.
 
+* How to integrate Transplant with Jupyter?
+  Use the provided ``transplant_magic.py``, to get %%matlab cell
+  magic.
+
 
 SIMILAR PROGRAMS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Transplant-0.8.8/README.md 
new/Transplant-0.8.10/README.md
--- old/Transplant-0.8.8/README.md  2018-11-29 

commit python-Transplant for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package python-Transplant for 
openSUSE:Factory checked in at 2019-01-08 12:25:58

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


Package is "python-Transplant"

Tue Jan  8 12:25:58 2019 rev:3 rq:660785 version:0.8.8

Changes:

--- /work/SRC/openSUSE:Factory/python-Transplant/python-Transplant.changes  
2018-07-31 16:01:35.883770475 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Transplant.new.28833/python-Transplant.changes
   2019-01-08 12:28:20.896280705 +0100
@@ -1,0 +2,6 @@
+Sat Dec 22 02:26:55 UTC 2018 - Todd R 
+
+- Update to 0.8.8
+  * improves documentation
+
+---

Old:

  Transplant-0.8.7.tar.gz

New:

  Transplant-0.8.8.tar.gz



Other differences:
--
++ python-Transplant.spec ++
--- /var/tmp/diff_new_pack.oKUjal/_old  2019-01-08 12:28:21.316280246 +0100
+++ /var/tmp/diff_new_pack.oKUjal/_new  2019-01-08 12:28:21.316280246 +0100
@@ -12,14 +12,14 @@
 # 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-Transplant
-Version:0.8.7
+Version:0.8.8
 Release:0
 Summary:Python module for calling out to Matlab
 License:BSD-3-Clause

++ Transplant-0.8.7.tar.gz -> Transplant-0.8.8.tar.gz ++
 1610 lines of diff (skipped)




commit python-Transplant for openSUSE:Factory

2018-07-31 Thread root
Hello community,

here is the log from the commit of package python-Transplant for 
openSUSE:Factory checked in at 2018-07-31 16:01:34

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


Package is "python-Transplant"

Tue Jul 31 16:01:34 2018 rev:2 rq:626401 version:0.8.7

Changes:

--- /work/SRC/openSUSE:Factory/python-Transplant/python-Transplant.changes  
2018-06-02 12:06:59.303344810 +0200
+++ /work/SRC/openSUSE:Factory/.python-Transplant.new/python-Transplant.changes 
2018-07-31 16:01:35.883770475 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 12:47:54 UTC 2018 - jeng...@inai.de
+
+- Use noun phrase in summary.
+
+---



Other differences:
--
++ python-Transplant.spec ++
--- /var/tmp/diff_new_pack.9hFHJB/_old  2018-07-31 16:01:36.343771258 +0200
+++ /var/tmp/diff_new_pack.9hFHJB/_new  2018-07-31 16:01:36.347771265 +0200
@@ -21,7 +21,7 @@
 Name:   python-Transplant
 Version:0.8.7
 Release:0
-Summary:Call Matlab from Python
+Summary:Python module for calling out to Matlab
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/bastibe/transplant




commit python-Transplant for openSUSE:Factory

2018-06-02 Thread root
Hello community,

here is the log from the commit of package python-Transplant for 
openSUSE:Factory checked in at 2018-06-02 12:06:51

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


Package is "python-Transplant"

Sat Jun  2 12:06:51 2018 rev:1 rq:612081 version:0.8.7

Changes:

New Changes file:

--- /dev/null   2018-05-30 11:41:29.140556178 +0200
+++ /work/SRC/openSUSE:Factory/.python-Transplant.new/python-Transplant.changes 
2018-06-02 12:06:59.303344810 +0200
@@ -0,0 +1,20 @@
+---
+Thu May 24 17:51:14 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 0.8.7
+  * adds support for passing Matlab functions back to Matlab
+- Update to 0.8.6
+  * bugfix for anaconda libzmq
+- spec file cleanups
+
+---
+Tue Mar 13 12:51:28 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 0.8.5
+  * adds support for passing Matlab functions back to Matlab
+  * gracefully exit if Matlab dies
+
+---
+Tue Sep 12 18:51:11 UTC 2017 - toddrme2...@gmail.com
+
+- Initial version

New:

  Transplant-0.8.7.tar.gz
  python-Transplant.changes
  python-Transplant.spec



Other differences:
--
++ python-Transplant.spec ++
#
# spec file for package python-Transplant
#
# Copyright (c) 2018 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name:   python-Transplant
Version:0.8.7
Release:0
Summary:Call Matlab from Python
License:BSD-3-Clause
Group:  Development/Languages/Python
Url:https://github.com/bastibe/transplant
Source: 
https://files.pythonhosted.org/packages/source/T/Transplant/Transplant-%{version}.tar.gz
BuildRequires:  %{python_module devel >= 3.4}
BuildRequires:  %{python_module setuptools}
BuildRequires:  python-rpm-macros
# SECTION test requirements
BuildRequires:  %{python_module msgpack-python}
BuildRequires:  %{python_module numpy}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module pyzmq}
# /SECTION
BuildRequires:  fdupes
Requires:   python-msgpack-python
Requires:   python-numpy
Requires:   python-pyzmq
BuildArch:  noarch

%python_subpackages

%description
Transplant is a way of calling Matlab from Python.

Python lists are converted to cell arrays in Matlab, dicts are
converted to Maps, and numpy ND-Arrays are converted to native
Matlab matrices.

All Matlab functions and objects can be accessed from Python.

%prep
%setup -q -n Transplant-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%doc README.md
%{python_sitelib}/*

%changelog