1
0
forked from pool/python-plotly

Accepting request 984676 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/984676
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=47
This commit is contained in:
Markéta Machová 2022-06-24 11:36:35 +00:00 committed by Git OBS Bridge
parent a6cfd0895a
commit e393d82c2a
6 changed files with 43 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d86e44ebde38f4753dff982ab9b5e03cf872aab8fdf53a403e999ed378154331
size 8599746

3
plotly-5.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58cef3292f5994d82154d51fbc7338c48009fc47ea32ffe052ad29aaa15e0df9
size 7573157

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45854c9c4e5a5a9ff554fb20502ef9a5fb7f665408d0cae63e00585a28b3e5ef
size 30453009

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c
size 30501750

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Tue May 31 03:06:21 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 5.8.0:
* Fixed
+ Improve support for type checking and IDE auto-completion by
bypassing lazy-loading when type checking. #3425 with thanks to
@JP-Ellis
+ line dash-style validators are now correctly used everywhere so
that values like 10px 2px are accepted #3722
+ Resolved various deprecation warning messages and compatibility
issues with upstream dependencies and Python 3.11, plus removed
dependency on six, with thanks to @maresb, @hugovk, @tirkarthi,
@martinRenou, and @BjoernLudwigPTB
+ Better support for MathJax 3 #3706
* Added
+ Type annotations for Plotly Express functions and chainable
go.Figure methods, for better IDE auto-completion #3708
* Updated
+ Updated Plotly.js to from version 2.11.1 to version 2.12.1. See
the plotly.js CHANGELOG for more information. Notable changes
include:
- Add minor ticks to cartesian axes
- Add griddash option to most axes
- changes from version 5.7.0:
* Added
+ added pattern_shape options to px.area() #3668
* Updated
+ Updated Plotly.js to from version 2.9.0 to version 2.11.1. See
the plotly.js CHANGELOG for more information. Notable changes
include:
- Add fillpattern options to scatter trace
- Various JS-specific improvements such as MathJax 3.0 support
-------------------------------------------------------------------
Thu Feb 10 04:17:07 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-plotly
Version: 5.6.0
Version: 5.8.0
Release: 0
Summary: Library for collaborative, interactive, publication-quality graphs
License: MIT
@ -130,10 +130,7 @@ find . -name __init__.py -exec touch -m -r plotly/__init__.py '{}' ';'
%check
# No test suite in the PyPI package, which is required for the bundled JS files, go to the GitHub repo tree now.
cd ../plotly.py-%{version}/packages/python/plotly
%{pytest plotly/tests/test_core
# cleanup between flavor runs
rm plotly/tests/test_core/test_offline/plotly.min.js
}
%{pytest plotly/tests/test_core}
# most of the optional packages are not available on python36: skip entire test suite
python36_skip="-V"
# not available