Hello community,

here is the log from the commit of package python-plotly for openSUSE:Factory 
checked in at 2019-08-19 21:38:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-plotly (Old)
 and      /work/SRC/openSUSE:Factory/.python-plotly.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-plotly"

Mon Aug 19 21:38:06 2019 rev:13 rq:724149 version:4.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-plotly/python-plotly.changes      
2019-07-26 17:33:45.364100738 +0200
+++ /work/SRC/openSUSE:Factory/.python-plotly.new.22127/python-plotly.changes   
2019-08-19 21:38:10.364354987 +0200
@@ -1,0 +2,30 @@
+Fri Aug 16 16:17:42 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Update to 4.1.0
+  + Updated
+    * Updated Plotly.js to version 1.49.1.
+    * Bars in the figures produced by the `create_gantt` figure factory may 
now be hidden by clicking on the legend. 
+    * Improved performance when serializing figures containing large numpy 
arrays.
+  + Added
+    * Added new renderers for displaying figures from within the Databricks 
and CoCalc notebook services
+    * Added `indicator` traces
+    * Added `choroplethmapbox` traces
+    * Added `densitymapbox` traces
+    * Added new mapbox `style` values: `open-street-map`, `carto-positron`, 
`carto-darkmatter`,
+      `stamen-terrain`, `stamen-toner`, `stamen-watercolor` and `white-bg`
+      that do not require a Mapbox access token
+    * Added support for `sourcetype` value `raster` and `image` and `type` 
`raster`
+      for mapbox layout layers
+    * Added `below` attribute to `scattermapbox` traces
+    * Added support for `below: 'traces'` in mapbox layout layers
+    * Added `sourceattribution` attribute to mapbox layout layers
+    * Added `labelangle` and `labelside` attributes to `parcoords` traces
+    * Added `doubleClickDelay` config option
+    * Added `showEditInChartStudio` config option
+  + Fixed
+    * Fixed incorrect facet row ordering in figures generated by 
plotly.express functions 
+    * Fixed "The truth value of an array with more than one element is 
ambiguous" error when specifying subplot titles as numpy array of strings.
+    * The `line_3d` plotly express function was not visible by default when 
importing `*` from `plotly.express`
+ 
+ 
+-------------------------------------------------------------------

Old:
----
  plotly-4.0.0-py2.py3-none-any.whl

New:
----
  plotly-4.1.0.tar.gz
  python-plotly-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-plotly.spec ++++++
--- /var/tmp/diff_new_pack.1cp28w/_old  2019-08-19 21:38:11.200354461 +0200
+++ /var/tmp/diff_new_pack.1cp28w/_new  2019-08-19 21:38:11.204354458 +0200
@@ -18,24 +18,25 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-plotly
-Version:        4.0.0
+Version:        4.1.0
 Release:        0
 Summary:        Library for collaborative, interactive, publication-quality 
graphs
 License:        MIT
 Group:          Development/Languages/Python
 Url:            https://github.com/plotly/plotly.py
-Source:         
https://files.pythonhosted.org/packages/py2.py3/p/plotly/plotly-%{version}-py2.py3-none-any.whl
+Source:         
https://files.pythonhosted.org/packages/source/p/plotly/plotly-%{version}.tar.gz
+Source100:      python-plotly-rpmlintrc
 BuildRequires:  %{python_module decorator >= 4.0.6}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module ipython}
 BuildRequires:  %{python_module ipywidgets}
 BuildRequires:  %{python_module nbformat >= 4.2}
 BuildRequires:  %{python_module notebook}
-BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module retrying >= 1.3.3}
 BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-decorator >= 4.0.6
@@ -103,25 +104,23 @@
 This package provides Jupyter Notebook integration and widgets.
 
 %prep
-%setup -c -T
+%setup -q -n plotly-%{version}
 
 %build
-# Not Needed
+%python_build
 
 %install
-%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
-
+%python_install
 %jupyter_move_config
-
-cp %{buildroot}%{python_sitelib}/plotly-%{version}.dist-info/LICENSE.txt .
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%fdupes %{buildroot}%{jupyter_prefix}
 
 %files %{python_files}
-%license %{python_sitelib}/plotly-%{version}.dist-info/LICENSE.txt
+%license LICENSE.txt
 %{python_sitelib}/_plotly_future_/
 %{python_sitelib}/_plotly_utils/
 %{python_sitelib}/plotly/
-%{python_sitelib}/plotly-%{version}.dist-info/
+%{python_sitelib}/plotly-%{version}-py*.egg-info
 
 %files %{python_files jupyter}
 %license LICENSE.txt

++++++ python-plotly-rpmlintrc ++++++
addFilter("zero-length .*/site-packages/_plotly_future_/.*.py")

Reply via email to