Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyviz-comms for openSUSE:Factory checked in at 2023-01-17 17:35:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyviz-comms (Old) and /work/SRC/openSUSE:Factory/.python-pyviz-comms.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyviz-comms" Tue Jan 17 17:35:13 2023 rev:7 rq:1058772 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyviz-comms/python-pyviz-comms.changes 2020-07-16 12:16:48.198864656 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyviz-comms.new.32243/python-pyviz-comms.changes 2023-01-17 17:35:23.673209191 +0100 @@ -1,0 +2,33 @@ +Sat Jan 14 13:11:24 UTC 2023 - Ben Greiner <c...@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 + +------------------------------------------------------------------- Old: ---- pyviz_comms-0.7.6.tar.gz New: ---- pyviz_comms-2.2.1-gh.tar.gz pyviz_comms-2.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyviz-comms.spec ++++++ --- /var/tmp/diff_new_pack.kIQyIY/_old 2023-01-17 17:35:24.769215550 +0100 +++ /var/tmp/diff_new_pack.kIQyIY/_new 2023-01-17 17:35:24.773215573 +0100 @@ -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 @@ %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 ++++++ python-pyviz-comms-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.kIQyIY/_old 2023-01-17 17:35:24.809215782 +0100 +++ /var/tmp/diff_new_pack.kIQyIY/_new 2023-01-17 17:35:24.813215805 +0100 @@ -1,2 +1,4 @@ -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") +(No newline at EOF) ++++++ pyviz_comms-0.7.6.tar.gz -> pyviz_comms-2.2.1.tar.gz ++++++ ++++ 2318 lines of diff (skipped)