Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-metakernel for 
openSUSE:Factory checked in at 2025-12-19 16:42:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-metakernel (Old)
 and      /work/SRC/openSUSE:Factory/.python-metakernel.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-metakernel"

Fri Dec 19 16:42:55 2025 rev:21 rq:1323550 version:0.30.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-metakernel/python-metakernel.changes      
2025-04-11 19:27:26.211172430 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-metakernel.new.1928/python-metakernel.changes
    2025-12-19 16:43:43.844564665 +0100
@@ -1,0 +2,8 @@
+Mon Dec  1 21:51:49 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 0.30.4:
+  * Add support for ipykernel 7 and update supported Python
+    versions #296 (@blink1073)
+  * Update supported Pythons and fix links
+
+-------------------------------------------------------------------

Old:
----
  metakernel-0.30.3.tar.gz

New:
----
  metakernel-0.30.4.tar.gz

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

Other differences:
------------------
++++++ python-metakernel.spec ++++++
--- /var/tmp/diff_new_pack.CtZED5/_old  2025-12-19 16:43:47.628722913 +0100
+++ /var/tmp/diff_new_pack.CtZED5/_new  2025-12-19 16:43:47.632723081 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-metakernel
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-metakernel
-Version:        0.30.3
+Version:        0.30.4
 Release:        0
 Summary:        Metakernel for Jupyter
 License:        BSD-3-Clause
@@ -30,16 +30,16 @@
 BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-ipykernel >= 5.5.6
 Requires:       python-jedi >= 0.18
 Requires:       python-jupyter-core >= 4.9.2
 Requires:       python-pexpect >= 4.8
-Requires:       (python-ipykernel >= 5.5.6 with python-ipykernel < 7)
 Recommends:     python-ipyparallel
 Provides:       python-jupyter_metakernel = %{version}
 Obsoletes:      python-jupyter_metakernel < %{version}
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module ipykernel >= 5.5.6 with %python-ipykernel < 7}
+BuildRequires:  %{python_module ipykernel >= 5.5.6}
 BuildRequires:  %{python_module jupyter-core >= 4.9.2}
 BuildRequires:  %{python_module pexpect >= 4.8}
 BuildRequires:  %{python_module pytest-timeout}

++++++ metakernel-0.30.3.tar.gz -> metakernel-0.30.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/metakernel-0.30.3/.github/workflows/publish-changelog.yml 
new/metakernel-0.30.4/.github/workflows/publish-changelog.yml
--- old/metakernel-0.30.3/.github/workflows/publish-changelog.yml       
2020-02-02 01:00:00.000000000 +0100
+++ new/metakernel-0.30.4/.github/workflows/publish-changelog.yml       
2020-02-02 01:00:00.000000000 +0100
@@ -16,7 +16,7 @@
     steps:
       - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
 
-      - uses: actions/create-github-app-token@v1
+      - uses: actions/create-github-app-token@v2
         id: app-token
         with:
           app-id: ${{ vars.APP_ID }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/metakernel-0.30.3/.github/workflows/publish-release.yml 
new/metakernel-0.30.4/.github/workflows/publish-release.yml
--- old/metakernel-0.30.3/.github/workflows/publish-release.yml 2020-02-02 
01:00:00.000000000 +0100
+++ new/metakernel-0.30.4/.github/workflows/publish-release.yml 2020-02-02 
01:00:00.000000000 +0100
@@ -21,7 +21,7 @@
     steps:
       - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
 
-      - uses: actions/create-github-app-token@v1
+      - uses: actions/create-github-app-token@v2
         id: app-token
         with:
           app-id: ${{ vars.APP_ID }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metakernel-0.30.3/.github/workflows/tests.yml 
new/metakernel-0.30.4/.github/workflows/tests.yml
--- old/metakernel-0.30.3/.github/workflows/tests.yml   2020-02-02 
01:00:00.000000000 +0100
+++ new/metakernel-0.30.4/.github/workflows/tests.yml   2020-02-02 
01:00:00.000000000 +0100
@@ -21,7 +21,7 @@
       fail-fast: false
       matrix:
         os: [ubuntu-latest, macos-latest]
-        python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
+        python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
 
     env:
       OS: ${{ matrix.os }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metakernel-0.30.3/CHANGELOG.md 
new/metakernel-0.30.4/CHANGELOG.md
--- old/metakernel-0.30.3/CHANGELOG.md  2020-02-02 01:00:00.000000000 +0100
+++ new/metakernel-0.30.4/CHANGELOG.md  2020-02-02 01:00:00.000000000 +0100
@@ -2,6 +2,24 @@
 
 <!-- <START NEW CHANGELOG ENTRY> -->
 
+## 0.30.4
+
+([Full 
Changelog](https://github.com/Calysto/metakernel/compare/v0.30.3...2fca1dcee729103a986e9a12c3cfc9dd9d00c73e))
+
+### Maintenance and upkeep improvements
+
+- Add support for ipykernel 7 and update supported Python versions 
[#296](https://github.com/Calysto/metakernel/pull/296) 
([@blink1073](https://github.com/blink1073))
+- Bump actions/create-github-app-token from 1 to 2 
[#292](https://github.com/Calysto/metakernel/pull/292) 
([@dependabot](https://github.com/dependabot))
+- Update supported Pythons and fix links 
[#291](https://github.com/Calysto/metakernel/pull/291) 
([@blink1073](https://github.com/blink1073))
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/Calysto/metakernel/graphs/contributors?from=2025-04-02&to=2025-11-05&type=c))
+
+[@blink1073](https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Ablink1073+updated%3A2025-04-02..2025-11-05&type=Issues)
 | 
[@dependabot](https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Adependabot+updated%3A2025-04-02..2025-11-05&type=Issues)
+
+<!-- <END NEW CHANGELOG ENTRY> -->
+
 ## 0.30.3
 
 ([Full 
Changelog](https://github.com/Calysto/metakernel/compare/v0.30.2...864d7a2d768b082d7e86a102dde883845db27035))
@@ -17,8 +35,6 @@
 
 
[@blink1073](https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Ablink1073+updated%3A2024-03-26..2025-04-02&type=Issues)
 | 
[@dsblank](https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Adsblank+updated%3A2024-03-26..2025-04-02&type=Issues)
 
-<!-- <END NEW CHANGELOG ENTRY> -->
-
 ## 0.30.2
 
 ([Full 
Changelog](https://github.com/Calysto/metakernel/compare/v0.30.1...16f88e281040b5698b5eec32b580854424a236f7))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metakernel-0.30.3/PKG-INFO 
new/metakernel-0.30.4/PKG-INFO
--- old/metakernel-0.30.3/PKG-INFO      2020-02-02 01:00:00.000000000 +0100
+++ new/metakernel-0.30.4/PKG-INFO      2020-02-02 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: metakernel
-Version: 0.30.3
+Version: 0.30.4
 Dynamic: Summary
 Project-URL: Homepage, https://github.com/Calysto/metakernel
 Author-email: Metakernel Developers <[email protected]>
@@ -10,8 +10,8 @@
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Programming Language :: Python :: 3
 Classifier: Topic :: System :: Shells
-Requires-Python: >=3.8
-Requires-Dist: ipykernel<7,>=5.5.6
+Requires-Python: >=3.9
+Requires-Dist: ipykernel>=5.5.6
 Requires-Dist: jedi>=0.18
 Requires-Dist: jupyter-core>=4.9.2
 Requires-Dist: pexpect>=4.8
@@ -32,9 +32,6 @@
 .. image:: https://badge.fury.io/py/metakernel.png/
     :target: http://badge.fury.io/py/metakernel
 
-.. image:: https://coveralls.io/repos/Calysto/metakernel/badge.png?branch=main
-  :target: https://coveralls.io/r/Calysto/metakernel
-
 .. image:: 
https://github.com/Calysto/metakernel/actions/workflows/tests.yml/badge.svg?query=branch%3Amain++
   :target: https://github.com/Calysto/metakernel/actions/workflows/tests.yml
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metakernel-0.30.3/README.rst 
new/metakernel-0.30.4/README.rst
--- old/metakernel-0.30.3/README.rst    2020-02-02 01:00:00.000000000 +0100
+++ new/metakernel-0.30.4/README.rst    2020-02-02 01:00:00.000000000 +0100
@@ -3,9 +3,6 @@
 .. image:: https://badge.fury.io/py/metakernel.png/
     :target: http://badge.fury.io/py/metakernel
 
-.. image:: https://coveralls.io/repos/Calysto/metakernel/badge.png?branch=main
-  :target: https://coveralls.io/r/Calysto/metakernel
-
 .. image:: 
https://github.com/Calysto/metakernel/actions/workflows/tests.yml/badge.svg?query=branch%3Amain++
   :target: https://github.com/Calysto/metakernel/actions/workflows/tests.yml
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metakernel-0.30.3/metakernel/__init__.py 
new/metakernel-0.30.4/metakernel/__init__.py
--- old/metakernel-0.30.3/metakernel/__init__.py        2020-02-02 
01:00:00.000000000 +0100
+++ new/metakernel-0.30.4/metakernel/__init__.py        2020-02-02 
01:00:00.000000000 +0100
@@ -10,4 +10,4 @@
 
 __all__ = ['Magic', 'MetaKernel', 'option']
 
-__version__ = '0.30.3'
+__version__ = '0.30.4'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metakernel-0.30.3/metakernel/tests/test_magic.py 
new/metakernel-0.30.4/metakernel/tests/test_magic.py
--- old/metakernel-0.30.3/metakernel/tests/test_magic.py        2020-02-02 
01:00:00.000000000 +0100
+++ new/metakernel-0.30.4/metakernel/tests/test_magic.py        2020-02-02 
01:00:00.000000000 +0100
@@ -48,8 +48,6 @@
 
     dummy_help = d.get_help('line', 'dummy', 0)
     assert dummy_help.startswith("%dummy")
-    assert "    This is additional information on dummy" in 
d.line_dummy.__doc__, "Checking indents"
-    assert "\nThis is additional information on dummy" in dummy_help, 
"Checking indent removal"
 
     dummy_help = d.get_help('line', 'dummy', 1)
     # will show this entire file, including this sentence
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metakernel-0.30.3/pyproject.toml 
new/metakernel-0.30.4/pyproject.toml
--- old/metakernel-0.30.3/pyproject.toml        2020-02-02 01:00:00.000000000 
+0100
+++ new/metakernel-0.30.4/pyproject.toml        2020-02-02 01:00:00.000000000 
+0100
@@ -13,9 +13,9 @@
     "Topic :: System :: Shells",
 ]
 urls = {Homepage = "https://github.com/Calysto/metakernel"}
-requires-python = ">=3.8"
+requires-python = ">=3.9"
 dependencies = [
-    "ipykernel >=5.5.6,<7",
+    "ipykernel >=5.5.6",
     "jupyter_core >=4.9.2",
     "pexpect >=4.8",
     "jedi >=0.18",
@@ -61,4 +61,5 @@
   "ignore:Widget.* is deprecated:DeprecationWarning",
   "module:datetime.datetime.utc:DeprecationWarning:dateutil",
   "module:datetime.datetime.utc:DeprecationWarning:ipyparallel",
+  "module:Parsing dates involving a day of month without a 
year:DeprecationWarning",
 ]

Reply via email to