diff --git a/dash-2.5.0.tar.gz b/dash-2.5.0.tar.gz deleted file mode 100644 index 753582e..0000000 --- a/dash-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:816e78b6d41c04076e83b4858348d164e380eb6fa50e6770d51c7ac9a4b20879 -size 9500477 diff --git a/dash-2.5.1.tar.gz b/dash-2.5.1.tar.gz new file mode 100644 index 0000000..520b14e --- /dev/null +++ b/dash-2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343c802006abcaf71aadd8c3f55737ea7c72116e62fff465e980f9f1f304f1ee +size 9500411 diff --git a/python-dash.changes b/python-dash.changes index b6ee45c..a626073 100644 --- a/python-dash.changes +++ b/python-dash.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Jul 11 02:46:42 UTC 2022 - Arun Persaud + +- 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 diff --git a/python-dash.spec b/python-dash.spec index 75db779..6e3e9bd 100644 --- a/python-dash.spec +++ b/python-dash.spec @@ -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}