From a3075c8016456d727b28829949630e3c565712cdceae5db09ed32950de286f37 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 4 Jan 2019 16:16:46 +0000 Subject: [PATCH] Accepting request 662843 from home:TheBlackCat:branches:devel:languages:python:numeric - 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 OBS-URL: https://build.opensuse.org/request/show/662843 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyviz-comms?expand=0&rev=6 --- python-pyviz-comms-rpmlintrc | 1 + python-pyviz-comms.changes | 11 +++++++++++ python-pyviz-comms.spec | 7 ++++--- pyviz_comms-0.6.0.tar.gz | 3 --- pyviz_comms-0.7.0.tar.gz | 3 +++ 5 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 python-pyviz-comms-rpmlintrc delete mode 100644 pyviz_comms-0.6.0.tar.gz create mode 100644 pyviz_comms-0.7.0.tar.gz diff --git a/python-pyviz-comms-rpmlintrc b/python-pyviz-comms-rpmlintrc new file mode 100644 index 0000000..ce13201 --- /dev/null +++ b/python-pyviz-comms-rpmlintrc @@ -0,0 +1 @@ +addFilter("hidden-file-or-dir .*/pyviz_comms/.version") diff --git a/python-pyviz-comms.changes b/python-pyviz-comms.changes index 95bb1b9..82420fa 100644 --- a/python-pyviz-comms.changes +++ b/python-pyviz-comms.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Thu Oct 11 14:53:57 UTC 2018 - Todd R diff --git a/python-pyviz-comms.spec b/python-pyviz-comms.spec index 3c0cb29..340f058 100644 --- a/python-pyviz-comms.spec +++ b/python-pyviz-comms.spec @@ -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 diff --git a/pyviz_comms-0.6.0.tar.gz b/pyviz_comms-0.6.0.tar.gz deleted file mode 100644 index b158f59..0000000 --- a/pyviz_comms-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be3cd85b1c6cf842d7cac7db0428bf015d16d0ea33e0767d602061cf6964a51a -size 8529 diff --git a/pyviz_comms-0.7.0.tar.gz b/pyviz_comms-0.7.0.tar.gz new file mode 100644 index 0000000..44139e8 --- /dev/null +++ b/pyviz_comms-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad4ff0c2166f0296ee070049ce21341f868f907003714eb6eaf1630ea8e241a +size 9384