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-05-30 12:42:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-client (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-client.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-client"
Mon May 30 12:42:24 2022 rev:10 rq:979260 version:7.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-client/python-jupyter-client.changes
2022-03-14 19:37:07.302130363 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter-client.new.2254/python-jupyter-client.changes
2022-05-30 12:42:52.992305312 +0200
@@ -1,0 +2,45 @@
+Wed May 25 23:15:53 UTC 2022 - Ben Greiner <[email protected]>
+
+- Add jupyter-client-fix787-kernelwarningsfilter.patch
+ * gh#jupyter/jupyter_client#787
+
+-------------------------------------------------------------------
+Wed May 25 15:01:01 UTC 2022 - andy great <[email protected]>
+
+- Disable pytest for signalkernel.py and problemkernel.py because
+ issue with newer ipykernel.
+ https://github.com/jupyter/jupyter_client/issues/787
+- Update to version 7.3.1.
+ * Bugs fixed
+ * Check that channels exist before asking if they are alive
+ #785 (@ccordoba12)
+ * Unicode error correction using Error Handler #779 (@hxawax)
+ * Maintenance and upkeep improvements
+ * Allow bot PRs to be automatically labeled #784 (@blink1073)
+- Update for version 7.3.0
+ * Bugs fixed
+ * Fix shutdown and cleanup behavior #772 (@blink1073)
+ * Maintenance and upkeep improvements
+ * Improve mypy config #769 (@blink1073)
+- Update for version 7.2.2
+ * Maintenance and upkeep improvements
+ * Include py.typed file #766 (@blink1073)
+ * More Cleanup #764 (@blink1073)
+- Update for version 7.2.1
+ * Maintenance and upkeep improvements
+ * Handle Warnings #760 (@blink1073)
+- Update for version 7.2.0
+ * Enhancements made
+ * Update consoleapp.py #733 (@you-n-g)
+ * Bugs fixed
+ * Json packer: handle TypeError and fallback to old json_clean
+ #752 (@martinRenou)
+ * Prefer sending signals to kernel process group #743
+ (@kevin-bates)
+ * Maintenance and upkeep improvements
+ * Mock is not needed #758 (@hroncok)
+ * Add pytest opts and clean up workflows #757 (@blink1073)
+ * Clean up dependency handling #750 (@blink1073)
+ * Use built in run cancellation #742 (@blink1073)
+
+-------------------------------------------------------------------
Old:
----
jupyter_client-7.1.2.tar.gz
New:
----
jupyter-client-fix787-kernelwarningsfilter.patch
jupyter_client-7.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-client.spec ++++++
--- /var/tmp/diff_new_pack.0TbpC4/_old 2022-05-30 12:42:53.600306121 +0200
+++ /var/tmp/diff_new_pack.0TbpC4/_new 2022-05-30 12:42:53.608306132 +0200
@@ -27,23 +27,25 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-jupyter-client%{psuffix}
-Version: 7.1.2
+Version: 7.3.1
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: fdupes
BuildRequires: python-rpm-macros
Requires: jupyter-jupyter_client = %{version}
Requires: python-entrypoints
-Requires: python-jupyter-core >= 4.6.0
-Requires: python-nest-asyncio >= 1.5
-Requires: python-python-dateutil >= 2.1
-Requires: python-pyzmq >= 13
-Requires: python-tornado >= 4.1
+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-tornado >= 6.0
Requires: python-traitlets
Provides: python-jupyter_client = %{version}
Obsoletes: python-jupyter_client < %{version}
++++++ jupyter-client-fix787-kernelwarningsfilter.patch ++++++
--- jupyter-client.orig/pyproject.toml
+++ jupyter-client/pyproject.toml
@@ -53,6 +53,10 @@
# We could eventually find a way to make sure these are only created
# when there is a running event loop.
"ignore:There is no current event loop:DeprecationWarning:zmq",
+
+ # workaround for deprecated modules
+ "ignore:the imp module is deprecated in favour of
importlib:DeprecationWarning",
+ "ignore:The distutils package is deprecated and slated for removal in Python
3.12. Use setuptools or check PEP 632 for potential alternatives"
]
[tool.mypy]
++++++ jupyter_client-7.1.2.tar.gz -> jupyter_client-7.3.1.tar.gz ++++++
++++ 3033 lines of diff (skipped)