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-07-10 23:15:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbclient (Old) and /work/SRC/openSUSE:Factory/.python-nbclient.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbclient" Sun Jul 10 23:15:25 2022 rev:22 rq:988045 version:0.6.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes 2022-06-07 11:45:10.207233668 +0200 +++ /work/SRC/openSUSE:Factory/.python-nbclient.new.1523/python-nbclient.changes 2022-07-10 23:15:31.800967181 +0200 @@ -1,0 +2,12 @@ +Sat Jul 9 13:26:33 UTC 2022 - Arun Persaud <a...@gmx.de> + +- update to version 0.6.6: + * Merged PRs + + Start new client if needed in blocking setup_kernel #241 + (@davidbrochart) + +- changes from version 0.6.5: + * Merged PRs + + Start new client if needed #239 (@davidbrochart) + +------------------------------------------------------------------- Old: ---- nbclient-0.6.4.tar.gz New: ---- nbclient-0.6.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbclient.spec ++++++ --- /var/tmp/diff_new_pack.R8H6Cc/_old 2022-07-10 23:15:32.240967854 +0200 +++ /var/tmp/diff_new_pack.R8H6Cc/_new 2022-07-10 23:15:32.244967860 +0200 @@ -29,9 +29,8 @@ %else %bcond_with libalternatives %endif - Name: python-nbclient%{psuffix} -Version: 0.6.4 +Version: 0.6.6 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause ++++++ nbclient-0.6.4.tar.gz -> nbclient-0.6.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.6.4/CHANGELOG.md new/nbclient-0.6.6/CHANGELOG.md --- old/nbclient-0.6.4/CHANGELOG.md 2022-06-01 00:18:07.000000000 +0200 +++ new/nbclient-0.6.6/CHANGELOG.md 2022-07-01 11:11:53.000000000 +0200 @@ -2,6 +2,36 @@ <!-- <START NEW CHANGELOG ENTRY> --> +## 0.6.6 + +([Full Changelog](https://github.com/jupyter/nbclient/compare/v0.6.5...b4a7cebf0238d4fbe814e19afbee8df3f610e80d)) + +### Merged PRs + +- Start new client if needed in blocking setup_kernel [#241](https://github.com/jupyter/nbclient/pull/241) ([@davidbrochart](https://github.com/davidbrochart)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/nbclient/graphs/contributors?from=2022-06-30&to=2022-07-01&type=c)) + +[@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)) + +### Merged PRs + +- Start new client if needed [#239](https://github.com/jupyter/nbclient/pull/239) ([@davidbrochart](https://github.com/davidbrochart)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/nbclient/graphs/contributors?from=2022-05-31&to=2022-06-30&type=c)) + +[@davidbrochart](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adavidbrochart+updated%3A2022-05-31..2022-06-30&type=Issues) + ## 0.6.4 ([Full Changelog](https://github.com/jupyter/nbclient/compare/v0.6.3...01465b8d8597efa81f54f713ad3944fe963ab453)) @@ -17,8 +47,6 @@ [@CiprianAnton](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3ACiprianAnton+updated%3A2022-05-09..2022-05-31&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adavidbrochart+updated%3A2022-05-09..2022-05-31&type=Issues) -<!-- <END NEW CHANGELOG ENTRY> --> - ## 0.6.3 ([Full Changelog](https://github.com/jupyter/nbclient/compare/v0.6.2...61d36ce423b00231833c737f59041f33d72a7bb3)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.6.4/PKG-INFO new/nbclient-0.6.6/PKG-INFO --- old/nbclient-0.6.4/PKG-INFO 2022-06-01 00:18:22.189013700 +0200 +++ new/nbclient-0.6.6/PKG-INFO 2022-07-01 11:12:09.013635400 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: nbclient -Version: 0.6.4 +Version: 0.6.6 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.4/nbclient/_version.py new/nbclient-0.6.6/nbclient/_version.py --- old/nbclient-0.6.4/nbclient/_version.py 2022-06-01 00:18:08.000000000 +0200 +++ new/nbclient-0.6.6/nbclient/_version.py 2022-07-01 11:11:54.000000000 +0200 @@ -1,7 +1,7 @@ import re from typing import List, Union -__version__ = "0.6.4" +__version__ = "0.6.6" # 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.4/nbclient/client.py new/nbclient-0.6.6/nbclient/client.py --- old/nbclient-0.6.4/nbclient/client.py 2022-06-01 00:18:07.000000000 +0200 +++ new/nbclient-0.6.6/nbclient/client.py 2022-07-01 11:11:53.000000000 +0200 @@ -597,7 +597,10 @@ if not self.km.has_kernel: self.start_new_kernel(**kwargs) + + if self.kc is None: self.start_new_kernel_client() + try: yield finally: @@ -641,7 +644,10 @@ if not self.km.has_kernel: await self.async_start_new_kernel(**kwargs) + + if self.kc is None: await self.async_start_new_kernel_client() + try: yield except RuntimeError as e: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.6.4/nbclient.egg-info/PKG-INFO new/nbclient-0.6.6/nbclient.egg-info/PKG-INFO --- old/nbclient-0.6.4/nbclient.egg-info/PKG-INFO 2022-06-01 00:18:21.000000000 +0200 +++ new/nbclient-0.6.6/nbclient.egg-info/PKG-INFO 2022-07-01 11:12:08.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: nbclient -Version: 0.6.4 +Version: 0.6.6 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.4/pyproject.toml new/nbclient-0.6.6/pyproject.toml --- old/nbclient-0.6.4/pyproject.toml 2022-06-01 00:18:08.000000000 +0200 +++ new/nbclient-0.6.6/pyproject.toml 2022-07-01 11:11:54.000000000 +0200 @@ -70,7 +70,7 @@ ignore = [".mailmap", "*.yml", "*.yaml"] [tool.tbump.version] -current = "0.6.4" +current = "0.6.6" regex = ''' (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) ((?P<channel>a|b|rc|.dev)(?P<release>\d+))?