public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-tftpy] rawhide: spec cleanup and speed up builds
Date: Sat, 13 Jun 2026 21:44:40 GMT	[thread overview]
Message-ID: <178138708096.1.13057783132601522833.rpms-python-tftpy-bfd9f4f323de@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-tftpy
            Branch : rawhide
            Commit : bfd9f4f323de9b44b8c0f1842c7a85fe1bc8826b
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-06-13T18:41:53-03:00
            Stats  : +4/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-tftpy/c/bfd9f4f323de9b44b8c0f1842c7a85fe1bc8826b?branch=rawhide

            Log:
            spec cleanup and speed up builds

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/python-tftpy.spec b/python-tftpy.spec
index ad10dea..652d0c0 100644
--- a/python-tftpy.spec
+++ b/python-tftpy.spec
@@ -41,7 +41,10 @@ Requires: python3-tftpy = %{version}-%{release}
 %prep
 %forgesetup
 
-%py3_shebang_fix %{python3} \
+# Disable verbose debug logging in tests to speed up build
+sed -i 's/logging.DEBUG/logging.WARNING/g' tests/test.py
+
+%py3_shebang_fix \
         bin/tftpy_client.py \
         bin/tftpy_server.py \
         tests/nologs.py \
@@ -77,7 +80,6 @@ install -p -Dm755 bin/tftpy_server.py %{buildroot}%{_bindir}/tftpy_server
 %files -n python3-tftpy -f %{pyproject_files}
 %doc README.md
 %doc ChangeLog.md
-%exclude %{python3_sitelib}/tftpy/tests/
 
 
 %files -n python3-tftpy-cli

                 reply	other threads:[~2026-06-13 21:44 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=178138708096.1.13057783132601522833.rpms-python-tftpy-bfd9f4f323de@fedoraproject.org \
    --to=filiperosset@fedoraproject.org \
    --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