1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-26 04:50:32 +01:00

upgpkg: python-plotly 5.15.0-1

upstream release

Many fixes now upstreamed, tiny patch for a test remaining
This commit is contained in:
2023-06-09 13:53:33 +02:00
parent bee8741ec2
commit b9f31b03c2
3 changed files with 9 additions and 35 deletions

View File

@@ -10,29 +10,3 @@ index 8b899a6f5..6ee06e03f 100644
+ """string indices must be integers, not 'str'
Invalid value received for the 'plot_bgcolor' property of layout
diff --git a/packages/python/plotly/setup.cfg b/packages/python/plotly/setup.cfg
index 1a82ac6f9..419173843 100644
--- a/packages/python/plotly/setup.cfg
+++ b/packages/python/plotly/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
description_file = README.md
-license_file = LICENSE.txt
+license_files = LICENSE.txt
[bdist_wheel]
universal=1
diff --git a/packages/python/plotly/setup.py b/packages/python/plotly/setup.py
index 3614cb970..178f17645 100644
--- a/packages/python/plotly/setup.py
+++ b/packages/python/plotly/setup.py
@@ -495,7 +495,6 @@ versioneer_cmds = versioneer.get_cmdclass()
setup(
name="plotly",
version=versioneer.get_version(),
- use_2to3=False,
author="Chris P",
author_email="chris@plot.ly",
maintainer="Nicolas Kruchten",