Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ipykernel for 
openSUSE:Factory checked in at 2022-10-27 13:52:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipykernel (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipykernel.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipykernel"

Thu Oct 27 13:52:24 2022 rev:30 rq:1031304 version:6.16.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipykernel/python-ipykernel.changes        
2022-10-23 16:33:19.879289942 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipykernel.new.2275/python-ipykernel.changes  
    2022-10-27 13:52:35.244084239 +0200
@@ -1,0 +2,7 @@
+Wed Oct 26 08:13:32 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to version 6.16.2
+  * Fix failing test and update matrix #1010 (@blink1073)
+- Disable debugger tests
+
+-------------------------------------------------------------------

Old:
----
  ipykernel-6.16.1.tar.gz

New:
----
  ipykernel-6.16.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ipykernel.spec ++++++
--- /var/tmp/diff_new_pack.zMOOON/_old  2022-10-27 13:52:35.924087644 +0200
+++ /var/tmp/diff_new_pack.zMOOON/_new  2022-10-27 13:52:35.936087704 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-ipykernel
-Version:        6.16.1
+Version:        6.16.2
 Release:        0
 Summary:        IPython Kernel for Jupyter
 License:        BSD-3-Clause
@@ -65,11 +65,10 @@
 Requires:       python-traitlets >= 5.1.0
 # /SECTION
 # SECTION test requirements
-BuildRequires:  %{python_module curio}
 BuildRequires:  %{python_module flaky}
-BuildRequires:  %{python_module pytest >= 6.0}
+BuildRequires:  %{python_module matplotlib}
+BuildRequires:  %{python_module pytest >= 7.0}
 BuildRequires:  %{python_module pytest-timeout}
-BuildRequires:  %{python_module trio}
 # we don't want ipyparallel and its dependencies in Ring1, see below
 #BuildRequires:  #{python_module ipyparallel}
 # /SECTION
@@ -112,7 +111,9 @@
 %check
 # flaky: bad timings in obs often cause this to fail
 donttest="test_shutdown_subprocesses"
-%pytest -k "not ($donttest)"
+# fails in obs setups
+ignoretests="--ignore ipykernel/tests/test_debugger.py"
+%pytest -k "not ($donttest)" $ignoretests
 
 %files %{python_files}
 %doc README.md

++++++ ipykernel-6.16.1.tar.gz -> ipykernel-6.16.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.16.1/.github/workflows/ci.yml 
new/ipykernel-6.16.2/.github/workflows/ci.yml
--- old/ipykernel-6.16.1/.github/workflows/ci.yml       2020-02-02 
01:00:00.000000000 +0100
+++ new/ipykernel-6.16.2/.github/workflows/ci.yml       2020-02-02 
01:00:00.000000000 +0100
@@ -20,15 +20,18 @@
       fail-fast: false
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
-        python-version: ["3.7", "3.10"]
+        python-version: ["3.7", "3.11"]
+        exclude:
+           - os: macos-latest
+             python-version: "3.11"  # not yet available
         include:
           - os: windows-latest
             python-version: "3.9"
           - os: ubuntu-latest
             python-version: "pypy-3.7"
-          - os: ubuntu-latest
-            python-version: "3.11-dev"
           - os: macos-latest
+            python-version: "3.10"
+          - os: ubuntu-latest
             python-version: "3.8"
     steps:
       - name: Checkout
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.16.1/.pre-commit-config.yaml 
new/ipykernel-6.16.2/.pre-commit-config.yaml
--- old/ipykernel-6.16.1/.pre-commit-config.yaml        2020-02-02 
01:00:00.000000000 +0100
+++ new/ipykernel-6.16.2/.pre-commit-config.yaml        2020-02-02 
01:00:00.000000000 +0100
@@ -73,13 +73,13 @@
         stages: [manual]
 
   - repo: https://github.com/pre-commit/mirrors-eslint
-    rev: v8.25.0
+    rev: v8.26.0
     hooks:
       - id: eslint
         stages: [manual]
 
   - repo: https://github.com/sirosen/check-jsonschema
-    rev: 0.18.3
+    rev: 0.18.4
     hooks:
       - id: check-jsonschema
         name: "Check GitHub Workflows"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.16.1/CHANGELOG.md 
new/ipykernel-6.16.2/CHANGELOG.md
--- old/ipykernel-6.16.1/CHANGELOG.md   2020-02-02 01:00:00.000000000 +0100
+++ new/ipykernel-6.16.2/CHANGELOG.md   2020-02-02 01:00:00.000000000 +0100
@@ -2,6 +2,22 @@
 
 <!-- <START NEW CHANGELOG ENTRY> -->
 
+## 6.16.2
+
+([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.16.1...99706182995e0fd5431965d4c9d96a8ce7afae12))
+
+### Maintenance and upkeep improvements
+
+- Fix failing test and update matrix 
[#1010](https://github.com/ipython/ipykernel/pull/1010) 
([@blink1073](https://github.com/blink1073))
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-10-20&to=2022-10-25&type=c))
+
+[@blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-10-20..2022-10-25&type=Issues)
 | 
[@pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-10-20..2022-10-25&type=Issues)
+
+<!-- <END NEW CHANGELOG ENTRY> -->
+
 ## 6.16.1
 
 ([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.16.0...632a1ba3892bed707e1ee19fe1344e92475e19c9))
@@ -21,8 +37,6 @@
 
 
[@blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-09-26..2022-10-20&type=Issues)
 | 
[@impact27](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aimpact27+updated%3A2022-09-26..2022-10-20&type=Issues)
 | 
[@pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-09-26..2022-10-20&type=Issues)
 
-<!-- <END NEW CHANGELOG ENTRY> -->
-
 ## 6.16.0
 
 ([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.15.3...92292ad9d844e594e9c97f7f391149023e58de9e))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.16.1/PKG-INFO 
new/ipykernel-6.16.2/PKG-INFO
--- old/ipykernel-6.16.1/PKG-INFO       2020-02-02 01:00:00.000000000 +0100
+++ new/ipykernel-6.16.2/PKG-INFO       2020-02-02 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: ipykernel
-Version: 6.16.1
+Version: 6.16.2
 Summary: IPython Kernel for Jupyter
 Project-URL: Homepage, https://ipython.org
 Author-email: IPython Development Team <ipython-...@scipy.org>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.16.1/ipykernel/_version.py 
new/ipykernel-6.16.2/ipykernel/_version.py
--- old/ipykernel-6.16.1/ipykernel/_version.py  2020-02-02 01:00:00.000000000 
+0100
+++ new/ipykernel-6.16.2/ipykernel/_version.py  2020-02-02 01:00:00.000000000 
+0100
@@ -5,7 +5,7 @@
 from typing import List
 
 # Version string must appear intact for hatch versioning
-__version__ = "6.16.1"
+__version__ = "6.16.2"
 
 # 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/ipykernel-6.16.1/ipykernel/tests/test_message_spec.py 
new/ipykernel-6.16.2/ipykernel/tests/test_message_spec.py
--- old/ipykernel-6.16.1/ipykernel/tests/test_message_spec.py   2020-02-02 
01:00:00.000000000 +0100
+++ new/ipykernel-6.16.2/ipykernel/tests/test_message_spec.py   2020-02-02 
01:00:00.000000000 +0100
@@ -509,9 +509,7 @@
     flush_channels()
     msg = KC.session.msg("connect_request")
     KC.shell_channel.send(msg)
-    return msg["header"]["msg_id"]
-
-    msg_id = KC.kernel_info()
+    msg_id = msg["header"]["msg_id"]
     reply = get_reply(KC, msg_id, TIMEOUT)
     validate_message(reply, "connect_reply", msg_id)
 

Reply via email to