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 2023-06-12 15:26:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbclient (Old) and /work/SRC/openSUSE:Factory/.python-nbclient.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbclient" Mon Jun 12 15:26:10 2023 rev:29 rq:1092364 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes 2023-05-02 16:22:29.523043523 +0200 +++ /work/SRC/openSUSE:Factory/.python-nbclient.new.15902/python-nbclient.changes 2023-06-12 15:27:05.559279613 +0200 @@ -1,0 +2,6 @@ +Sun Jun 11 19:57:08 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 0.8.0 + * Bump min version support #287 (@blink1073) + +------------------------------------------------------------------- Old: ---- nbclient-0.7.4.tar.gz New: ---- nbclient-0.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbclient.spec ++++++ --- /var/tmp/diff_new_pack.fTcpAn/_old 2023-06-12 15:27:06.451284890 +0200 +++ /var/tmp/diff_new_pack.fTcpAn/_new 2023-06-12 15:27:06.459284937 +0200 @@ -31,20 +31,20 @@ %endif Name: python-nbclient%{psuffix} -Version: 0.7.4 +Version: 0.8.0 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause URL: https://github.com/jupyter/nbclient Source: https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module hatchling >= 1.10.0} BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-jupyter-client >= 6.1.12 Requires: python-nbformat >= 5.1 -Requires: python-traitlets >= 5.3 +Requires: python-traitlets >= 5.4 Requires: ((python-jupyter-core >= 4.12 with python-jupyter-core < 5) or python-jupyter-core >= 5.1) BuildArch: noarch %if %{with libalternatives} @@ -56,7 +56,7 @@ %endif %if %{with test} BuildRequires: %{python_module flaky} -BuildRequires: %{python_module ipykernel} +BuildRequires: %{python_module ipykernel >= 6.19.3} BuildRequires: %{python_module ipython} BuildRequires: %{python_module ipywidgets} BuildRequires: %{python_module nbclient = %{version}} ++++++ nbclient-0.7.4.tar.gz -> nbclient-0.8.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.7.4/PKG-INFO new/nbclient-0.8.0/PKG-INFO --- old/nbclient-0.7.4/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 +++ new/nbclient-0.8.0/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: nbclient -Version: 0.7.4 +Version: 0.8.0 Summary: A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor. Project-URL: Documentation, https://nbclient.readthedocs.io Project-URL: Funding, https://numfocus.org/ @@ -46,16 +46,15 @@ Classifier: License :: OSI Approved :: BSD License Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 -Requires-Python: >=3.7.0 +Requires-Python: >=3.8.0 Requires-Dist: jupyter-client>=6.1.12 Requires-Dist: jupyter-core!=5.0.*,>=4.12 Requires-Dist: nbformat>=5.1 -Requires-Dist: traitlets>=5.3 +Requires-Dist: traitlets>=5.4 Provides-Extra: dev Requires-Dist: pre-commit; extra == 'dev' Provides-Extra: docs @@ -69,7 +68,7 @@ Requires-Dist: sphinxcontrib-spelling; extra == 'docs' Provides-Extra: test Requires-Dist: flaky; extra == 'test' -Requires-Dist: ipykernel; extra == 'test' +Requires-Dist: ipykernel>=6.19.3; extra == 'test' Requires-Dist: ipython; extra == 'test' Requires-Dist: ipywidgets; extra == 'test' Requires-Dist: nbconvert>=7.0.0; extra == 'test' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.7.4/nbclient/_version.py new/nbclient-0.8.0/nbclient/_version.py --- old/nbclient-0.7.4/nbclient/_version.py 2020-02-02 01:00:00.000000000 +0100 +++ new/nbclient-0.8.0/nbclient/_version.py 2020-02-02 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ import re from typing import List, Union -__version__ = "0.7.4" +__version__ = "0.8.0" # 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.7.4/nbclient/tests/files/Other Comms.ipynb" "new/nbclient-0.8.0/nbclient/tests/files/Other Comms.ipynb" --- "old/nbclient-0.7.4/nbclient/tests/files/Other Comms.ipynb" 2020-02-02 01:00:00.000000000 +0100 +++ "new/nbclient-0.8.0/nbclient/tests/files/Other Comms.ipynb" 2020-02-02 01:00:00.000000000 +0100 @@ -11,7 +11,7 @@ }, "outputs": [], "source": [ - "from ipykernel.comm import Comm" + "from comm import create_comm" ] }, { @@ -25,7 +25,7 @@ }, "outputs": [], "source": [ - "comm = Comm('this-comm-tests-a-missing-handler', data={'id': 'foo'})" + "comm = create_comm('this-comm-tests-a-missing-handler', data={'id': 'foo'})" ] }, { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nbclient-0.7.4/pyproject.toml new/nbclient-0.8.0/pyproject.toml --- old/nbclient-0.7.4/pyproject.toml 2020-02-02 01:00:00.000000000 +0100 +++ new/nbclient-0.8.0/pyproject.toml 2020-02-02 01:00:00.000000000 +0100 @@ -12,7 +12,7 @@ description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor." readme = "README.md" license = { file = "LICENSE" } -requires-python = ">=3.7.0" +requires-python = ">=3.8.0" authors = [ { name = "Jupyter Development Team", email = "jupy...@googlegroups.com" }, ] @@ -29,7 +29,6 @@ "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -39,13 +38,13 @@ "jupyter_client>=6.1.12", "jupyter_core>=4.12,!=5.0.*", "nbformat>=5.1", - "traitlets>=5.3", + "traitlets>=5.4", ] [project.optional-dependencies] test = [ "flaky", - "ipykernel", + "ipykernel>=6.19.3", "ipython", "ipywidgets", "nbconvert>=7.0.0", @@ -116,7 +115,7 @@ "black[jupyter]==22.10.0", "mdformat>0.7", "mdformat-gfm>=0.3.5", - "ruff==0.0.254" + "ruff==0.0.263" ] detached = true [tool.hatch.envs.lint.scripts]