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-03-10 22:45:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbclient (Old) and /work/SRC/openSUSE:Factory/.python-nbclient.new.2349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbclient" Thu Mar 10 22:45:26 2022 rev:19 rq:960707 version:0.5.12 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes 2022-02-28 19:44:12.237955572 +0100 +++ /work/SRC/openSUSE:Factory/.python-nbclient.new.2349/python-nbclient.changes 2022-03-11 11:32:44.994019774 +0100 @@ -1,0 +2,11 @@ +Wed Mar 9 16:47:55 UTC 2022 - Arun Persaud <a...@gmx.de> + +* specfile: + * update version requirement for traitlets + +- update to version 0.5.12: + * Merged PRs + + Require traitlets>=5.0.0 #204 (@davidbrochart) + + Extend the ignored part of IPython outputs #202 (@frenzymadness) + +------------------------------------------------------------------- Old: ---- nbclient-0.5.11.tar.gz New: ---- nbclient-0.5.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbclient.spec ++++++ --- /var/tmp/diff_new_pack.Ib2BwG/_old 2022-03-11 11:32:46.482021520 +0100 +++ /var/tmp/diff_new_pack.Ib2BwG/_new 2022-03-11 11:32:46.486021524 +0100 @@ -32,7 +32,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-nbclient%{psuffix} -Version: 0.5.11 +Version: 0.5.12 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause @@ -45,7 +45,7 @@ Requires: python-jupyter-client >= 6.1.5 Requires: python-nbformat >= 5.0 Requires: python-nest-asyncio -Requires: python-traitlets >= 4.2 +Requires: python-traitlets >= 5.0 BuildArch: noarch %if %{with libalternatives} BuildRequires: alts ++++++ nbclient-0.5.11.tar.gz -> nbclient-0.5.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.5.11/CHANGELOG.md new/nbclient-0.5.12/CHANGELOG.md --- old/nbclient-0.5.11/CHANGELOG.md 2022-02-14 20:49:07.000000000 +0100 +++ new/nbclient-0.5.12/CHANGELOG.md 2022-03-06 20:07:33.000000000 +0100 @@ -2,6 +2,23 @@ <!-- <START NEW CHANGELOG ENTRY> --> +## 0.5.12 + +([Full Changelog](https://github.com/jupyter/nbclient/compare/v0.5.11...d20e29e803e5a22379f7a1356e7cf55d4649e9cb)) + +### Merged PRs + +- Require traitlets>=5.0.0 [#204](https://github.com/jupyter/nbclient/pull/204) ([@davidbrochart](https://github.com/davidbrochart)) +- Extend the ignored part of IPython outputs [#202](https://github.com/jupyter/nbclient/pull/202) ([@frenzymadness](https://github.com/frenzymadness)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/nbclient/graphs/contributors?from=2022-02-14&to=2022-03-06&type=c)) + +[@davidbrochart](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adavidbrochart+updated%3A2022-02-14..2022-03-06&type=Issues) | [@frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Afrenzymadness+updated%3A2022-02-14..2022-03-06&type=Issues) + +<!-- <END NEW CHANGELOG ENTRY> --> + ## 0.5.11 ([Full Changelog](https://github.com/jupyter/nbclient/compare/v0.5.10...050c7da89a98159e6361b1ad0dbefd215db5f816)) @@ -18,8 +35,6 @@ [@davidbrochart](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adavidbrochart+updated%3A2022-01-13..2022-02-14&type=Issues) | [@devintang3](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adevintang3+updated%3A2022-01-13..2022-02-14&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Akevin-bates+updated%3A2022-01-13..2022-02-14&type=Issues) -<!-- <END NEW CHANGELOG ENTRY> --> - ## 0.5.10 ([Full Changelog](https://github.com/jupyter/nbclient/compare/v0.5.9...e82c5d8d064ac1097f4e12f387b4c47ea5c576ff)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.5.11/PKG-INFO new/nbclient-0.5.12/PKG-INFO --- old/nbclient-0.5.11/PKG-INFO 2022-02-14 20:49:44.258455500 +0100 +++ new/nbclient-0.5.12/PKG-INFO 2022-03-06 20:08:11.306576700 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: nbclient -Version: 0.5.11 +Version: 0.5.12 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.5.11/nbclient/_version.py new/nbclient-0.5.12/nbclient/_version.py --- old/nbclient-0.5.11/nbclient/_version.py 2022-02-14 20:49:29.000000000 +0100 +++ new/nbclient-0.5.12/nbclient/_version.py 2022-03-06 20:07:55.000000000 +0100 @@ -1,7 +1,7 @@ import re from typing import List, Union -__version__ = "0.5.11" +__version__ = "0.5.12" # 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.5.11/nbclient/tests/test_client.py new/nbclient-0.5.12/nbclient/tests/test_client.py --- old/nbclient-0.5.11/nbclient/tests/test_client.py 2022-02-14 20:49:07.000000000 +0100 +++ new/nbclient-0.5.12/nbclient/tests/test_client.py 2022-03-06 20:07:33.000000000 +0100 @@ -28,10 +28,14 @@ addr_pat = re.compile(r'0x[0-9a-f]{7,9}') current_dir = os.path.dirname(__file__) -ipython_input_pat = re.compile(r'<ipython-input-\d+-[0-9a-f]+>') +ipython_input_pat = re.compile( + r'(<ipython-input-\d+-[0-9a-f]+>|<IPY-INPUT>) in (<module>|<cell line: \d>\(\))' +) # Tracebacks look different in IPython 8, # see: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version8.rst#traceback-improvements # noqa -ipython8_input_pat = re.compile(r'Input In \[\d+\],') +ipython8_input_pat = re.compile( + r'(Input In \[\d+\]|<IPY-INPUT>), in (<module>|<cell line: \d>\(\))' +) hook_methods = [ "on_cell_start", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.5.11/nbclient.egg-info/PKG-INFO new/nbclient-0.5.12/nbclient.egg-info/PKG-INFO --- old/nbclient-0.5.11/nbclient.egg-info/PKG-INFO 2022-02-14 20:49:43.000000000 +0100 +++ new/nbclient-0.5.12/nbclient.egg-info/PKG-INFO 2022-03-06 20:08:10.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: nbclient -Version: 0.5.11 +Version: 0.5.12 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.5.11/nbclient.egg-info/requires.txt new/nbclient-0.5.12/nbclient.egg-info/requires.txt --- old/nbclient-0.5.11/nbclient.egg-info/requires.txt 2022-02-14 20:49:44.000000000 +0100 +++ new/nbclient-0.5.12/nbclient.egg-info/requires.txt 2022-03-06 20:08:11.000000000 +0100 @@ -1,4 +1,4 @@ -traitlets>=4.2 +traitlets>=5.0.0 jupyter_client>=6.1.5 nbformat>=5.0 nest_asyncio diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.5.11/pyproject.toml new/nbclient-0.5.12/pyproject.toml --- old/nbclient-0.5.11/pyproject.toml 2022-02-14 20:49:29.000000000 +0100 +++ new/nbclient-0.5.12/pyproject.toml 2022-03-06 20:07:55.000000000 +0100 @@ -53,7 +53,7 @@ ignore = [".mailmap", "*.yml", "*.yaml"] [tool.tbump.version] -current = "0.5.11" +current = "0.5.12" 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.5.11/requirements.txt new/nbclient-0.5.12/requirements.txt --- old/nbclient-0.5.11/requirements.txt 2022-02-14 20:49:07.000000000 +0100 +++ new/nbclient-0.5.12/requirements.txt 2022-03-06 20:07:33.000000000 +0100 @@ -1,4 +1,4 @@ -traitlets>=4.2 +traitlets>=5.0.0 jupyter_client>=6.1.5 nbformat>=5.0 nest_asyncio