diff --git a/bqplot-0.12.1.tar.gz b/bqplot-0.12.1.tar.gz deleted file mode 100644 index 9ddadb6..0000000 --- a/bqplot-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52941875157f3e2c98134c867c018a27b6d3525dd1166f3fcd4eede7ef392da1 -size 2565392 diff --git a/bqplot-0.12.2.tar.gz b/bqplot-0.12.2.tar.gz new file mode 100644 index 0000000..15555a1 --- /dev/null +++ b/bqplot-0.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b2307a89aee989a95146f2885c026ea2085bc3d241e87ed711dbe49f56c086 +size 2569174 diff --git a/python-bqplot.changes b/python-bqplot.changes index 90fb8cc..a3a1249 100644 --- a/python-bqplot.changes +++ b/python-bqplot.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Jan 15 15:57:38 UTC 2020 - Todd R + +- Update to 0.12.2 + * Tests: Use DOM element API for fetching the fill style + * Hist: Add tests + * Hist: Add support for selected_style and unselected_style in Hist + * Hist: Remove unused method + * Hist: Respect the 'colors' attribute when coloring the bars + * Hist: Use same default colors value as in Bars + * test: background color changed due to css fix + * test: tests should include css + * fix: screenshot CSS was missing CSS variables + * Refactor Figure sizing logic + * Cleaning Heatmap implementation + * fix: make pan and zoom work with Logscale + * fix: use z-index:0 for all layers to not overlap with higher z-index … + * fix: avoids CORS error when building css for svg screenshot + * fix: ColorScale can miss events because render does not return a Promise + * add event listeners and classes to render tooltip for OHLC mark + * add labels to bar mark + * Add TypeScript annotations, refactoring, setters/getters + * Bump lodash from 4.17.11 to 4.17.15 in /js + * Bump mixin-deep from 1.3.1 to 1.3.2 in /js + * Bump js-yaml from 3.7.0 to 3.13.1 in /js + ------------------------------------------------------------------- Mon Nov 18 16:07:09 UTC 2019 - Todd R diff --git a/python-bqplot.spec b/python-bqplot.spec index 88efa84..c63d8fc 100644 --- a/python-bqplot.spec +++ b/python-bqplot.spec @@ -1,7 +1,7 @@ # # spec file for package python-bqplot # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-bqplot -Version: 0.12.1 +Version: 0.12.2 Release: 0 Summary: Interactive plotting package for the Jupyter notebook License: Apache-2.0