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: Initial import (#1507347).
Date: Sat, 11 Jul 2026 15:45:27 GMT	[thread overview]
Message-ID: <178378472756.1.5725878720558927197.rpms-python-jupyter-kernel-test-cd1cb30acacf@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-jupyter-kernel-test
Branch : epel10
Commit : cd1cb30acacf00c69cac593d014a025266f49dda
Author : Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date   : 2017-10-31T04:12:02-04:00
Stats  : +89/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-jupyter-kernel-test/c/cd1cb30acacf00c69cac593d014a025266f49dda?branch=epel10

Log:
Initial import (#1507347).

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..aa6a607
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/jupyter-kernel-test-0.3.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index 895eab4..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# python-jupyter-kernel-test
-
-The python-jupyter-kernel-test package
\ No newline at end of file

diff --git a/python-jupyter-kernel-test.spec b/python-jupyter-kernel-test.spec
new file mode 100644
index 0000000..862fe41
--- /dev/null
+++ b/python-jupyter-kernel-test.spec
@@ -0,0 +1,87 @@
+%global srcname jupyter-kernel-test
+%global srcname_ jupyter_kernel_test
+
+Name:           python-%{srcname}
+Version:        0.3
+Release:        4%{?dist}
+Summary:        Machinery for testing Jupyter kernels via the messaging protocol
+
+License:        BSD
+URL:            https://pypi.python.org/pypi/%{srcname}
+Source0:        https://github.com/jupyter/%{srcname_}/archive/%{version}/%{srcname}-%{version}.tar.gz
+
+BuildArch:      noarch
+
+# No support for Python 2.
+BuildRequires:  python3-devel
+BuildRequires:  python3-pip
+BuildRequires:  python3-flit
+BuildRequires:  python3-traitlets
+BuildRequires:  python3-jupyter-client
+BuildRequires:  python3-nose
+
+BuildRequires:  python3-ipykernel
+
+%description
+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
+successful code execution and conformance with the Jupyter Messaging Protocol
+(currently 5.0).
+
+
+%prep
+%autosetup -n %{srcname_}-%{version}
+
+
+%build
+export FLIT_NO_NETWORK=1
+XDG_CACHE_HOME=$PWD/.cache flit wheel
+
+
+%install
+%py3_install_wheel %{srcname_}-%{version}-py3-none-any.whl
+
+
+%check
+PYTHONPATH="%{buildroot}%{python3_sitelib}" \
+    %{__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}
+%license COPYING.md
+%doc README.rst
+%{python3_sitelib}/%{srcname_}
+%{python3_sitelib}/%{srcname_}-%{version}.dist-info
+
+
+%changelog
+* Mon Oct 30 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.3-4
+- Fix license tag.
+
+* Sun Oct 29 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.3-3
+- Use new method of skipping flit network usage.
+- Simplify spec against latest template.
+
+* Mon Jul 24 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.3-2
+- Use new py3_install_wheel macro.
+
+* Mon Jul 24 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.3-1
+- Update to latest version.
+
+* Sun Mar 12 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.2-1
+- Initial package release.

diff --git a/sources b/sources
new file mode 100644
index 0000000..650202f
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (jupyter-kernel-test-0.3.tar.gz) = 2fb24e97ead2e357957decb599bc72e27d08333afa395a20bd1188232b202556ec50a06b37cd999196623f5a808a2afaa7ea7eb0ae319e1a9d2a5824374cd873

                 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=178378472756.1.5725878720558927197.rpms-python-jupyter-kernel-test-cd1cb30acacf@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