commit python-pyviz-comms for openSUSE:Factory

2020-07-16 Thread root
Hello community,

here is the log from the commit of package python-pyviz-comms for 
openSUSE:Factory checked in at 2020-07-16 12:15:32

Comparing /work/SRC/openSUSE:Factory/python-pyviz-comms (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyviz-comms.new.3592 (New)


Package is "python-pyviz-comms"

Thu Jul 16 12:15:32 2020 rev:6 rq:820957 version:0.7.6

Changes:

--- /work/SRC/openSUSE:Factory/python-pyviz-comms/python-pyviz-comms.changes
2020-06-09 00:05:41.629509833 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyviz-comms.new.3592/python-pyviz-comms.changes
  2020-07-16 12:16:48.198864656 +0200
@@ -1,0 +2,8 @@
+Tue Jul 14 15:02:40 UTC 2020 - Marketa Calabkova 
+
+- Update to 0.7.6
+  * Fix compatibility with older browsers
+  * Add support for comms in Google Colab
+  * Add on_open callbacks to comms
+
+---

Old:

  pyviz_comms-0.7.4.tar.gz

New:

  pyviz_comms-0.7.6.tar.gz



Other differences:
--
++ python-pyviz-comms.spec ++
--- /var/tmp/diff_new_pack.KyMF8I/_old  2020-07-16 12:16:51.410867903 +0200
+++ /var/tmp/diff_new_pack.KyMF8I/_new  2020-07-16 12:16:51.414867908 +0200
@@ -18,23 +18,22 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyviz-comms
-Version:0.7.4
+Version:0.7.6
 Release:0
 Summary:Tool to launch jobs, organize the output, and dissect the 
results
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/pyviz/pyviz_comms
-Source0:
https://files.pythonhosted.org/packages/source/p/pyviz-comms/pyviz_comms-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/pyviz_comms/pyviz_comms-%{version}.tar.gz
 Source100:  python-pyviz-comms-rpmlintrc
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-param >= 1.6.0
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module param >= 1.6.0}
 # /SECTION
-Requires:   python-param >= 1.6.0
-BuildArch:  noarch
-
 %python_subpackages
 
 %description

++ pyviz_comms-0.7.4.tar.gz -> pyviz_comms-0.7.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyviz_comms-0.7.4/PKG-INFO 
new/pyviz_comms-0.7.6/PKG-INFO
--- old/pyviz_comms-0.7.4/PKG-INFO  2020-03-10 14:38:06.0 +0100
+++ new/pyviz_comms-0.7.6/PKG-INFO  2020-07-07 13:02:52.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyviz_comms
-Version: 0.7.4
+Version: 0.7.6
 Summary: Bidirectional communication for the PyViz ecosystem.
 Home-page: http://pyviz.org
 Author: PyViz developers
@@ -10,12 +10,13 @@
 License: BSD
 Description: # pyviz_comms
 
-Offers a simple bidirectional communication architecture for PyViz 
tools
-including support for Jupyter comms in both the classic notebook and
-Jupyterlab.
+Offers a simple bidirectional communication architecture between 
Python and JavaScript, 
+with support for Jupyter comms in both the classic notebook and 
Jupyterlab.
+Available for use by any [PyViz](https://pyviz.org) tool, but 
currently primarily used by
+[HoloViz](https://holoviz.org) tools.
 
 There are two installable components in this repository: a Python
-component used by various PyViz tools and an extension to enable
+component used by various HoloViz tools and an extension to enable
 Jupyterlab support.
 
 ## Installing the Jupyterlab extension
@@ -28,7 +29,7 @@
 
 ## Compatibility
 
-The [PyViz](https://github.com/pyviz/pyviz) libraries are generally 
version independent of
+The [Holoviz](https://github.com/holoviz/holoviz) libraries are 
generally version independent of
 [JupyterLab](https://github.com/jupyterlab/jupyterlab) and the 
``jupyterlab_pyviz`` extension
 has been supported since holoviews 1.10.0 and the first release of 
``pyviz_comms``.
 
@@ -46,7 +47,7 @@
 | 0.34.x| 0.6.1-0.6.2  |
 | 0.35.x| 0.6.3-0.7.2  |
 | 1.0.x | 0.8.0|
-| 2.0.x | 0.9.0|
+| 2.0.x | 0.9.0-1.0.3  |
 
 ## Developing the Jupyterlab extension
 
@@ -66,7 +67,7 @@
 
 ## The ``pyviz_comms`` Python package
 
-The ``pyviz_comms`` Python package is used by pyviz projects and can be
+The ``pyviz_comms`` Python package is used by holoviz projects and can 
be
  

commit python-pyviz-comms for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package python-pyviz-comms for 
openSUSE:Factory checked in at 2020-06-09 00:04:12

Comparing /work/SRC/openSUSE:Factory/python-pyviz-comms (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyviz-comms.new.3606 (New)


Package is "python-pyviz-comms"

Tue Jun  9 00:04:12 2020 rev:5 rq:812415 version:0.7.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pyviz-comms/python-pyviz-comms.changes
2020-02-03 11:13:15.237842981 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyviz-comms.new.3606/python-pyviz-comms.changes
  2020-06-09 00:05:41.629509833 +0200
@@ -1,0 +2,6 @@
+Sat Jun  6 16:48:55 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 0.7.4:
+  * Changes not documented upstream.
+
+---

Old:

  pyviz_comms-0.7.3.tar.gz

New:

  pyviz_comms-0.7.4.tar.gz



Other differences:
--
++ python-pyviz-comms.spec ++
--- /var/tmp/diff_new_pack.Ak6hZO/_old  2020-06-09 00:05:43.337515893 +0200
+++ /var/tmp/diff_new_pack.Ak6hZO/_new  2020-06-09 00:05:43.341515907 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyviz-comms
-Version:0.7.3
+Version:0.7.4
 Release:0
 Summary:Tool to launch jobs, organize the output, and dissect the 
results
 License:BSD-3-Clause

++ pyviz_comms-0.7.3.tar.gz -> pyviz_comms-0.7.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyviz_comms-0.7.3/PKG-INFO 
new/pyviz_comms-0.7.4/PKG-INFO
--- old/pyviz_comms-0.7.3/PKG-INFO  2020-01-22 02:42:51.0 +0100
+++ new/pyviz_comms-0.7.4/PKG-INFO  2020-03-10 14:38:06.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyviz_comms
-Version: 0.7.3
+Version: 0.7.4
 Summary: Bidirectional communication for the PyViz ecosystem.
 Home-page: http://pyviz.org
 Author: PyViz developers
@@ -46,6 +46,7 @@
 | 0.34.x| 0.6.1-0.6.2  |
 | 0.35.x| 0.6.3-0.7.2  |
 | 1.0.x | 0.8.0|
+| 2.0.x | 0.9.0|
 
 ## Developing the Jupyterlab extension
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyviz_comms-0.7.3/README.md 
new/pyviz_comms-0.7.4/README.md
--- old/pyviz_comms-0.7.3/README.md 2020-01-22 02:41:51.0 +0100
+++ new/pyviz_comms-0.7.4/README.md 2020-03-10 14:37:04.0 +0100
@@ -36,6 +36,7 @@
 | 0.34.x| 0.6.1-0.6.2  |
 | 0.35.x| 0.6.3-0.7.2  |
 | 1.0.x | 0.8.0|
+| 2.0.x | 0.9.0|
 
 ## Developing the Jupyterlab extension
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyviz_comms-0.7.3/pyviz_comms/.version 
new/pyviz_comms-0.7.4/pyviz_comms/.version
--- old/pyviz_comms-0.7.3/pyviz_comms/.version  2020-01-22 02:42:51.0 
+0100
+++ new/pyviz_comms-0.7.4/pyviz_comms/.version  2020-03-10 14:38:06.0 
+0100
@@ -1 +1 @@
-{"git_describe": "v0.7.3-0-g4aaed63", "version_string": "0.7.3"}
\ No newline at end of file
+{"git_describe": "v0.7.4-0-gdeae0d5", "version_string": "0.7.4"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyviz_comms-0.7.3/pyviz_comms/__init__.py 
new/pyviz_comms-0.7.4/pyviz_comms/__init__.py
--- old/pyviz_comms-0.7.3/pyviz_comms/__init__.py   2020-01-22 
02:41:51.0 +0100
+++ new/pyviz_comms-0.7.4/pyviz_comms/__init__.py   2020-03-10 
14:37:04.0 +0100
@@ -58,13 +58,7 @@
 
 PYVIZ_PROXY = """
 if ((window.PyViz === undefined) || (window.PyViz instanceof HTMLElement)) {
-   if ((window.HoloViews === undefined) || (window.HoloViews instanceof 
HTMLElement)) {
- var PyViz = {comms: {}, comm_status:{}, kernels:{}, receivers: {}, 
plot_index: []}
-   } else {
- var PyViz = window.HoloViews;
-   }
-   window.PyViz = PyViz;
-   window.HoloViews = PyViz;  // TEMPORARY HACK TILL NEXT NPM RELEASE
+  window.PyViz = {comms: {}, comm_status:{}, kernels:{}, receivers: {}, 
plot_index: []}
 }
 """
 
@@ -89,7 +83,6 @@
   if ((event.kind === 'ModelChanged') && (event.attr === '{change}') &&
   (cb_obj.id === event.model.id) &&
   (JSON.stringify(value) === JSON.stringify(event.new))) {{
-events.pop(events.indexOf(event))
 return;
   }}
 }}
@@ -128,22 +121,6 @@
 }}
 """
 
-embed_js = """
-// Ugly hack - see HoloViews #2574 for more information
-if (!(document.getElementById('{plot_id}')) && 
!(document.getElementById('_anim_img{widget_id}'))) {{
-  console.log("Creating DOM nodes 

commit python-pyviz-comms for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package python-pyviz-comms for 
openSUSE:Factory checked in at 2020-02-03 11:13:10

Comparing /work/SRC/openSUSE:Factory/python-pyviz-comms (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyviz-comms.new.26092 (New)


Package is "python-pyviz-comms"

Mon Feb  3 11:13:10 2020 rev:4 rq:768809 version:0.7.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pyviz-comms/python-pyviz-comms.changes
2019-05-07 23:16:19.528574271 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyviz-comms.new.26092/python-pyviz-comms.changes
 2020-02-03 11:13:15.237842981 +0100
@@ -1,0 +2,6 @@
+Thu Jan 30 15:25:12 UTC 2020 - Todd R 
+
+- Update to 0.7.3
+  * Add ability to register on_error and on_stdout handlers on Comms.
+
+---

Old:

  pyviz_comms-0.7.2.tar.gz

New:

  pyviz_comms-0.7.3.tar.gz



Other differences:
--
++ python-pyviz-comms.spec ++
--- /var/tmp/diff_new_pack.1CAggN/_old  2020-02-03 11:13:16.201843468 +0100
+++ /var/tmp/diff_new_pack.1CAggN/_new  2020-02-03 11:13:16.205843470 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyviz-comms
 #
-# Copyright (c) 2019 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
@@ -13,16 +13,17 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyviz-comms
-Version:0.7.2
+Version:0.7.3
 Release:0
-License:BSD-3-Clause
 Summary:Tool to launch jobs, organize the output, and dissect the 
results
-Url:https://github.com/pyviz/pyviz_comms
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+URL:https://github.com/pyviz/pyviz_comms
 Source0:
https://files.pythonhosted.org/packages/source/p/pyviz-comms/pyviz_comms-%{version}.tar.gz
 Source100:  python-pyviz-comms-rpmlintrc
 BuildRequires:  %{python_module setuptools}

++ pyviz_comms-0.7.2.tar.gz -> pyviz_comms-0.7.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyviz_comms-0.7.2/PKG-INFO 
new/pyviz_comms-0.7.3/PKG-INFO
--- old/pyviz_comms-0.7.2/PKG-INFO  2019-03-23 22:08:22.0 +0100
+++ new/pyviz_comms-0.7.3/PKG-INFO  2020-01-22 02:42:51.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyviz_comms
-Version: 0.7.2
+Version: 0.7.3
 Summary: Bidirectional communication for the PyViz ecosystem.
 Home-page: http://pyviz.org
 Author: PyViz developers
@@ -38,13 +38,14 @@
 track that of JupyterLab, so users seeking to find extension releases 
that are compatible with their JupyterLab
 installation may refer to the below table.
 
-## Compatible JupyterLab and jupyterlab_bokeh versions
+## Compatible JupyterLab and jupyterlab_pyviz versions
 
 | JupyterLab| jupyterlab_pyviz |
 | - |  |
 | 0.33.x| 0.6.0|
 | 0.34.x| 0.6.1-0.6.2  |
-| 0.35.x| 0.6.3-0.7.1  |
+| 0.35.x| 0.6.3-0.7.2  |
+| 1.0.x | 0.8.0|
 
 ## Developing the Jupyterlab extension
 
@@ -82,6 +83,6 @@
 Classifier: Topic :: Scientific/Engineering
 Classifier: Topic :: Software Development :: Libraries
 Description-Content-Type: text/markdown
-Provides-Extra: build
 Provides-Extra: tests
+Provides-Extra: build
 Provides-Extra: all
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyviz_comms-0.7.2/README.md 
new/pyviz_comms-0.7.3/README.md
--- old/pyviz_comms-0.7.2/README.md 2019-03-23 22:06:11.0 +0100
+++ new/pyviz_comms-0.7.3/README.md 2020-01-22 02:41:51.0 +0100
@@ -28,13 +28,14 @@
 track that of JupyterLab, so users seeking to find extension releases that are 
compatible with their JupyterLab
 installation may refer to the below table.
 
-## Compatible JupyterLab and jupyterlab_bokeh versions
+## Compatible JupyterLab and jupyterlab_pyviz versions
 
 | JupyterLab| jupyterlab_pyviz |
 | - |  |
 | 0.33.x| 0.6.0|
 | 0.34.x| 0.6.1-0.6.2  |
-| 0.35.x| 0.6.3-0.7.1  |
+| 0.35.x| 0.6.3-0.7.2  |
+| 1.0.x | 0.8.0|
 
 ## Developing the Jupyterlab extension
 
diff -urN '--exclude=C

commit python-pyviz-comms for openSUSE:Factory

2019-05-07 Thread root
Hello community,

here is the log from the commit of package python-pyviz-comms for 
openSUSE:Factory checked in at 2019-05-07 23:16:18

Comparing /work/SRC/openSUSE:Factory/python-pyviz-comms (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyviz-comms.new.5148 (New)


Package is "python-pyviz-comms"

Tue May  7 23:16:18 2019 rev:3 rq:696878 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyviz-comms/python-pyviz-comms.changes
2019-01-21 10:45:57.784341807 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyviz-comms.new.5148/python-pyviz-comms.changes
  2019-05-07 23:16:19.528574271 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 19:21:30 UTC 2019 - Todd R 
+
+- Update to version 0.7.2
+  * Custom MIME type rendering now executes script tags in HTML
+
+---

Old:

  pyviz_comms-0.7.0.tar.gz

New:

  pyviz_comms-0.7.2.tar.gz



Other differences:
--
++ python-pyviz-comms.spec ++
--- /var/tmp/diff_new_pack.URnPc9/_old  2019-05-07 23:16:20.104575604 +0200
+++ /var/tmp/diff_new_pack.URnPc9/_new  2019-05-07 23:16:20.104575604 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyviz-comms
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyviz-comms
-Version:0.7.0
+Version:0.7.2
 Release:0
 License:BSD-3-Clause
 Summary:Tool to launch jobs, organize the output, and dissect the 
results

++ pyviz_comms-0.7.0.tar.gz -> pyviz_comms-0.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyviz_comms-0.7.0/MANIFEST.in 
new/pyviz_comms-0.7.2/MANIFEST.in
--- old/pyviz_comms-0.7.0/MANIFEST.in   2018-12-24 19:56:32.0 +0100
+++ new/pyviz_comms-0.7.2/MANIFEST.in   2019-03-23 22:06:11.0 +0100
@@ -1,3 +1,4 @@
 include README.md
 include LICENSE.txt
-include pyviz_comms/.version
\ No newline at end of file
+include pyviz_comms/.version
+include pyviz_comms/notebook.js
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyviz_comms-0.7.0/PKG-INFO 
new/pyviz_comms-0.7.2/PKG-INFO
--- old/pyviz_comms-0.7.0/PKG-INFO  2018-12-24 20:03:56.0 +0100
+++ new/pyviz_comms-0.7.2/PKG-INFO  2019-03-23 22:08:22.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 2.1
 Name: pyviz_comms
-Version: 0.7.0
-Summary: Launch jobs, organize the output, and dissect the results.
+Version: 0.7.2
+Summary: Bidirectional communication for the PyViz ecosystem.
 Home-page: http://pyviz.org
 Author: PyViz developers
 Author-email: 
 Maintainer: PyViz
-Maintainer-email: holovi...@gmail.com
+Maintainer-email: develop...@pyviz.org
 License: BSD
 Description: # pyviz_comms
 
@@ -43,8 +43,8 @@
 | JupyterLab| jupyterlab_pyviz |
 | - |  |
 | 0.33.x| 0.6.0|
-| 0.34.x| 0.6.1|
-| 0.35.x| 0.6.3|
+| 0.34.x| 0.6.1-0.6.2  |
+| 0.35.x| 0.6.3-0.7.1  |
 
 ## Developing the Jupyterlab extension
 
@@ -82,3 +82,6 @@
 Classifier: Topic :: Scientific/Engineering
 Classifier: Topic :: Software Development :: Libraries
 Description-Content-Type: text/markdown
+Provides-Extra: build
+Provides-Extra: tests
+Provides-Extra: all
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyviz_comms-0.7.0/README.md 
new/pyviz_comms-0.7.2/README.md
--- old/pyviz_comms-0.7.0/README.md 2018-12-24 19:56:32.0 +0100
+++ new/pyviz_comms-0.7.2/README.md 2019-03-23 22:06:11.0 +0100
@@ -33,8 +33,8 @@
 | JupyterLab| jupyterlab_pyviz |
 | - |  |
 | 0.33.x| 0.6.0|
-| 0.34.x| 0.6.1|
-| 0.35.x| 0.6.3|
+| 0.34.x| 0.6.1-0.6.2  |
+| 0.35.x| 0.6.3-0.7.1  |
 
 ## Developing the Jupyterlab extension
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyviz_comms-0.7.0/pyviz_comms/.vers

commit python-pyviz-comms for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package python-pyviz-comms for 
openSUSE:Factory checked in at 2019-01-21 10:45:55

Comparing /work/SRC/openSUSE:Factory/python-pyviz-comms (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyviz-comms.new.28833 (New)


Package is "python-pyviz-comms"

Mon Jan 21 10:45:55 2019 rev:2 rq:662844 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyviz-comms/python-pyviz-comms.changes
2018-10-12 13:11:24.919238249 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyviz-comms.new.28833/python-pyviz-comms.changes
 2019-01-21 10:45:57.784341807 +0100
@@ -1,0 +2,11 @@
+Fri Jan  4 16:07:58 UTC 2019 - Todd R 
+
+- Update to version 0.7.0
+  * Send ACK and error messages as metadata
+  * Small fix to handling notebook output
+  * Add warning about installing extension in JupyterLab
+  * Add a pyviz_extension baseclass for other projects
+  * Guard against PyViz not being defined
+  * Updated JLab and classic notebook extensions
+
+---

Old:

  pyviz_comms-0.6.0.tar.gz

New:

  python-pyviz-comms-rpmlintrc
  pyviz_comms-0.7.0.tar.gz



Other differences:
--
++ python-pyviz-comms.spec ++
--- /var/tmp/diff_new_pack.tLW7Sz/_old  2019-01-21 10:46:00.088338972 +0100
+++ /var/tmp/diff_new_pack.tLW7Sz/_new  2019-01-21 10:46:00.092338966 +0100
@@ -17,13 +17,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyviz-comms
-Version:0.6.0
+Version:0.7.0
 Release:0
 License:BSD-3-Clause
 Summary:Tool to launch jobs, organize the output, and dissect the 
results
-Url:http://pyviz.org
+Url:https://github.com/pyviz/pyviz_comms
 Group:  Development/Languages/Python
-Source: 
https://files.pythonhosted.org/packages/source/p/pyviz-comms/pyviz_comms-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/pyviz-comms/pyviz_comms-%{version}.tar.gz
+Source100:  python-pyviz-comms-rpmlintrc
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++ python-pyviz-comms-rpmlintrc ++
addFilter("hidden-file-or-dir .*/pyviz_comms/.version")
++ pyviz_comms-0.6.0.tar.gz -> pyviz_comms-0.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyviz_comms-0.6.0/PKG-INFO 
new/pyviz_comms-0.7.0/PKG-INFO
--- old/pyviz_comms-0.6.0/PKG-INFO  2018-09-03 17:43:09.0 +0200
+++ new/pyviz_comms-0.7.0/PKG-INFO  2018-12-24 20:03:56.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyviz_comms
-Version: 0.6.0
+Version: 0.7.0
 Summary: Launch jobs, organize the output, and dissect the results.
 Home-page: http://pyviz.org
 Author: PyViz developers
@@ -26,6 +26,26 @@
 jupyter labextension install @pyviz/jupyterlab_pyviz
 ```
 
+## Compatibility
+
+The [PyViz](https://github.com/pyviz/pyviz) libraries are generally 
version independent of
+[JupyterLab](https://github.com/jupyterlab/jupyterlab) and the 
``jupyterlab_pyviz`` extension
+has been supported since holoviews 1.10.0 and the first release of 
``pyviz_comms``.
+
+Our goal is that ``jupyterlab_pyviz`` minor releases (using the 
[SemVer](https://semver.org/) pattern) are
+made to follow JupyterLab minor release bumps and micro releases are 
for new ``jupyterlab_pyviz`` features
+or bug fix releases. We've been previously inconsistent with having 
the extension release minor version bumps
+track that of JupyterLab, so users seeking to find extension releases 
that are compatible with their JupyterLab
+installation may refer to the below table.
+
+## Compatible JupyterLab and jupyterlab_bokeh versions
+
+| JupyterLab| jupyterlab_pyviz |
+| - |  |
+| 0.33.x| 0.6.0|
+| 0.34.x| 0.6.1|
+| 0.35.x| 0.6.3|
+
 ## Developing the Jupyterlab extension
 
 For a development install (requires npm version 4 or later), do the 
following in the repository directory:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyviz_comms-0.6.0/README.md 
new/pyviz_comms-0.7.0/README.md
--- old/pyviz_comms-0.6.0/README.md 2018-09-03 17:19:39.0 +0200
+++ new/pyviz_comms-0.7.0/README.md 2018-12-24 19:56:32.0 +0100
@@ -16,6 +16,26 @@
 jupyter labextension install @pyviz/jupyterlab_pyviz
 ```
 
+## Co