forked from pool/python-pyviz-comms
Accepting request 1058370 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 2.2.1 * no release notes: adds tests, bumps js versions - Version 2.2.0 * Bump url-parse from 1.5.1 to 1.5.10 by @dependabot in #86 * Track execution counts of extensions by @philippjfr in #87 * Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #92 * Bump jquery-ui from 1.12.1 to 1.13.1 by @dependabot in #91 * Bump nanoid from 3.1.23 to 3.3.1 by @dependabot in #90 * Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #89 * Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #88 * Install the tests options in the build workflow by @maximlt in #95 - Version 2.1.0 * Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #82 * Implement JupyterLab Panel Preview by @philippjfr in #79 - Version 2.0.2 * Bump ssri from 8.0.0 to 8.0.1 by @dependabot in #74 * Bump underscore from 1.12.0 to 1.13.1 by @dependabot in #75 * Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #76 * Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #77 * Bump normalize-url from 4.5.0 to 4.5.1 by @dependabot in #81 * Bump browserslist from 4.16.0 to 4.16.6 by @dependabot in #78 * Bump ws from 7.4.1 to 7.4.6 by @dependabot in #80 - Version 2.0.0 * Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #65 * Fix build by @philippjfr in #69 * Bump ini from 1.3.5 to 1.3.8 by @dependabot in #70 * Bundle labextension for JupyterLab>=3.0 support by @philippjfr in #72 OBS-URL: https://build.opensuse.org/request/show/1058370 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyviz-comms?expand=0&rev=16
This commit is contained in:
@@ -1 +1,2 @@
|
||||
addFilter("hidden-file-or-dir .*/pyviz_comms/.version")
|
||||
addFilter("backup-file-in-package .*/pyviz_comms.*package.json.orig")
|
||||
addFilter("filelist-forbidden .*/pyviz_comms.*package.json.orig")
|
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 14 13:11:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 2.2.1
|
||||
* no release notes: adds tests, bumps js versions
|
||||
- Version 2.2.0
|
||||
* Bump url-parse from 1.5.1 to 1.5.10 by @dependabot in #86
|
||||
* Track execution counts of extensions by @philippjfr in #87
|
||||
* Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #92
|
||||
* Bump jquery-ui from 1.12.1 to 1.13.1 by @dependabot in #91
|
||||
* Bump nanoid from 3.1.23 to 3.3.1 by @dependabot in #90
|
||||
* Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #89
|
||||
* Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #88
|
||||
* Install the tests options in the build workflow by @maximlt in
|
||||
#95
|
||||
- Version 2.1.0
|
||||
* Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #82
|
||||
* Implement JupyterLab Panel Preview by @philippjfr in #79
|
||||
- Version 2.0.2
|
||||
* Bump ssri from 8.0.0 to 8.0.1 by @dependabot in #74
|
||||
* Bump underscore from 1.12.0 to 1.13.1 by @dependabot in #75
|
||||
* Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #76
|
||||
* Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #77
|
||||
* Bump normalize-url from 4.5.0 to 4.5.1 by @dependabot in #81
|
||||
* Bump browserslist from 4.16.0 to 4.16.6 by @dependabot in #78
|
||||
* Bump ws from 7.4.1 to 7.4.6 by @dependabot in #80
|
||||
- Version 2.0.0
|
||||
* Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #65
|
||||
* Fix build by @philippjfr in #69
|
||||
* Bump ini from 1.3.5 to 1.3.8 by @dependabot in #70
|
||||
* Bundle labextension for JupyterLab>=3.0 support by @philippjfr
|
||||
in #72
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 14 15:02:40 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyviz-comms
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,23 +16,29 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pyviz-comms
|
||||
Version: 0.7.6
|
||||
Version: 2.2.1
|
||||
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
|
||||
# For the bundled JS files
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/pyviz_comms/pyviz_comms-%{version}.tar.gz
|
||||
# For the tests
|
||||
Source1: https://github.com/holoviz/pyviz_comms/archive/refs/tags/v%{version}.tar.gz#/pyviz_comms-%{version}-gh.tar.gz
|
||||
Source100: python-pyviz-comms-rpmlintrc
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-param >= 1.6.0
|
||||
Requires: python-param
|
||||
Provides: python-pyviz_comms = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module param >= 1.6.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module param}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
@@ -43,17 +49,22 @@ classic notebook and Jupyterlab.
|
||||
|
||||
%prep
|
||||
%setup -q -n pyviz_comms-%{version}
|
||||
tar -x -f %{SOURCE1} --strip-components=1 pyviz_comms-%{version}/pyviz_comms/tests/
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%doc README.md
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/pyviz_comms
|
||||
%{python_sitelib}/pyviz_comms-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd9649a9ea9dfcb9b34d78f9a64e1870aa8b6b94de546e2c99c6bb53d64ab5d1
|
||||
size 11087
|
3
pyviz_comms-2.2.1-gh.tar.gz
Normal file
3
pyviz_comms-2.2.1-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:130ac87d1d93590ef69ab92f05afc8a0e1f6c0fc48af601e5c6bb530a6014fa3
|
||||
size 24789
|
3
pyviz_comms-2.2.1.tar.gz
Normal file
3
pyviz_comms-2.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a26145b8ce43d2d934b3c6826d77b913ce105c528eb2e494c890b3e3525ddf33
|
||||
size 32032
|
Reference in New Issue
Block a user