public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fontquery] rawhide: Remove unused patch
@ 2026-09-15  3:11 Akira TAGOH
  0 siblings, 0 replies; only message in thread
From: Akira TAGOH @ 2026-09-15  3:11 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

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

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
-

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-15  3:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15  3:11 [rpms/python-fontquery] rawhide: Remove unused patch Akira TAGOH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox