Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jupyter-client for openSUSE:Factory checked in at 2022-07-07 12:56:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jupyter-client (Old) and /work/SRC/openSUSE:Factory/.python-jupyter-client.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-client" Thu Jul 7 12:56:01 2022 rev:11 rq:986713 version:7.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jupyter-client/python-jupyter-client.changes 2022-05-30 12:42:52.992305312 +0200 +++ /work/SRC/openSUSE:Factory/.python-jupyter-client.new.1523/python-jupyter-client.changes 2022-07-07 12:56:02.735205479 +0200 @@ -1,0 +2,13 @@ +Tue Jun 28 18:51:36 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to version 7.3.4 + * Revert latest changes to ThreadedZMQSocketChannel because they + break Qtconsole #803 (@ccordoba12) + * Add local-provisioner entry point to pyproject.toml Fixes #800 + #801 (@utkonos) + * Correct Any type annotations. #791 (@joouha) + * Use hatch backend #789 (@blink1073) +- Remove jupyter-client-fix787-kernelwarningsfilter.patch, we + updated the ipykernel instead. + +------------------------------------------------------------------- Old: ---- jupyter-client-fix787-kernelwarningsfilter.patch jupyter_client-7.3.1.tar.gz New: ---- jupyter_client-7.3.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jupyter-client.spec ++++++ --- /var/tmp/diff_new_pack.fjsxqF/_old 2022-07-07 12:56:03.895207206 +0200 +++ /var/tmp/diff_new_pack.fjsxqF/_new 2022-07-07 12:56:03.903207218 +0200 @@ -27,16 +27,15 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-jupyter-client%{psuffix} -Version: 7.3.1 +Version: 7.3.4 Release: 0 Summary: Jupyter protocol implementation and client libraries License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/jupyter/jupyter_client Source: https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-%{version}.tar.gz -# PATCH-FIX-UPSTREAM -Patch0: jupyter-client-fix787-kernelwarningsfilter.patch -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: jupyter-jupyter_client = %{version} @@ -44,17 +43,18 @@ Requires: python-jupyter-core >= 4.9.2 Requires: python-nest-asyncio >= 1.5.4 Requires: python-python-dateutil >= 2.8.2 -Requires: python-pyzmq >= 22.3 +Requires: python-pyzmq >= 23.0 Requires: python-tornado >= 6.0 Requires: python-traitlets Provides: python-jupyter_client = %{version} Obsoletes: python-jupyter_client < %{version} BuildArch: noarch %if %{with test} -BuildRequires: %{python_module ipykernel} +# gh#jupyter/jupyter_client#787 +BuildRequires: %{python_module ipykernel >= 6.13} BuildRequires: %{python_module ipython} BuildRequires: %{python_module jupyter-client = %{version}} -BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest-asyncio >= 0.18} BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} # flaky is not an upstream dep, but for obs flakyness of parallel kernel test @@ -91,13 +91,14 @@ %prep %autosetup -p1 -n jupyter_client-%{version} +sed -i 's/--color=yes//' pyproject.toml %build -%python_build +%pyproject_wheel %install %if !%{with test} -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif ++++++ jupyter_client-7.3.1.tar.gz -> jupyter_client-7.3.4.tar.gz ++++++ ++++ 1715 lines of diff (skipped)