Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-nbclient for openSUSE:Factory checked in at 2022-06-07 11:45:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbclient (Old) and /work/SRC/openSUSE:Factory/.python-nbclient.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbclient" Tue Jun 7 11:45:02 2022 rev:21 rq:980915 version:0.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes 2022-03-12 17:16:05.050347744 +0100 +++ /work/SRC/openSUSE:Factory/.python-nbclient.new.1548/python-nbclient.changes 2022-06-07 11:45:10.207233668 +0200 @@ -1,0 +2,42 @@ +Sun Jun 5 16:49:53 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Fix test requirements + +------------------------------------------------------------------- +Sat Jun 4 23:14:53 UTC 2022 - Arun Persaud <a...@gmx.de> + +- specfile: + * update requirements + +- update to version 0.6.4: + * Merged PRs + + Make sure kernel is cleaned up in case an error occurred while + starting kernel client #234 (@CiprianAnton) + + Suppress most warnings in tests #232 (@davidbrochart) + +- changes from version 0.6.3: + * Bugs fixed + + Clean up docs and typings #230 (@blink1073) + * Documentation improvements + + Clean up docs and typings #230 (@blink1073) + +- changes from version 0.6.2: + * Merged PRs + + Fix documentation generation #228 (@davidbrochart) + +- changes from version 0.6.1: + * Merged PRs + + [pre-commit.ci] pre-commit autoupdate #225 (@pre-commit-ci) + + Add error_on_interrupt trait #224 (@davidbrochart) + + Fix typo #223 (@davidbrochart) + + Add on_cell_executed hook #222 (@davidbrochart) + +- changes from version 0.6.0: + * Maintenance and upkeep improvements + + Fix typings and update mypy settings #220 (@blink1073) + + Add missing dep on testpath #219 (@blink1073) + + Add more pre-commit hooks and update flake8 #218 (@blink1073) + * Documentation improvements + + Clean up docs handling #216 (@blink1073) + +------------------------------------------------------------------- Old: ---- nbclient-0.5.13.tar.gz New: ---- nbclient-0.6.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbclient.spec ++++++ --- /var/tmp/diff_new_pack.2udLN7/_old 2022-06-07 11:45:11.735235751 +0200 +++ /var/tmp/diff_new_pack.2udLN7/_new 2022-06-07 11:45:11.739235756 +0200 @@ -29,10 +29,9 @@ %else %bcond_with libalternatives %endif -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 + Name: python-nbclient%{psuffix} -Version: 0.5.13 +Version: 0.6.4 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause @@ -45,7 +44,7 @@ Requires: python-jupyter-client >= 6.1.5 Requires: python-nbformat >= 5.0 Requires: python-nest-asyncio -Requires: python-traitlets >= 5.0 +Requires: python-traitlets >= 5.2.2 BuildArch: noarch %if %{with libalternatives} BuildRequires: alts @@ -57,10 +56,11 @@ %if %{with test} BuildRequires: %{python_module ipykernel} BuildRequires: %{python_module ipython} -BuildRequires: %{python_module ipywidgets < 8} +BuildRequires: %{python_module ipywidgets} BuildRequires: %{python_module nbclient = %{version}} BuildRequires: %{python_module pytest >= 4.1} BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module testpath} BuildRequires: %{python_module xmltodict} %endif %python_subpackages ++++++ nbclient-0.5.13.tar.gz -> nbclient-0.6.4.tar.gz ++++++ ++++ 1798 lines of diff (skipped)