15
0
forked from pool/python-dash

Accepting request 773178 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/773178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dash?expand=0&rev=5
This commit is contained in:
2020-02-10 20:56:31 +00:00
committed by Git OBS Bridge
parent 0e04a86c13
commit 6dd4045bd2
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4b30e5312eb9940ebaf1aec3b652d5258a16fdcbd8612884c5cd1f40d20cac4
size 64275

3
dash-1.9.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:678884297afaae08a638cf1bda61c8f89f7cf2c8fd15f36ea29c43559684f4fa
size 64167

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 10 15:30:22 UTC 2020 - Todd R <toddrme2178@gmail.com>
- 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 <toddrme2178@gmail.com>

View File

@@ -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