commit python-cufflinks for openSUSE:Factory

2020-07-08 Thread root
Hello community,

here is the log from the commit of package python-cufflinks for 
openSUSE:Factory checked in at 2020-07-08 19:18:53

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


Package is "python-cufflinks"

Wed Jul  8 19:18:53 2020 rev:6 rq:819470 version:0.17.3

Changes:

--- /work/SRC/openSUSE:Factory/python-cufflinks/python-cufflinks.changes
2019-12-07 15:09:11.947848431 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cufflinks.new.3060/python-cufflinks.changes  
2020-07-08 19:20:01.632402383 +0200
@@ -1,0 +2,8 @@
+Wed Jul  8 11:41:42 UTC 2020 - Marketa Calabkova 
+
+- Update to 0.17.3
+  * Fix offline dependency with chart_studio
+  * new colorscale
+  * few bugfixes
+
+---

Old:

  cufflinks-0.17.0.tar.gz

New:

  cufflinks-0.17.3.tar.gz



Other differences:
--
++ python-cufflinks.spec ++
--- /var/tmp/diff_new_pack.jBvJiZ/_old  2020-07-08 19:20:03.08813 +0200
+++ /var/tmp/diff_new_pack.jBvJiZ/_new  2020-07-08 19:20:03.08813 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cufflinks
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,19 +19,19 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-cufflinks
-Version:0.17.0
+Version:0.17.3
 Release:0
 Summary:Productivity Tools for Plotly + Pandas
 License:MIT
 URL:https://github.com/santosjorge/cufflinks
 Source: 
https://files.pythonhosted.org/packages/source/c/cufflinks/cufflinks-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 34.4.1}
 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-plotly >= 4.1.1
 Requires:   python-six >= 1.9.0
 Recommends: python-ipython >= 5.3.0
 Recommends: python-ipywidgets >= 7.0.0
@@ -43,8 +43,7 @@
 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 plotly >= 4.1.1}
 BuildRequires:  %{python_module six >= 1.9.0}
 # /SECTION
 %python_subpackages

++ cufflinks-0.17.0.tar.gz -> cufflinks-0.17.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.17.0/PKG-INFO 
new/cufflinks-0.17.3/PKG-INFO
--- old/cufflinks-0.17.0/PKG-INFO   2019-10-24 00:20:56.0 +0200
+++ new/cufflinks-0.17.3/PKG-INFO   2020-03-01 18:42:00.0 +0100
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: cufflinks
-Version: 0.17.0
+Version: 0.17.3
 Summary: Productivity Tools for Plotly + Pandas
 Home-page: https://github.com/santosjorge/cufflinks
 Author: Jorge Santos
 Author-email: santos.jo...@gmail.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: UNKNOWN
 Keywords: pandas,plotly,plotting
 Platform: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.17.0/README.md 
new/cufflinks-0.17.3/README.md
--- old/cufflinks-0.17.0/README.md  2019-10-24 00:19:37.0 +0200
+++ new/cufflinks-0.17.3/README.md  2019-10-26 20:29:38.0 +0200
@@ -20,7 +20,7 @@
 ### Release Notes
 
 ### v0.17.0
-Support for Plotly 4.x
+Support for Plotly 4.x  
 Cufflinks is no longer compatible with Plotly 3.x
 
 ### v0.14.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.17.0/cufflinks/__init__.py 
new/cufflinks-0.17.3/cufflinks/__init__.py
--- old/cufflinks-0.17.0/cufflinks/__init__.py  2019-10-23 23:54:50.0 
+0200
+++ new/cufflinks-0.17.3/cufflinks/__init__.py  2019-10-29 21:20:43.0 
+0100
@@ -20,7 +20,6 @@
 from .helper import _printer as help
 from .plotlytools import *
 from plotly.graph_objs import *
-from chart_studio.plotly import plot
 from .colors import cnames, get_colorscale
 from .utils import pp
 from .tools import subplots,scatter_matrix,figures,getLayout,getThemes,getTheme
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old

commit python-cufflinks for openSUSE:Factory

2019-12-07 Thread root
Hello community,

here is the log from the commit of package python-cufflinks for 
openSUSE:Factory checked in at 2019-12-07 15:09:07

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


Package is "python-cufflinks"

Sat Dec  7 15:09:07 2019 rev:5 rq:754766 version:0.17.0

Changes:

--- /work/SRC/openSUSE:Factory/python-cufflinks/python-cufflinks.changes
2019-11-20 10:29:31.318589601 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cufflinks.new.4691/python-cufflinks.changes  
2019-12-07 15:09:11.947848431 +0100
@@ -1,0 +2,5 @@
+Fri Dec  6 18:44:56 UTC 2019 - Todd R 
+
+- Disable python2 support since dependencies dropped python2
+
+---



Other differences:
--
++ python-cufflinks.spec ++
--- /var/tmp/diff_new_pack.V6TYUu/_old  2019-12-07 15:09:12.711848323 +0100
+++ /var/tmp/diff_new_pack.V6TYUu/_new  2019-12-07 15:09:12.715848322 +0100
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-cufflinks
 Version:0.17.0
 Release:0




commit python-cufflinks for openSUSE:Factory

2019-11-20 Thread root
Hello community,

here is the log from the commit of package python-cufflinks for 
openSUSE:Factory checked in at 2019-11-20 10:29:20

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


Package is "python-cufflinks"

Wed Nov 20 10:29:20 2019 rev:4 rq:749775 version:0.17.0

Changes:

--- /work/SRC/openSUSE:Factory/python-cufflinks/python-cufflinks.changes
2019-07-23 22:37:29.278970013 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cufflinks.new.26869/python-cufflinks.changes 
2019-11-20 10:29:31.318589601 +0100
@@ -1,0 +2,17 @@
+Tue Nov 19 21:21:37 UTC 2019 - Todd R 
+
+- Update to version 0.17
+  * Add support for hovertext in annotations
+  * Add support for opacity in annotations
+  * Compatiblity with Plotly 4.x
+  * Fix misc. issues for plotly v4.
+  * Removed bestfit test
+  * Update requirements.txt
+  * Update tests.py
+  * fix bestfit case when index is datetimeindex
+  * fix imports and warnings with plotly v4
+  * plotly 4.0.0 had a bad bug
+  * re-enable bestfit test
+  * remove statsmodels from reqs
+  
+---

Old:

  cufflinks-0.16.tar.gz

New:

  cufflinks-0.17.0.tar.gz



Other differences:
--
++ python-cufflinks.spec ++
--- /var/tmp/diff_new_pack.3giE1T/_old  2019-11-20 10:29:31.962589729 +0100
+++ /var/tmp/diff_new_pack.3giE1T/_new  2019-11-20 10:29:31.962589729 +0100
@@ -18,11 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-cufflinks
-Version:0.16
+Version:0.17.0
 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}

++ cufflinks-0.16.tar.gz -> cufflinks-0.17.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.16/PKG-INFO new/cufflinks-0.17.0/PKG-INFO
--- old/cufflinks-0.16/PKG-INFO 2019-06-28 18:24:25.0 +0200
+++ new/cufflinks-0.17.0/PKG-INFO   2019-10-24 00:20:56.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cufflinks
-Version: 0.16
+Version: 0.17.0
 Summary: Productivity Tools for Plotly + Pandas
 Home-page: https://github.com/santosjorge/cufflinks
 Author: Jorge Santos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.16/README.md 
new/cufflinks-0.17.0/README.md
--- old/cufflinks-0.16/README.md2018-09-09 23:33:15.0 +0200
+++ new/cufflinks-0.17.0/README.md  2019-10-24 00:19:37.0 +0200
@@ -19,6 +19,10 @@
 
 ### Release Notes
 
+### v0.17.0
+Support for Plotly 4.x
+Cufflinks is no longer compatible with Plotly 3.x
+
 ### v0.14.0
 Support for Plotly 3.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.16/cufflinks/__init__.py 
new/cufflinks-0.17.0/cufflinks/__init__.py
--- old/cufflinks-0.16/cufflinks/__init__.py2019-04-02 20:27:11.0 
+0200
+++ new/cufflinks-0.17.0/cufflinks/__init__.py  2019-10-23 23:54:50.0 
+0200
@@ -20,7 +20,7 @@
 from .helper import _printer as help
 from .plotlytools import *
 from plotly.graph_objs import *
-from plotly.plotly import plot
+from chart_studio.plotly import plot
 from .colors import cnames, get_colorscale
 from .utils import pp
 from .tools import subplots,scatter_matrix,figures,getLayout,getThemes,getTheme
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.16/cufflinks/pandastools.py 
new/cufflinks-0.17.0/cufflinks/pandastools.py
--- old/cufflinks-0.16/cufflinks/pandastools.py 2017-06-01 10:07:41.0 
+0200
+++ new/cufflinks-0.17.0/cufflinks/pandastools.py   2019-10-23 
23:54:50.0 +0200
@@ -63,7 +63,11 @@
"please run " \
"pip install statsmodels" )
 
-   x=pd.Series(list(range(1,len(self)+1)),index=self.index)
+   if isinstance(self.index, pd.DatetimeIndex):
+   x=pd.Series(list(range(1,len(self)+1)),index=self.index)
+   else:
+   x=self.index.values
+   
x=sm.add_constant(x)
model=sm.OLS(self,x)
fit=model.fit()
@@ -72,7 +76,7 @@
# the below methods have been deprecated in Pandas
# model=pd.ols(x=x,y=self,intercept=True)
# best_fit=model.y_fitted
-   best_fi

commit python-cufflinks for openSUSE:Factory

2019-07-23 Thread root
Hello community,

here is the log from the commit of package python-cufflinks for 
openSUSE:Factory checked in at 2019-07-23 22:37:07

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


Package is "python-cufflinks"

Tue Jul 23 22:37:07 2019 rev:3 rq:717726 version:0.16

Changes:

--- /work/SRC/openSUSE:Factory/python-cufflinks/python-cufflinks.changes
2019-06-04 12:13:05.103807143 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cufflinks.new.4126/python-cufflinks.changes  
2019-07-23 22:37:29.278970013 +0200
@@ -1,0 +2,7 @@
+Tue Jul 23 01:14:08 UTC 2019 - Todd R 
+
+- Update to version 0.16
+  * Fix issue with multiple y-axis datapoints
+  * make the theme parameter case insensitive.
+
+---

Old:

  cufflinks-0.15.tar.gz

New:

  cufflinks-0.16.tar.gz



Other differences:
--
++ python-cufflinks.spec ++
--- /var/tmp/diff_new_pack.zBGOAJ/_old  2019-07-23 22:37:29.786969908 +0200
+++ /var/tmp/diff_new_pack.zBGOAJ/_new  2019-07-23 22:37:29.786969908 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-cufflinks
-Version:0.15
+Version:0.16
 Release:0
 Summary:Productivity Tools for Plotly + Pandas
 License:MIT

++ cufflinks-0.15.tar.gz -> cufflinks-0.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.15/PKG-INFO new/cufflinks-0.16/PKG-INFO
--- old/cufflinks-0.15/PKG-INFO 2019-04-03 10:48:00.0 +0200
+++ new/cufflinks-0.16/PKG-INFO 2019-06-28 18:24:25.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cufflinks
-Version: 0.15
+Version: 0.16
 Summary: Productivity Tools for Plotly + Pandas
 Home-page: https://github.com/santosjorge/cufflinks
 Author: Jorge Santos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.15/cufflinks/plotlytools.py 
new/cufflinks-0.16/cufflinks/plotlytools.py
--- old/cufflinks-0.15/cufflinks/plotlytools.py 2019-03-20 23:26:06.0 
+0100
+++ new/cufflinks-0.16/cufflinks/plotlytools.py 2019-06-15 15:00:08.0 
+0200
@@ -823,10 +823,9 @@
if x:
df=df.set_index(x)
if y and secondary_y:
-   if isinstance(secondary_y, str):
-   df=df[[y, secondary_y]]
-   else:
-   df=df[[y] + secondary_y]
+   _y = [y] if not isinstance(y, list) 
else y
+   _secondary_y = [secondary_y] if not 
isinstance(secondary_y, list) else secondary_y
+   df=df[_y + _secondary_y]
elif y:
df=df[y]
if kind=='area':
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.15/cufflinks/tools.py 
new/cufflinks-0.16/cufflinks/tools.py
--- old/cufflinks-0.15/cufflinks/tools.py   2019-03-07 20:41:23.0 
+0100
+++ new/cufflinks-0.16/cufflinks/tools.py   2019-04-29 20:21:29.0 
+0200
@@ -5,6 +5,7 @@
 import plotly.offline as py_offline
 import plotly.plotly as py
 from plotly.graph_objs import Figure, Scatter, Line
+from plotly.tools import make_subplots
 # from plotly.graph_objs.layout import XAxis, YAxis
 
 from . import auth, ta
@@ -891,7 +892,7 @@
theme = auth.get_config_file()['theme']
 
layout= base_layout if base_layout else 
getLayout(theme,**check_kwargs(kwargs,__LAYOUT_AXIS))
-   
sp=py.plotly.tools.make_subplots(rows=rows,cols=cols,shared_xaxes=shared_xaxes,
+   sp=make_subplots(rows=rows,cols=cols,shared_xaxes=shared_xaxes,

   shared_yaxes=shared_yaxes,print_grid=False,

start_cell=start_cell,**kwargs)
sp, grid_ref = sp.to_dict(), sp._grid_ref
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.15/cufflinks/version.py 
new/cufflinks-0.16/cufflinks/version.py
--- old/cufflinks-0.15/cufflinks/version.py 2019-04-02 20:37:19.0 
+0200
+++ new/cufflinks-0.16/cufflinks/version.py 2019-06-28 18:20:06.0 
+0200
@@ -1 +1 @@
-__version__ = "0.15"

commit python-cufflinks for openSUSE:Factory

2019-06-04 Thread root
Hello community,

here is the log from the commit of package python-cufflinks for 
openSUSE:Factory checked in at 2019-06-04 12:12:43

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


Package is "python-cufflinks"

Tue Jun  4 12:12:43 2019 rev:2 rq:707299 version:0.15

Changes:

--- /work/SRC/openSUSE:Factory/python-cufflinks/python-cufflinks.changes
2019-02-24 17:10:24.780505206 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cufflinks.new.5148/python-cufflinks.changes  
2019-06-04 12:13:05.103807143 +0200
@@ -1,0 +2,21 @@
+Mon Jun  3 18:58:49 UTC 2019 - Todd R 
+
+- Update to version 0.15
+  * Fix for offline mode. 
+  * Fix for colorchange in qf.add_volume
+  * Fix scatter3d without categories. 
+  * Markers for categories.
+  * Categories with timeseries arrays.
+  * Shared axes in subplots
+  * Shared axes with no shape specified. 
+  * Support for offline_config
+  * Support for lists in heatmaps.
+  * opacity for bars
+- Fix jupyter dependencies.
+
+---
+Mon Jun  3 18:31:35 UTC 2019 - Todd R 
+
+- Fix jupyter dependencies.
+
+---

Old:

  cufflinks-0.14.6.tar.gz

New:

  cufflinks-0.15.tar.gz



Other differences:
--
++ python-cufflinks.spec ++
--- /var/tmp/diff_new_pack.jLx9Iz/_old  2019-06-04 12:13:06.351806734 +0200
+++ /var/tmp/diff_new_pack.jLx9Iz/_new  2019-06-04 12:13:06.351806734 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-cufflinks
-Version:0.14.6
+Version:0.15
 Release:0
 Summary:Productivity Tools for Plotly + Pandas
 License:MIT
@@ -33,13 +33,13 @@
 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
+Recommends: python-ipython >= 5.3.0
+Recommends: python-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 ipython >= 5.3.0}
+BuildRequires:  %{python_module 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}

++ cufflinks-0.14.6.tar.gz -> cufflinks-0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.14.6/MANIFEST.in 
new/cufflinks-0.15/MANIFEST.in
--- old/cufflinks-0.14.6/MANIFEST.in2018-09-12 19:59:42.0 +0200
+++ new/cufflinks-0.15/MANIFEST.in  2019-03-07 18:57:22.0 +0100
@@ -1,3 +1,5 @@
 include helper/*.json
 include license.txt
 include requirements.txt
+include tests.py
+graft data
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.14.6/PKG-INFO new/cufflinks-0.15/PKG-INFO
--- old/cufflinks-0.14.6/PKG-INFO   2018-11-08 20:56:12.0 +0100
+++ new/cufflinks-0.15/PKG-INFO 2019-04-03 10:48:00.0 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: cufflinks
-Version: 0.14.6
+Version: 0.15
 Summary: Productivity Tools for Plotly + Pandas
 Home-page: https://github.com/santosjorge/cufflinks
 Author: Jorge Santos
@@ -10,3 +10,6 @@
 Description: UNKNOWN
 Keywords: pandas,plotly,plotting
 Platform: UNKNOWN
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cufflinks-0.14.6/cufflinks/auth.py 
new/cufflinks-0.15/cufflinks/auth.py
--- old/cufflinks-0.14.6/cufflinks/auth.py  2018-04-06 21:38:57.0 
+0200
+++ new/cufflinks-0.15/cufflinks/auth.py2019-04-02 20:37:19.0 
+0200
@@ -27,12 +27,14 @@
"theme" : "pearl",
"colorscale" : "dflt",
"offline" : False,
+   "offline_connected" : True,
"offline_url":'',
"offline_show_link" : True,
"offline_link_text" : 'Export 
to plot.ly',
   

commit python-cufflinks for openSUSE:Factory

2019-02-24 Thread root
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 
+
+- 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