diff --git a/plotly-5.6.0.tar.gz b/plotly-5.6.0.tar.gz deleted file mode 100644 index 94edcd6..0000000 --- a/plotly-5.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d86e44ebde38f4753dff982ab9b5e03cf872aab8fdf53a403e999ed378154331 -size 8599746 diff --git a/plotly-5.8.0.tar.gz b/plotly-5.8.0.tar.gz new file mode 100644 index 0000000..5f3f22f --- /dev/null +++ b/plotly-5.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cef3292f5994d82154d51fbc7338c48009fc47ea32ffe052ad29aaa15e0df9 +size 7573157 diff --git a/plotly.py-5.6.0-gh.tar.gz b/plotly.py-5.6.0-gh.tar.gz deleted file mode 100644 index 3da4679..0000000 --- a/plotly.py-5.6.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45854c9c4e5a5a9ff554fb20502ef9a5fb7f665408d0cae63e00585a28b3e5ef -size 30453009 diff --git a/plotly.py-5.8.0-gh.tar.gz b/plotly.py-5.8.0-gh.tar.gz new file mode 100644 index 0000000..186995d --- /dev/null +++ b/plotly.py-5.8.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c +size 30501750 diff --git a/python-plotly.changes b/python-plotly.changes index d2c5cbc..ff92510 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Tue May 31 03:06:21 UTC 2022 - Arun Persaud + +- 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 diff --git a/python-plotly.spec b/python-plotly.spec index f4f1b60..d574a34 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -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