public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-nbdime] rawhide: Minor spec file cleanups
Date: Wed, 15 Jul 2026 01:28:24 GMT	[thread overview]
Message-ID: <178407890469.1.9796571818495952021.rpms-python-nbdime-bf63ce372fc0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-nbdime
Branch : rawhide
Commit : bf63ce372fc0407f472735035100cb462a0ed073
Author : Jerry James <loganjerry@gmail.com>
Date   : 2026-07-14T19:28:12-06:00
Stats  : +8/-12 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-nbdime/c/bf63ce372fc0407f472735035100cb462a0ed073?branch=rawhide

Log:
Minor spec file cleanups

---
diff --git a/python-nbdime.spec b/python-nbdime.spec
index 3797ac1..0cc1882 100644
--- a/python-nbdime.spec
+++ b/python-nbdime.spec
@@ -35,7 +35,6 @@ BuildSystem:    pyproject
 BuildOption(generate_buildrequires): -x docs,test
 BuildOption(install): -l nbdime
 
-BuildRequires:  fdupes
 BuildRequires:  fontawesome-fonts-web
 BuildRequires:  gcc-c++
 BuildRequires:  git-core
@@ -77,12 +76,12 @@ BuildRequires:  yarnpkg
 #   style-loader, style-mod, url-parse, w3c-keyname, y-protocols, yjs
 # Public Domain: jsonify
 License:        %{shrink:
-                  Apache-2.0 AND
-                  BSD-2-Clause AND
-                  BSD-3-Clause AND
-                  ISC AND
-                  MIT AND
-                  LicenseRef-Fedora-Public-Domain
+                  BSD-3-Clause
+                  AND Apache-2.0
+                  AND BSD-2-Clause
+                  AND ISC
+                  AND MIT
+                  AND LicenseRef-Fedora-Public-Domain
                 }
 Summary:        %{summary}
 # Filesystem package for the standard Jupyter paths
@@ -252,10 +251,10 @@ cp -p %{SOURCE2} .
 
 # Do not depend on jupyter_server_mathjax; it doesn't work in jupyterlab 4.10+
 # https://github.com/jupyter-server/jupyter_server_mathjax/issues/20
-sed -i '/jupyter_server_mathjax/d' pyproject.toml
+%pyproject_patch_dependency jupyter_server_mathjax:ignore
 
 # Do not run code coverage tools
-sed -i '/pytest-cov/d' pyproject.toml
+%pyproject_patch_dependency pytest-cov:ignore
 
 %conf
 # Remove useless shebangs
@@ -288,9 +287,6 @@ rm docs/build/html/.buildinfo
 # Move the configuration files to the standard Jupyter directories
 mv %{buildroot}%{_prefix}%{_sysconfdir} %{buildroot}%{_sysconfdir}
 
-# Link identical files
-%fdupes %{buildroot}%{python3_sitelib}/nbdime
-
 # Add missing executable bits
 chmod a+x \
   %{buildroot}%{python3_sitelib}/nbdime/tests/filters/add_helper.py \

                 reply	other threads:[~2026-07-15  1:28 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=178407890469.1.9796571818495952021.rpms-python-nbdime-bf63ce372fc0@fedoraproject.org \
    --to=loganjerry@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