public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-spyder-kernels] rawhide: Allow ipykernel 7
@ 2026-08-06 12:17 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-06 12:17 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-spyder-kernels
            Branch : rawhide
            Commit : 1d3b73b5cf48dac6ed135d677907850bf3cd7990
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-07-28T23:09:49+00:00
            Stats  : +27/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-spyder-kernels/c/1d3b73b5cf48dac6ed135d677907850bf3cd7990?branch=rawhide

            Log:
            Allow ipykernel 7

There are no tests in %check,
but upstream test (for master branch) passed in
https://github.com/spyder-ide/spyder-kernels/pull/589
https://github.com/hroncok/spyder-kernels/actions

---
diff --git a/589.patch b/589.patch
new file mode 100644
index 0000000..3120853
--- /dev/null
+++ b/589.patch
@@ -0,0 +1,22 @@
+From f9b59ddfda1606ed1c8e53c50547fff10c414b90 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
+Date: Tue, 5 May 2026 12:37:01 +0200
+Subject: [PATCH] Allow ipykernel 7
+
+---
+ pyproject.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index 3ac4e655..0ab41d07 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -34,7 +34,7 @@ classifiers = [
+ requires-python = ">=3.9"
+ dependencies = [
+     "cloudpickle",
+-    "ipykernel>=6.29.3,<7",
++    "ipykernel>=6.29.3,<8",
+     "ipython>=8.15.0,<10,!=8.17.1,!=9.1.0,!=9.2.0,!=9.3.0,!=9.4.0",
+     "jupyter-client>=7.4.9,<9",
+     "packaging",

diff --git a/python-spyder-kernels.spec b/python-spyder-kernels.spec
index a33a798..d8cddf5 100644
--- a/python-spyder-kernels.spec
+++ b/python-spyder-kernels.spec
@@ -14,6 +14,10 @@ Summary:        Jupyter kernels for Spyder's console
 License:        MIT
 URL:            %forgeurl
 Source0:        %forgesource
+
+# Allow ipykernel 7
+Patch:          https://github.com/spyder-ide/spyder-kernels/pull/589.patch
+
 BuildArch:      noarch
 
 BuildRequires:  python3-devel
@@ -36,7 +40,7 @@ Summary:        %{summary}
 
 
 %prep
-%forgesetup
+%forgeautosetup -p1
 
 
 %generate_buildrequires

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-06 12:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 12:17 [rpms/python-spyder-kernels] rawhide: Allow ipykernel 7 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox