Accepting request 988224 from home:apersaud:branches:devel:languages:python:numeric
update to latest version OBS-URL: https://build.opensuse.org/request/show/988224 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-dash?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:816e78b6d41c04076e83b4858348d164e380eb6fa50e6770d51c7ac9a4b20879
|
||||
size 9500477
|
||||
3
dash-2.5.1.tar.gz
Normal file
3
dash-2.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:343c802006abcaf71aadd8c3f55737ea7c72116e62fff465e980f9f1f304f1ee
|
||||
size 9500411
|
||||
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 02:46:42 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 2.5.1:
|
||||
* Fixed
|
||||
+ #2087 Fix bug #2086 in which using id as a key within a
|
||||
component's id breaks the new callback context's args_grouping
|
||||
function.
|
||||
+ #2084 In dash 2.5.0, a default viewport meta tag was added as
|
||||
recommended for mobile-optimized sites by mdn This feature can
|
||||
be disabled by providing an empty viewport meta tag. e.g. app =
|
||||
Dash(meta_tags=[{"name": "viewport"}])
|
||||
+ #2090, #2092. Fixed bug where the path to the pages_folder was
|
||||
incorrect on Windows.
|
||||
* Removed
|
||||
+ #2087 Removed the undocumented callback context
|
||||
args_grouping_values property which was incompatible with
|
||||
pattern-matching callbacks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 7 19:53:02 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-dash
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,9 +18,8 @@
|
||||
|
||||
# We can't test currenty, see below.
|
||||
%bcond_with test
|
||||
|
||||
Name: python-dash
|
||||
Version: 2.5.0
|
||||
Version: 2.5.1
|
||||
Release: 0
|
||||
Summary: Python framework for building reactive web-apps
|
||||
License: MIT
|
||||
@@ -48,14 +47,14 @@ Requires: python-dash-table = 5.0.0
|
||||
Requires: python-percy
|
||||
Requires: python-plotly >= 5.0.0
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module beautifulsoup4}
|
||||
BuildRequires: %{python_module lxml}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest-sugar}
|
||||
BuildRequires: %{python_module pytest-rerunfailures}
|
||||
BuildRequires: %{python_module pytest-sugar}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module selenium}
|
||||
|
||||
Reference in New Issue
Block a user