diff --git a/dash-core-components-1.14.1-gh.tar.gz b/dash-core-components-1.14.1-gh.tar.gz new file mode 100644 index 0000000..45a34cc --- /dev/null +++ b/dash-core-components-1.14.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb0824b44478feea03a34e91a14c783656537b0097b4cc05c4c775062c3d50b +size 13762589 diff --git a/python-dash-core-components.changes b/python-dash-core-components.changes index 1051059..11859e6 100644 --- a/python-dash-core-components.changes +++ b/python-dash-core-components.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Sun Jan 3 17:42:34 UTC 2021 - Benjamin Greiner + +- Update to version 1.14.1 -- #898 + * Patch Release 1.58.2 +- Changes in 1.14.0 -- #889, #893 + * Upgraded Plotly.js to 1.58.1 + + Patch Release 1.58.1 + + Feature release of Plotly.js 1.58.0 which: + - Add ticklabelposition attribute to cartesian axes and + colorbars #5275 + - Add "strict" autotypenumbers to axes and layout #5240 + - Add itemwidth to legends #5212 + - Add root.color attribute to sunburst and treemap traces + #5232, #5245 + - Enable fast image rendering for all linear axes #5307 + - Rework matches and scaleanchor so they work together + #5287 +- Changes in 1.13.0 + * Added #871 + Add Julia syntax highlighting support for dcc.Markdown + * Fixed #878 + Fixed #751, a bug that causes dcc.Slider and + dcc.RangerSlider tooltips to be visible even if the + slider component isn't visible (e.g. overflow), + * Updated #875 + - Upgraded Plotly.js to 1.57.1 (Patch release 1.57.1) + * Feature release of Plotly.js 1.57.0 which: + - Add "domain" axis references in layout images, shapes + and annotations #5014 + - Add rotation attribute to sunburst traces #5171, #5201 + - Add computed margins in "full-json" export #5203 + * Feature release of Plotly.js 1.56.0 which: + - Introduce period positioning attributes on date axes + in various cartesian traces #5074, #5175 + - Add minexponent attribute to improve control over SI + prefixes in axis tick labels #5121, + - Add sort attribute to sunburst and treemap traces to + disable automatic sort #5164 + - Handle rgba colors in colorscale of surface traces #5166 + * Patch release 1.55.2 +- Run simple test +- Remove dependency on dash itself (build dependency cycle) + +------------------------------------------------------------------- +Wed Nov 11 15:44:30 UTC 2020 - Marketa Calabkova + +- update to version 1.12.1 + * Upgraded Plotly.js to 1.55.1 + * Add new options + ------------------------------------------------------------------- Sat Apr 18 20:51:50 UTC 2020 - Arun Persaud diff --git a/python-dash-core-components.spec b/python-dash-core-components.spec index 4762b76..635355b 100644 --- a/python-dash-core-components.spec +++ b/python-dash-core-components.spec @@ -1,7 +1,7 @@ # # spec file for package python-dash-core-components # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,17 +26,19 @@ %bcond_with test %endif %define skip_python2 1 +# Upstream cannot tag the release version, but we need the github archive for the test files +# https://github.com/plotly/dash-core-components/issues/886 +%define commit 230997613c81ce927cf558720585a9632e3df192 Name: python-dash-core-components%{psuffix} -Version: 1.9.1 +Version: 1.14.1 Release: 0 Summary: Core component suite for Dash License: MIT URL: https://github.com/plotly/dash-core-components -Source: https://github.com/plotly/dash-core-components/archive/v%{version}.tar.gz +Source: https://github.com/plotly/dash-core-components/archive/%{commit}.tar.gz#/dash-core-components-%{version}-gh.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-dash BuildArch: noarch %if %{with test} BuildRequires: %{python_module dash} @@ -50,7 +52,7 @@ BuildRequires: %{python_module selenium} Core component suite for Dash %prep -%setup -q -n dash-core-components-%{version} +%setup -q -n dash-core-components-%{commit} %build %python_build @@ -63,7 +65,9 @@ Core component suite for Dash %check %if %{with test} -# needs working selenium and chromedriver +# simplest integration tests as run in .circleci/ +%pyunittest tests/test_dash_import.py -v +# fulls suite needs working selenium and chromedriver # when fixed this should be enabled #%%pytest %endif diff --git a/v1.9.1.tar.gz b/v1.9.1.tar.gz deleted file mode 100644 index e1e0f76..0000000 --- a/v1.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f413219377760f9b9c9f17febc30b39357423a9d6eff410cb8ab4af2044258a -size 10052701