Hello community,
here is the log from the commit of package python-cufflinks for
openSUSE:Factory checked in at 2019-02-24 17:10:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cufflinks (Old)
and /work/SRC/openSUSE:Factory/.python-cufflinks.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cufflinks"
Sun Feb 24 17:10:24 2019 rev:1 rq:669892 version:0.14.6
Changes:
--------
New Changes file:
--- /dev/null 2018-10-29 14:05:42.522318975 +0100
+++
/work/SRC/openSUSE:Factory/.python-cufflinks.new.28833/python-cufflinks.changes
2019-02-24 17:10:24.780505206 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Tue Jan 8 19:30:01 UTC 2019 - Todd R <[email protected]>
+
+- initial version
New:
----
cufflinks-0.14.6.tar.gz
python-cufflinks.changes
python-cufflinks.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cufflinks.spec ++++++
#
# spec file for package python-cufflinks
#
# 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
# 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 https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cufflinks
Version: 0.14.6
Release: 0
Summary: Productivity Tools for Plotly + Pandas
License: MIT
Group: Development/Languages/Python
URL: https://github.com/santosjorge/cufflinks
Source:
https://files.pythonhosted.org/packages/source/c/cufflinks/cufflinks-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-colorlover >= 0.2.1
Requires: python-numpy >= 1.9.2
Requires: python-pandas >= 0.19.2
Requires: python-plotly >= 3.0.0
Requires: python-six >= 1.9.0
Recommends: python-jupyter_ipython >= 5.3.0
Recommends: python-jupyter_ipywidgets >= 7.0.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module colorlover >= 0.2.1}
BuildRequires: %{python_module jupyter_ipython >= 5.3.0}
BuildRequires: %{python_module jupyter_ipywidgets >= 7.0.0}
BuildRequires: %{python_module nose >= 1.3.7}
BuildRequires: %{python_module numpy >= 1.9.2}
BuildRequires: %{python_module pandas >= 0.19.2}
BuildRequires: %{python_module plotly >= 3.0.0}
BuildRequires: %{python_module setuptools >= 34.4.1}
BuildRequires: %{python_module six >= 1.9.0}
# /SECTION
%python_subpackages
%description
This library binds the plotly with pandas for plotting.
%prep
%setup -q -n cufflinks-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.md
%license license.txt
%{python_sitelib}/*
%changelog