Accepting request 884139 from home:bnavigator:branches:devel:languages:python:numeric
- Update to version 1.16.0 * #863 Adds a new Download component. Along with this several utility functions are added to help construct the appropriate data format: dcc.send_file - send a file from disk dcc.send_data_frame - send a DataFrame, using one of its writer methods dcc.send_bytes - send a bytestring or the result of a bytestring writer dcc.send_string - send a string or the result of a string writer * #923 Set autoComplete to off in dcc.Dropdown. This fixes #808 * #930 Fixed a bug #867 with DatePickerRange that would sometimes shift the allowed dates by one day. * #934 Fixed a bug in EnhancedTab component that ignored disabled_className property - Release 1.15.0 * #905 Make sure the figure prop of dcc.Graph receives updates from user interactions in the graph, by using the same layout object as provided in the prop rather than cloning it. Fixes #879. * #903 Part of fixing dash import bug https://github.com/plotly/dash/issues/1143 * #911, #906 Upgraded Plotly.js to 1.58.4 Patch Release 1.58.4 Patch Release 1.58.3 * #888 Adds a drag_value prop to dcc.Sliderto be able to fire callbacks from dragging and releasing the slider. - Skip python36 buildrequire for pandas tests: No numpy, no pandas (we don't test it right now anyway) OBS-URL: https://build.opensuse.org/request/show/884139 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-dash-core-components?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbb0824b44478feea03a34e91a14c783656537b0097b4cc05c4c775062c3d50b
|
||||
size 13762589
|
||||
3
dash-core-components-1.16.0-gh.tar.gz
Normal file
3
dash-core-components-1.16.0-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a54658277892a80147af2507c38f6dad4199ec905ed0d8166df922a56361395
|
||||
size 13926215
|
||||
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 9 21:02:04 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 1.16.0
|
||||
* #863 Adds a new Download component. Along with this several
|
||||
utility functions are added to help construct the appropriate
|
||||
data format:
|
||||
dcc.send_file - send a file from disk
|
||||
dcc.send_data_frame - send a DataFrame, using one of its
|
||||
writer methods
|
||||
dcc.send_bytes - send a bytestring or the result of a
|
||||
bytestring writer
|
||||
dcc.send_string - send a string or the result of a string
|
||||
writer
|
||||
* #923 Set autoComplete to off in dcc.Dropdown. This fixes #808
|
||||
* #930 Fixed a bug #867 with DatePickerRange that would
|
||||
sometimes shift the allowed dates by one day.
|
||||
* #934 Fixed a bug in EnhancedTab component that ignored
|
||||
disabled_className property
|
||||
- Release 1.15.0
|
||||
* #905 Make sure the figure prop of dcc.Graph receives updates
|
||||
from user interactions in the graph, by using the same layout
|
||||
object as provided in the prop rather than cloning it. Fixes
|
||||
#879.
|
||||
* #903 Part of fixing dash import bug
|
||||
https://github.com/plotly/dash/issues/1143
|
||||
* #911, #906
|
||||
Upgraded Plotly.js to 1.58.4
|
||||
Patch Release 1.58.4
|
||||
Patch Release 1.58.3
|
||||
* #888 Adds a drag_value prop to dcc.Sliderto be able to fire
|
||||
callbacks from dragging and releasing the slider.
|
||||
- Skip python36 buildrequire for pandas tests: No numpy, no pandas
|
||||
(we don't test it right now anyway)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 3 17:42:34 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-dash-core-components
|
||||
# spec file for package python-dash-core-components-test
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@@ -28,9 +28,10 @@
|
||||
%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
|
||||
# get this from the master branch (dev is the default but does not have the full package)
|
||||
%define commit 44949a48a4c28ab6164eb4c823a346862ae2cfeb
|
||||
Name: python-dash-core-components%{psuffix}
|
||||
Version: 1.14.1
|
||||
Version: 1.16.0
|
||||
Release: 0
|
||||
Summary: Core component suite for Dash
|
||||
License: MIT
|
||||
@@ -42,9 +43,9 @@ BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module dash}
|
||||
BuildRequires: %{python_module pandas}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module selenium}
|
||||
BuildRequires: %{python_module pandas if (%python-base without python36-base)}
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user