public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fontquery] f45: Remove unused patch
@ 2026-09-15 3:14 Akira TAGOH
0 siblings, 0 replies; only message in thread
From: Akira TAGOH @ 2026-09-15 3:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-fontquery
Branch : f45
Commit : 9f6a737a9100b65913d178c4ca5dfa7ce5693c8a
Author : Akira TAGOH <akira@tagoh.org>
Date : 2026-09-15T12:13:44+09:00
Stats : +0/-30 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-fontquery/c/9f6a737a9100b65913d178c4ca5dfa7ce5693c8a?branch=f45
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:14 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:14 [rpms/python-fontquery] f45: 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