summaryrefslogtreecommitdiff
path: root/dev-python/plotly
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-15 19:27:11 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-15 19:27:11 +0000
commit12c3c12b381ac14ce11e9db42e5a655a162a12fe (patch)
treea2fd6290fec8a97a499132e22fbabb390b8b76e4 /dev-python/plotly
parentc9b4bdbc36492fc6413d2a5c81302e75e9fcd790 (diff)
downloadbaldeagleos-repo-12c3c12b381ac14ce11e9db42e5a655a162a12fe.tar.gz
baldeagleos-repo-12c3c12b381ac14ce11e9db42e5a655a162a12fe.tar.xz
baldeagleos-repo-12c3c12b381ac14ce11e9db42e5a655a162a12fe.zip
Adding metadata
Diffstat (limited to 'dev-python/plotly')
-rw-r--r--dev-python/plotly/Manifest2
-rw-r--r--dev-python/plotly/plotly-6.5.2.ebuild (renamed from dev-python/plotly/plotly-6.5.0.ebuild)8
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 63439d3de450..e728f17891e7 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1,2 +1,2 @@
-DIST plotly.py-6.5.0.gh.tar.gz 10287411 BLAKE2B 66516bb80f73a6201105ecc727265d3010aca7f567ebf2251dc61ed8b52ca21d21731f2034d6f986cfd0096d389108f8e73a0c3c1b67d598c0edf63b4d943c79 SHA512 5f200b5e74b6266a3b95bccfa86d5d4e68e032fbb8a22fd0f759142f50374cee350bf5769a27f4da32b174cf5c45888c2a36ea3a1c71ab9d4e8d6b30504360e8
DIST plotly.py-6.5.1.gh.tar.gz 10346912 BLAKE2B 04c7e580d1b0ae6265f5b60ef89c42c31137da3bd8f8125997ba6f8ea107745bedd755d495c9f5f10749dc8905a0f67863bab1460000ac3bebe2eb711ea4e974 SHA512 edccd0262fcd8795dbc3e6574d2fa6ce398b678abe6d25498831418bf4034f7ed01c46993e973524055987d68859c78c5f5b46c44984a7611791ba81fef87308
+DIST plotly.py-6.5.2.gh.tar.gz 10353167 BLAKE2B 6664ce2aad054afd698b33d40a65f2187b1168c817fb40572bb90cecb23a91f0452c77c246ad5341eaf16067b878de27164cb10555404fd703769050e79e5df9 SHA512 962034b5d8b72ba6e19b1268493753a6f3affa40225f47bd2d6048e0d65803ac01f10164dc6098e09d0f4a8f5096223e8ebf012e7fb8fb50ec25453728500169
diff --git a/dev-python/plotly/plotly-6.5.0.ebuild b/dev-python/plotly/plotly-6.5.2.ebuild
index dbf4a8c9cf8c..4a72b977015d 100644
--- a/dev-python/plotly/plotly-6.5.0.ebuild
+++ b/dev-python/plotly/plotly-6.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -89,6 +89,12 @@ EPYTEST_DESELECT=(
# TODO
'tests/test_plotly_utils/validators/test_colorscale_validator.py::test_acceptance_named[Inferno_r]'
+
+ # numpy 2.4
+ tests/test_optional/test_figure_factory/test_figure_factory.py::TestViolin::test_violin_fig
+ tests/test_optional/test_utils/test_utils.py::TestJSONEncoder::test_encode_customdata_datetime_homogeneous_dataframe
+ tests/test_optional/test_utils/test_utils.py::TestJSONEncoder::test_encode_customdata_datetime_series
+ tests/test_optional/test_utils/test_utils.py::TestJSONEncoder::test_numpy_datetime64
)
src_configure() {