public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-spyder-kernels] rawhide: Allow ipykernel 7
Date: Thu, 06 Aug 2026 12:17:31 GMT [thread overview]
Message-ID: <178601865121.1.12611374148665743232.rpms-python-spyder-kernels-1d3b73b5cf48@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-06 12:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178601865121.1.12611374148665743232.rpms-python-spyder-kernels-1d3b73b5cf48@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox