From 2e3ec5606967392a32d9c4ea766a61ad9bbc2fcc Mon Sep 17 00:00:00 2001
From: dirkmueller <>
Date: Feb 15 2021 23:27:45 +0000
Subject: Update python-oct2py to version 5.0.4 / rev 4 via SR 872153
https://build.opensuse.org/request/show/872153
by user dirkmueller + dimstar_suse
- skip python 3.6 (no scipy)
---
diff --git a/.files b/.files
index 187e9ee..f7671dc 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 617ca51..deacd07 100644
--- a/.rev
+++ b/.rev
@@ -25,4 +25,12 @@
718006
+
+ 3cee1e8264d6d5520025ba9510781a8c
+ 5.0.4
+
+ dimstar_suse
+ - skip python 3.6 (no scipy)
+ 872153
+
diff --git a/python-oct2py.changes b/python-oct2py.changes
index 2d8def8..3aeecda 100644
--- a/python-oct2py.changes
+++ b/python-oct2py.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sun Feb 14 14:08:51 UTC 2021 - Dirk Müller
+
+- skip python 3.6 (no scipy)
+
+-------------------------------------------------------------------
Tue Jul 23 20:26:33 UTC 2019 - Todd R
- Update to version 5.0.4
diff --git a/python-oct2py.spec b/python-oct2py.spec
index 98e9b11..098f7c8 100644
--- a/python-oct2py.spec
+++ b/python-oct2py.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-oct2py
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,21 +20,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
+%define skip_python36 1
Name: python-oct2py
Version: 5.0.4
Release: 0
Summary: Python to GNU Octave bridge
License: MIT
Group: Development/Languages/Python
-Url: http://github.com/blink1073/oct2py
+URL: http://github.com/blink1073/oct2py
Source: https://files.pythonhosted.org/packages/source/o/oct2py/oct2py-%{version}.tar.gz
BuildRequires: %{python_module numpy >= 1.12}
BuildRequires: %{python_module octave-kernel >= 0.30}
BuildRequires: %{python_module scipy >= 0.17}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
-BuildRequires: python-rpm-macros
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
Requires: python-numpy >= 1.12
Requires: python-octave-kernel >= 0.30
Requires: python-scipy >= 0.17