Hello community,

here is the log from the commit of package python-dash for openSUSE:Factory 
checked in at 2020-02-10 21:56:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dash (Old)
 and      /work/SRC/openSUSE:Factory/.python-dash.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dash"

Mon Feb 10 21:56:31 2020 rev:5 rq:773178 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dash/python-dash.changes  2020-02-03 
11:13:31.765851334 +0100
+++ /work/SRC/openSUSE:Factory/.python-dash.new.26092/python-dash.changes       
2020-02-10 21:56:33.394294905 +0100
@@ -1,0 +2,6 @@
+Mon Feb 10 15:30:22 UTC 2020 - Todd R <toddrme2...@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
+
+-------------------------------------------------------------------

Old:
----
  dash-1.8.0.tar.gz

New:
----
  dash-1.9.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-dash.spec ++++++
--- /var/tmp/diff_new_pack.6tzyiE/_old  2020-02-10 21:56:34.214295358 +0100
+++ /var/tmp/diff_new_pack.6tzyiE/_new  2020-02-10 21:56:34.218295360 +0100
@@ -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 @@
 
 %prep
 %setup -q -n dash-%{version}
+sed -i -e '/^#!\//, 1d' dash/extract-meta.js
 
 %build
 %python_build

++++++ dash-1.8.0.tar.gz -> dash-1.9.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dash-1.8.0/PKG-INFO new/dash-1.9.0/PKG-INFO
--- old/dash-1.8.0/PKG-INFO     2020-01-14 19:23:01.000000000 +0100
+++ new/dash-1.9.0/PKG-INFO     2020-02-04 18:51:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: dash
-Version: 1.8.0
+Version: 1.9.0
 Summary: A Python framework for building reactive web-apps. Developed by 
Plotly.
 Home-page: https://plot.ly/dash
 Author: Chris Parmer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dash-1.8.0/dash/version.py 
new/dash-1.9.0/dash/version.py
--- old/dash-1.8.0/dash/version.py      2020-01-14 19:12:44.000000000 +0100
+++ new/dash-1.9.0/dash/version.py      2020-02-04 18:47:35.000000000 +0100
@@ -1 +1 @@
-__version__ = '1.8.0'
+__version__ = '1.9.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dash-1.8.0/dash.egg-info/PKG-INFO 
new/dash-1.9.0/dash.egg-info/PKG-INFO
--- old/dash-1.8.0/dash.egg-info/PKG-INFO       2020-01-14 19:23:01.000000000 
+0100
+++ new/dash-1.9.0/dash.egg-info/PKG-INFO       2020-02-04 18:51:00.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: dash
-Version: 1.8.0
+Version: 1.9.0
 Summary: A Python framework for building reactive web-apps. Developed by 
Plotly.
 Home-page: https://plot.ly/dash
 Author: Chris Parmer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dash-1.8.0/dash.egg-info/requires.txt 
new/dash-1.9.0/dash.egg-info/requires.txt
--- old/dash-1.8.0/dash.egg-info/requires.txt   2020-01-14 19:23:01.000000000 
+0100
+++ new/dash-1.9.0/dash.egg-info/requires.txt   2020-02-04 18:51:00.000000000 
+0100
@@ -1,8 +1,8 @@
 Flask>=1.0.2
 flask-compress
 plotly
-dash_renderer==1.2.3
-dash-core-components==1.7.0
+dash_renderer==1.2.4
+dash-core-components==1.8.0
 dash-html-components==1.0.2
 dash-table==4.6.0
 future
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dash-1.8.0/requires-install.txt 
new/dash-1.9.0/requires-install.txt
--- old/dash-1.8.0/requires-install.txt 2020-01-14 19:16:58.000000000 +0100
+++ new/dash-1.9.0/requires-install.txt 2020-02-04 18:49:34.000000000 +0100
@@ -1,8 +1,8 @@
 Flask>=1.0.2
 flask-compress
 plotly
-dash_renderer==1.2.3
-dash-core-components==1.7.0
+dash_renderer==1.2.4
+dash-core-components==1.8.0
 dash-html-components==1.0.2
 dash-table==4.6.0
 future
\ No newline at end of file


Reply via email to