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-08-29 09:42:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbclient (Old) and /work/SRC/openSUSE:Factory/.python-nbclient.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbclient" Mon Aug 29 09:42:54 2022 rev:23 rq:999713 version:0.6.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes 2022-07-10 23:15:31.800967181 +0200 +++ /work/SRC/openSUSE:Factory/.python-nbclient.new.2083/python-nbclient.changes 2022-08-29 09:43:09.079824614 +0200 @@ -1,0 +2,6 @@ +Sun Aug 28 20:59:32 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to 0.6.7 + * Fix tests for ipywidgets 8 #246 (@frenzymadness) + +------------------------------------------------------------------- Old: ---- nbclient-0.6.6.tar.gz New: ---- nbclient-0.6.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbclient.spec ++++++ --- /var/tmp/diff_new_pack.dgYms3/_old 2022-08-29 09:43:09.499825612 +0200 +++ /var/tmp/diff_new_pack.dgYms3/_new 2022-08-29 09:43:09.503825621 +0200 @@ -30,7 +30,7 @@ %bcond_with libalternatives %endif Name: python-nbclient%{psuffix} -Version: 0.6.6 +Version: 0.6.7 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause ++++++ nbclient-0.6.6.tar.gz -> nbclient-0.6.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.6.6/.pre-commit-config.yaml new/nbclient-0.6.7/.pre-commit-config.yaml --- old/nbclient-0.6.6/.pre-commit-config.yaml 2022-07-01 11:11:53.000000000 +0200 +++ new/nbclient-0.6.7/.pre-commit-config.yaml 2022-08-23 10:19:18.000000000 +0200 @@ -6,7 +6,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.3.0 hooks: - id: end-of-file-fixer - id: check-case-conflict @@ -22,13 +22,13 @@ - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.32.0 + rev: v2.34.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black @@ -40,7 +40,7 @@ args: [--profile=black] - repo: https://github.com/PyCQA/doc8 - rev: 0.11.1 + rev: 0.11.2 hooks: - id: doc8 args: [--max-line-length=200] @@ -57,7 +57,7 @@ ] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.14.3 + rev: 0.16.2 hooks: - id: check-jsonschema name: "Check GitHub Workflows" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.6.6/CHANGELOG.md new/nbclient-0.6.7/CHANGELOG.md --- old/nbclient-0.6.6/CHANGELOG.md 2022-07-01 11:11:53.000000000 +0200 +++ new/nbclient-0.6.7/CHANGELOG.md 2022-08-23 10:19:18.000000000 +0200 @@ -2,6 +2,23 @@ <!-- <START NEW CHANGELOG ENTRY> --> +## 0.6.7 + +([Full Changelog](https://github.com/jupyter/nbclient/compare/v0.6.6...979fb908dc133cc80a698c74d9b3d9d8af6c7bde)) + +### Merged PRs + +- Fix tests for ipywidgets 8 [#246](https://github.com/jupyter/nbclient/pull/246) ([@frenzymadness](https://github.com/frenzymadness)) +- [pre-commit.ci] pre-commit autoupdate [#236](https://github.com/jupyter/nbclient/pull/236) ([@pre-commit-ci](https://github.com/pre-commit-ci)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/nbclient/graphs/contributors?from=2022-07-01&to=2022-08-23&type=c)) + +[@frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Afrenzymadness+updated%3A2022-07-01..2022-08-23&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Apre-commit-ci+updated%3A2022-07-01..2022-08-23&type=Issues) + +<!-- <END NEW CHANGELOG ENTRY> --> + ## 0.6.6 ([Full Changelog](https://github.com/jupyter/nbclient/compare/v0.6.5...b4a7cebf0238d4fbe814e19afbee8df3f610e80d)) @@ -16,8 +33,6 @@ [@davidbrochart](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adavidbrochart+updated%3A2022-06-30..2022-07-01&type=Issues) -<!-- <END NEW CHANGELOG ENTRY> --> - ## 0.6.5 ([Full Changelog](https://github.com/jupyter/nbclient/compare/v0.6.4...6aed8bec58d69004d3b6687c8bf589f175630f8d)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.6.6/PKG-INFO new/nbclient-0.6.7/PKG-INFO --- old/nbclient-0.6.6/PKG-INFO 2022-07-01 11:12:09.013635400 +0200 +++ new/nbclient-0.6.7/PKG-INFO 2022-08-23 10:19:28.246266000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: nbclient -Version: 0.6.6 +Version: 0.6.7 Summary: A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor. Home-page: https://jupyter.org Author: Jupyter Development Team diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.6.6/nbclient/_version.py new/nbclient-0.6.7/nbclient/_version.py --- old/nbclient-0.6.6/nbclient/_version.py 2022-07-01 11:11:54.000000000 +0200 +++ new/nbclient-0.6.7/nbclient/_version.py 2022-08-23 10:19:19.000000000 +0200 @@ -1,7 +1,7 @@ import re from typing import List, Union -__version__ = "0.6.6" +__version__ = "0.6.7" # Build up version_info tuple for backwards compatibility pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.6.6/nbclient/tests/files/JupyterWidgets.ipynb new/nbclient-0.6.7/nbclient/tests/files/JupyterWidgets.ipynb --- old/nbclient-0.6.6/nbclient/tests/files/JupyterWidgets.ipynb 2022-07-01 11:11:53.000000000 +0200 +++ new/nbclient-0.6.7/nbclient/tests/files/JupyterWidgets.ipynb 2022-08-23 10:19:18.000000000 +0200 @@ -23,7 +23,7 @@ "source": [ "import ipywidgets\n", "label = ipywidgets.Label('Hello World')\n", - "label" + "display(label)" ] }, { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.6.6/nbclient.egg-info/PKG-INFO new/nbclient-0.6.7/nbclient.egg-info/PKG-INFO --- old/nbclient-0.6.6/nbclient.egg-info/PKG-INFO 2022-07-01 11:12:08.000000000 +0200 +++ new/nbclient-0.6.7/nbclient.egg-info/PKG-INFO 2022-08-23 10:19:28.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: nbclient -Version: 0.6.6 +Version: 0.6.7 Summary: A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor. Home-page: https://jupyter.org Author: Jupyter Development Team diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.6.6/nbclient.egg-info/requires.txt new/nbclient-0.6.7/nbclient.egg-info/requires.txt --- old/nbclient-0.6.6/nbclient.egg-info/requires.txt 2022-07-01 11:12:08.000000000 +0200 +++ new/nbclient-0.6.7/nbclient.egg-info/requires.txt 2022-08-23 10:19:28.000000000 +0200 @@ -16,9 +16,10 @@ check-manifest flake8 ipykernel -ipython<8.0.0 -ipywidgets<8.0.0 +ipython +ipywidgets mypy +nbconvert pip>=18.1 pre-commit pytest>=4.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.6.6/pyproject.toml new/nbclient-0.6.7/pyproject.toml --- old/nbclient-0.6.6/pyproject.toml 2022-07-01 11:11:54.000000000 +0200 +++ new/nbclient-0.6.7/pyproject.toml 2022-08-23 10:19:19.000000000 +0200 @@ -70,7 +70,7 @@ ignore = [".mailmap", "*.yml", "*.yaml"] [tool.tbump.version] -current = "0.6.6" +current = "0.6.7" regex = ''' (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) ((?P<channel>a|b|rc|.dev)(?P<release>\d+))? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.6.6/requirements-dev.txt new/nbclient-0.6.7/requirements-dev.txt --- old/nbclient-0.6.6/requirements-dev.txt 2022-07-01 11:11:53.000000000 +0200 +++ new/nbclient-0.6.7/requirements-dev.txt 2022-08-23 10:19:18.000000000 +0200 @@ -2,9 +2,10 @@ check-manifest flake8 ipykernel -ipython<8.0.0 -ipywidgets<8.0.0 +ipython +ipywidgets mypy +nbconvert pip>=18.1 pre-commit pytest>=4.1