public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gap-pkg-jupyterkernel] rawhide: Rebuild for gap 4.16.0
@ 2026-06-11 0:42 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-06-11 0:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gap-pkg-jupyterkernel
Branch : rawhide
Commit : 5c49d7f9363ebca5f6fb57878718ff23793a760c
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-06-10T18:41:50-06:00
Stats : +20/-16 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gap-pkg-jupyterkernel/c/5c49d7f9363ebca5f6fb57878718ff23793a760c?branch=rawhide
Log:
Rebuild for gap 4.16.0
- Drop unnecessary BuildRequires
- Use gap(...) symbols in dependencies
---
diff --git a/gap-pkg-jupyterkernel.spec b/gap-pkg-jupyterkernel.spec
index 509f21c..64fbef6 100644
--- a/gap-pkg-jupyterkernel.spec
+++ b/gap-pkg-jupyterkernel.spec
@@ -1,6 +1,6 @@
# Unset -s on python shebang - ensure that extensions installed with pip
# to user locations are seen and properly loaded
-%global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//)
+%undefine _py3_shebang_s
%global gap_pkgname jupyterkernel
%global gap_upname JupyterKernel
@@ -21,22 +21,26 @@ BuildSystem: gap
BuildOption(install): demos gap tst
BuildOption(check): tst/testall.g
-BuildRequires: gap-devel
-BuildRequires: gap-pkg-autodoc
-BuildRequires: gap-pkg-crypting
-BuildRequires: gap-pkg-io
-BuildRequires: gap-pkg-json
-BuildRequires: gap-pkg-uuid
-BuildRequires: gap-pkg-zeromqinterface
-BuildRequires: %{py3_dist jupyter-client}
-BuildRequires: %{py3_dist notebook}
-
-Requires: gap-pkg-crypting
-Requires: gap-pkg-io
-Requires: gap-pkg-json
-Requires: gap-pkg-uuid
-Requires: gap-pkg-zeromqinterface
+BuildRequires: gap(autodoc) >= 2014.03.27
+BuildRequires: gap(crypting) >= 0.9
+BuildRequires: gap(gapdoc) >= 1.6.1
+BuildRequires: gap(io) >= 4.5.4
+BuildRequires: gap(json) >= 2.0.0
+BuildRequires: gap(uuid) >= 0.6
+BuildRequires: gap(zeromqinterface) >= 0.10
+BuildRequires: gap-devel >= 4.10
+
+Requires: gap(crypting) >= 0.9
+Requires: gap(io) >= 4.5.4
+Requires: gap(json) >= 2.0.0
+Requires: gap(uuid) >= 0.6
+Requires: gap(zeromqinterface) >= 0.10
+Requires: gap-core >= 4.10
Requires: python-jupyter-filesystem
+Requires: %{py3_dist notebook} >= 5.3
+
+Provides: gap(jupyterkernel) = %{version}-%{release}
+Provides: gap(JupyterKernel) = %{version}-%{release}
%description
This package implements the Jupyter protocol in GAP.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 0:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 0:42 [rpms/gap-pkg-jupyterkernel] rawhide: Rebuild for gap 4.16.0 Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox