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-09-11 21:57:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipykernel (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipykernel.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipykernel"

Sun Sep 11 21:57:15 2022 rev:26 rq:1002371 version:6.15.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipykernel/python-ipykernel.changes        
2022-07-14 16:33:28.372582901 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipykernel.new.2083/python-ipykernel.changes  
    2022-09-11 21:57:16.545615663 +0200
@@ -1,0 +2,7 @@
+Thu Sep  8 14:36:10 UTC 2022 - Arun Persaud <a...@gmx.de>
+
+- update to version 6.15.2:
+  * Bugs fixed
+    + _abort_queues is no longer async #942 (@rhelmot)
+
+-------------------------------------------------------------------

Old:
----
  ipykernel-6.15.1.tar.gz

New:
----
  ipykernel-6.15.2.tar.gz

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

Other differences:
------------------
++++++ python-ipykernel.spec ++++++
--- /var/tmp/diff_new_pack.5fwAnz/_old  2022-09-11 21:57:17.089617194 +0200
+++ /var/tmp/diff_new_pack.5fwAnz/_new  2022-09-11 21:57:17.093617205 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
 Name:           python-ipykernel
-Version:        6.15.1
+Version:        6.15.2
 Release:        0
 Summary:        IPython Kernel for Jupyter
 License:        BSD-3-Clause

++++++ ipykernel-6.15.1.tar.gz -> ipykernel-6.15.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.15.1/.pre-commit-config.yaml 
new/ipykernel-6.15.2/.pre-commit-config.yaml
--- old/ipykernel-6.15.1/.pre-commit-config.yaml        2020-02-02 
01:00:00.000000000 +0100
+++ new/ipykernel-6.15.2/.pre-commit-config.yaml        2020-02-02 
01:00:00.000000000 +0100
@@ -30,19 +30,19 @@
         args: [--profile=black]
 
   - repo: https://github.com/pre-commit/mirrors-prettier
-    rev: v2.7.1
+    rev: v3.0.0-alpha.0
     hooks:
       - id: prettier
 
   - repo: https://github.com/PyCQA/doc8
-    rev: 0.11.2
+    rev: v1.0.0
     hooks:
       - id: doc8
         args: [--max-line-length=200]
         stages: [manual]
 
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v0.961
+    rev: v0.971
     hooks:
       - id: mypy
         exclude: "ipykernel.*tests"
@@ -52,25 +52,21 @@
         stages: [manual]
 
   - repo: https://github.com/pycqa/flake8
-    rev: 4.0.1
+    rev: 5.0.4
     hooks:
       - id: flake8
         additional_dependencies:
-          [
-            "flake8-bugbear==20.1.4",
-            "flake8-logging-format==0.6.0",
-            "flake8-implicit-str-concat==0.2.0",
-          ]
+          ["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
         stages: [manual]
 
   - repo: https://github.com/pre-commit/mirrors-eslint
-    rev: v8.19.0
+    rev: v8.22.0
     hooks:
       - id: eslint
         stages: [manual]
 
   - repo: https://github.com/sirosen/check-jsonschema
-    rev: 0.16.2
+    rev: 0.17.1
     hooks:
       - id: check-jsonschema
         name: "Check GitHub Workflows"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.15.1/CHANGELOG.md 
new/ipykernel-6.15.2/CHANGELOG.md
--- old/ipykernel-6.15.1/CHANGELOG.md   2020-02-02 01:00:00.000000000 +0100
+++ new/ipykernel-6.15.2/CHANGELOG.md   2020-02-02 01:00:00.000000000 +0100
@@ -2,6 +2,32 @@
 
 <!-- <START NEW CHANGELOG ENTRY> -->
 
+## 6.15.2
+
+([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.15.1...724753a185b0954f0e662c226b86dc8146c62bcb))
+
+### Bugs fixed
+
+- `_abort_queues` is no longer async 
[#942](https://github.com/ipython/ipykernel/pull/942) 
([@rhelmot](https://github.com/rhelmot))
+
+### Maintenance and upkeep improvements
+
+- [pre-commit.ci] pre-commit autoupdate 
[#978](https://github.com/ipython/ipykernel/pull/978) 
([@pre-commit-ci](https://github.com/pre-commit-ci))
+- [pre-commit.ci] pre-commit autoupdate 
[#977](https://github.com/ipython/ipykernel/pull/977) 
([@pre-commit-ci](https://github.com/pre-commit-ci))
+- [pre-commit.ci] pre-commit autoupdate 
[#976](https://github.com/ipython/ipykernel/pull/976) 
([@pre-commit-ci](https://github.com/pre-commit-ci))
+- [pre-commit.ci] pre-commit autoupdate 
[#974](https://github.com/ipython/ipykernel/pull/974) 
([@pre-commit-ci](https://github.com/pre-commit-ci))
+- [pre-commit.ci] pre-commit autoupdate 
[#971](https://github.com/ipython/ipykernel/pull/971) 
([@pre-commit-ci](https://github.com/pre-commit-ci))
+- [pre-commit.ci] pre-commit autoupdate 
[#968](https://github.com/ipython/ipykernel/pull/968) 
([@pre-commit-ci](https://github.com/pre-commit-ci))
+- [pre-commit.ci] pre-commit autoupdate 
[#966](https://github.com/ipython/ipykernel/pull/966) 
([@pre-commit-ci](https://github.com/pre-commit-ci))
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-07-08&to=2022-08-29&type=c))
+
+[@blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-07-08..2022-08-29&type=Issues)
 | 
[@pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-07-08..2022-08-29&type=Issues)
 | 
[@rayosborn](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Arayosborn+updated%3A2022-07-08..2022-08-29&type=Issues)
 | 
[@rhelmot](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Arhelmot+updated%3A2022-07-08..2022-08-29&type=Issues)
+
+<!-- <END NEW CHANGELOG ENTRY> -->
+
 ## 6.15.1
 
 ([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.15.0...d9a8578ab2864b4ee636b12252e04a9b70047d0b))
@@ -22,8 +48,6 @@
 
 
[@blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-06-15..2022-07-08&type=Issues)
 | 
[@pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-06-15..2022-07-08&type=Issues)
 
-<!-- <END NEW CHANGELOG ENTRY> -->
-
 ## 6.15.0
 
 ([Full 
Changelog](https://github.com/ipython/ipykernel/compare/v6.14.0...5c1adcae929d8b4d28bf2b7849fe0e220c729b26))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.15.1/PKG-INFO 
new/ipykernel-6.15.2/PKG-INFO
--- old/ipykernel-6.15.1/PKG-INFO       2020-02-02 01:00:00.000000000 +0100
+++ new/ipykernel-6.15.2/PKG-INFO       2020-02-02 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: ipykernel
-Version: 6.15.1
+Version: 6.15.2
 Summary: IPython Kernel for Jupyter
 Project-URL: Homepage, https://ipython.org
 Author-email: IPython Development Team <ipython-...@scipy.org>
@@ -70,10 +70,10 @@
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
 Requires-Python: >=3.7
 Requires-Dist: appnope; platform_system == 'Darwin'
 Requires-Dist: debugpy>=1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.15.1/ipykernel/_version.py 
new/ipykernel-6.15.2/ipykernel/_version.py
--- old/ipykernel-6.15.1/ipykernel/_version.py  2020-02-02 01:00:00.000000000 
+0100
+++ new/ipykernel-6.15.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 tbump versioning
-__version__ = "6.15.1"
+__version__ = "6.15.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.15.1/ipykernel/inprocess/ipkernel.py 
new/ipykernel-6.15.2/ipykernel/inprocess/ipkernel.py
--- old/ipykernel-6.15.1/ipykernel/inprocess/ipkernel.py        2020-02-02 
01:00:00.000000000 +0100
+++ new/ipykernel-6.15.2/ipykernel/inprocess/ipkernel.py        2020-02-02 
01:00:00.000000000 +0100
@@ -81,7 +81,7 @@
         """Override registration of dispatchers for streams."""
         self.shell.exit_now = False
 
-    async def _abort_queues(self):
+    def _abort_queues(self):
         """The in-process kernel doesn't abort requests."""
         pass
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-6.15.1/pyproject.toml 
new/ipykernel-6.15.2/pyproject.toml
--- old/ipykernel-6.15.1/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
+++ new/ipykernel-6.15.2/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
@@ -4,7 +4,7 @@
 
 [project]
 name = "ipykernel"
-version = "6.15.1"
+version = "6.15.2"
 authors = [{name = "IPython Development Team", email = 
"ipython-...@scipy.org"}]
 license = {file = "COPYING.md"}
 readme = "README.md"
@@ -61,7 +61,7 @@
 skip = ["check-links"]
 
 [tool.tbump.version]
-current = "6.15.1"
+current = "6.15.2"
 regex = '''
   (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
   ((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

Reply via email to