Hello community,
here is the log from the commit of package python-cloudpickle for
openSUSE:Factory checked in at 2018-07-18 22:57:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cloudpickle (Old)
and /work/SRC/openSUSE:Factory/.python-cloudpickle.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cloudpickle"
Wed Jul 18 22:57:19 2018 rev:3 rq:623634 version:0.5.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cloudpickle/python-cloudpickle.changes
2018-07-17 09:41:40.825448086 +0200
+++
/work/SRC/openSUSE:Factory/.python-cloudpickle.new/python-cloudpickle.changes
2018-07-18 22:58:07.014129736 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:48:40 UTC 2018 - [email protected]
+
+- Fix runtime dependencies and raise numpy requirement
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cloudpickle.spec ++++++
--- /var/tmp/diff_new_pack.080e9Z/_old 2018-07-18 22:58:07.362128582 +0200
+++ /var/tmp/diff_new_pack.080e9Z/_new 2018-07-18 22:58:07.366128569 +0200
@@ -17,7 +17,6 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without tests
Name: python-cloudpickle
Version: 0.5.3
Release: 0
@@ -26,20 +25,21 @@
Group: Development/Languages/Python
URL: https://github.com/cloudpipe/cloudpickle
Source:
https://files.pythonhosted.org/packages/source/c/cloudpickle/cloudpickle-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
-%if %{with tests}
BuildRequires: %{python_module curses}
BuildRequires: %{python_module mock}
-BuildRequires: %{python_module numpy}
+BuildRequires: %{python_module numpy >= 1.8.2}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module scipy}
BuildRequires: %{python_module tornado}
-%endif
+Requires: python-curses
+Requires: python-numpy >= 1.8.2
+Requires: python-scipy
+Requires: python-tornado
%python_subpackages
%description
@@ -64,12 +64,10 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with tests}
%check
# Tests require very specific paths and py.test arguments
export PYTHONPATH='.:tests'
%python_expand py.test-%{$python_bin_suffix} -s
-%endif
%files %{python_files}
%doc README.md