diff --git a/dash-1.8.0.tar.gz b/dash-1.8.0.tar.gz deleted file mode 100644 index f32699f..0000000 --- a/dash-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4b30e5312eb9940ebaf1aec3b652d5258a16fdcbd8612884c5cd1f40d20cac4 -size 64275 diff --git a/dash-1.9.0.tar.gz b/dash-1.9.0.tar.gz new file mode 100644 index 0000000..6319e92 --- /dev/null +++ b/dash-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678884297afaae08a638cf1bda61c8f89f7cf2c8fd15f36ea29c43559684f4fa +size 64167 diff --git a/python-dash.changes b/python-dash.changes index 5c43edd..d250a9f 100644 --- a/python-dash.changes +++ b/python-dash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 10 15:30:22 UTC 2020 - Todd R + +- Update to version 1.9.0 + * Handle case where dash fails to load when used inside an iframe with a sandbox attribute that only has allow-scripts + ------------------------------------------------------------------- Thu Jan 30 19:09:44 UTC 2020 - Todd R diff --git a/python-dash.spec b/python-dash.spec index f5f69c7..e39d3a3 100644 --- a/python-dash.spec +++ b/python-dash.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-dash -Version: 1.8.0 +Version: 1.9.0 Release: 0 Summary: Python framework for building reactive web-apps License: MIT @@ -51,6 +51,7 @@ analytical python code. %prep %setup -q -n dash-%{version} +sed -i -e '/^#!\//, 1d' dash/extract-meta.js %build %python_build