public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-jupyter-kernel-test] epel10: Clean up some unnecessary bits
Date: Sat, 11 Jul 2026 15:45:36 GMT [thread overview]
Message-ID: <178378473626.1.11585763148905962306.rpms-python-jupyter-kernel-test-dce83787e672@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-jupyter-kernel-test
Branch : epel10
Commit : dce83787e6722f3ea7968276b0683dcc88cca1d0
Author : Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date : 2021-12-01T01:40:48-05:00
Stats : +1/-16 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-jupyter-kernel-test/c/dce83787e6722f3ea7968276b0683dcc88cca1d0?branch=epel10
Log:
Clean up some unnecessary bits
---
diff --git a/python-jupyter-kernel-test.spec b/python-jupyter-kernel-test.spec
index 218881b..c158544 100644
--- a/python-jupyter-kernel-test.spec
+++ b/python-jupyter-kernel-test.spec
@@ -19,10 +19,7 @@ Patch1: 0001-Replace-flit.ini-file-with-pyproject.toml.patch
BuildArch: noarch
-# No support for Python 2.
BuildRequires: python3-devel
-BuildRequires: pyproject-rpm-macros
-
BuildRequires: python3-ipykernel
%description
@@ -30,14 +27,8 @@ jupyter_kernel_test is a tool for testing Jupyter kernels. It tests kernels for
successful code execution and conformance with the Jupyter Messaging Protocol
(currently 5.0).
-
%package -n python3-%{srcname}
Summary: %{summary}
-%{?python_provide:%python_provide python3-%{srcname}}
-
-Requires: python3-traitlets
-Requires: python3-jupyter-client
-Requires: python3-nose
%description -n python3-%{srcname}
jupyter_kernel_test is a tool for testing Jupyter kernels. It tests kernels for
@@ -47,11 +38,9 @@ successful code execution and conformance with the Jupyter Messaging Protocol
%generate_buildrequires
%pyproject_buildrequires -r
-
%prep
%autosetup -n %{srcname_}-%{version} -p1
-
%build
%pyproject_wheel
@@ -61,15 +50,11 @@ successful code execution and conformance with the Jupyter Messaging Protocol
%check
PYTHONPATH="%{buildroot}%{python3_sitelib}" \
- %{__python3} test_ipykernel.py
-
+ %{python3} test_ipykernel.py
-# Note that there is no %%files section for the unversioned python module if we
-# are building for several python runtimes
%files -n python3-%{srcname} -f %{pyproject_files}
%license COPYING.md
%doc README.rst
-
%changelog
%autochangelog
reply other threads:[~2026-07-11 15:45 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=178378473626.1.11585763148905962306.rpms-python-jupyter-kernel-test-dce83787e672@fedoraproject.org \
--to=quantum.analyst@gmail.com \
--cc=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