public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Akira TAGOH <akira@tagoh.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-fontquery] f44: Remove unused patch
Date: Tue, 15 Sep 2026 03:23:48 GMT	[thread overview]
Message-ID: <178944262834.1.16613753678660678240.rpms-python-fontquery-0e868f07ef41@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-fontquery
Branch : f44
Commit : 0e868f07ef415b31879ef447ef76b71e4cab29a6
Author : Akira TAGOH <akira@tagoh.org>
Date   : 2026-09-15T12:23:24+09:00
Stats  : +0/-30 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-fontquery/c/0e868f07ef415b31879ef447ef76b71e4cab29a6?branch=f44

Log:
Remove unused patch

---
diff --git a/0001-exit-1-on-diff-as-well-as-missing.patch b/0001-exit-1-on-diff-as-well-as-missing.patch
deleted file mode 100644
index 4d9af25..0000000
--- a/0001-exit-1-on-diff-as-well-as-missing.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 1ea005d11d794be84c024a28a5034a82c12caf31 Mon Sep 17 00:00:00 2001
-From: Adam Williamson <awilliam@redhat.com>
-Date: Fri, 2 Aug 2024 15:34:28 -0700
-Subject: [PATCH] exit 1 on diff, as well as missing
-
-25bde9c made us exit 1 if something was outright missing, but not
-if there was a diff. So we still exit 0 if a font is present but
-wrong. This makes us also exit 1 if there's a diff.
-
-Signed-off-by: Adam Williamson <awilliam@redhat.com>
----
- fontquery/htmlformatter.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/fontquery/htmlformatter.py b/fontquery/htmlformatter.py
-index 6ecaf21..de0fd45 100644
---- a/fontquery/htmlformatter.py
-+++ b/fontquery/htmlformatter.py
-@@ -567,7 +567,7 @@ def generate_diff(renderer: DataRenderer, title: str, data: dict[str, Any],
-     renderer.imagedifftype = diffdata['pattern']
- 
-     yield from renderer.render_diff(langdata, missing_a, missing_b, langdiffdata)
--    yield True if not missing_a and not missing_b else False
-+    yield True if not missing_a and not missing_b and not langdiffdata else False
- 
- def run(mode, in1, in2, out, renderer, title):
-     data = None
--- 
-2.45.2
-

                 reply	other threads:[~2026-09-15  3:23 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=178944262834.1.16613753678660678240.rpms-python-fontquery-0e868f07ef41@fedoraproject.org \
    --to=akira@tagoh.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