diff --git a/dash-1.7.0.tar.gz b/dash-1.7.0.tar.gz deleted file mode 100644 index cbf7a46..0000000 --- a/dash-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d111272dcc3b1ae5471656f66b761263aeba53e595abb617702295849d16702 -size 62243 diff --git a/dash-1.8.0.tar.gz b/dash-1.8.0.tar.gz new file mode 100644 index 0000000..f32699f --- /dev/null +++ b/dash-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b30e5312eb9940ebaf1aec3b652d5258a16fdcbd8612884c5cd1f40d20cac4 +size 64275 diff --git a/python-dash.changes b/python-dash.changes index ab2b24e..5c43edd 100644 --- a/python-dash.changes +++ b/python-dash.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jan 30 19:09:44 UTC 2020 - Todd R + +- Update to version 1.8.0 + + Added + * Two new functions to simplify usage handling URLs and pathnames: `app.get_relative_path` & `app.trim_relative_path`. + + Changed + * Simplify our build process. + * Error messages when providing an incorrect property to a component have been improved: they now specify the component type, library, version, and ID (if available). + + Fixed + * Fix no_update test to allow copies, such as those stored and retrieved from a cache. + ------------------------------------------------------------------- Fri Dec 6 18:44:56 UTC 2019 - Todd R diff --git a/python-dash.spec b/python-dash.spec index 11a05e8..f5f69c7 100644 --- a/python-dash.spec +++ b/python-dash.spec @@ -1,7 +1,7 @@ # # spec file for package python-dash # -# Copyright (c) 2018 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,14 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-dash -Version: 1.7.0 +Version: 1.8.0 Release: 0 -# For the license file -%define tag ff93d2c4331a576b445be87bb3b77576f18b030a Summary: Python framework for building reactive web-apps License: MIT Group: Development/Languages/Python -Url: https://plot.ly/dash +URL: https://github.com/plotly/dash Source: https://files.pythonhosted.org/packages/source/d/dash/dash-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros