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

Reply via email to