17
0
Files
python-pyviz-comms/python-pyviz-comms.spec
Todd R cbcb58b209 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
2019-01-04 16:16:46 +00:00

60 lines
1.9 KiB
RPMSpec

#
# spec file for package python-pyviz-comms
#
# Copyright (c) 2018 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyviz-comms
Version: 0.7.0
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
Group: Development/Languages/Python
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
# SECTION test requirements
BuildRequires: %{python_module param >= 1.6.0}
# /SECTION
Requires: python-param >= 1.6.0
BuildArch: noarch
%python_subpackages
%description
PyViz-Comms offers a simple bidirectional communication architecture
for PyViz tools including support for Jupyter comms in both the
classic notebook and Jupyterlab.
%prep
%setup -q -n pyviz_comms-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%license LICENSE.txt
%doc README.md
%{python_sitelib}/*
%changelog