public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-defcon] rawhide: Remove a patch that is no longer needed
@ 2026-09-10 13:52 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-10 13:52 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-defcon
Branch : rawhide
Commit : 59ea719d2c4a24b49bf29f1813354ed9695a3d69
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-10T14:49:34+01:00
Stats  : +0/-23 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/python-defcon/c/59ea719d2c4a24b49bf29f1813354ed9695a3d69?branch=rawhide

Log:
Remove a patch that is no longer needed

---
diff --git a/defcon-0.12.2-fonttools-4.60.0.patch b/defcon-0.12.2-fonttools-4.60.0.patch
deleted file mode 100644
index 094490c..0000000
--- a/defcon-0.12.2-fonttools-4.60.0.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Naur defcon-0.12.2-original/Lib/defcon/objects/font.py defcon-0.12.2/Lib/defcon/objects/font.py
---- defcon-0.12.2-original/Lib/defcon/objects/font.py	2025-07-16 19:41:50.000000000 +0100
-+++ defcon-0.12.2/Lib/defcon/objects/font.py	2025-11-01 01:41:36.797854182 +0000
-@@ -176,7 +176,11 @@
-             # are modified by an external source before being read.
-             # that could create a data corruption within this object.
-             if self._ufoFormatVersion < UFOFormatVersion.FORMAT_3_0:
--                self._kerningGroupConversionRenameMaps = reader.getKerningGroupConversionRenameMaps()
-+                try:
-+                    gkgcrm = reader.getKerningGroupConversionRenameMaps
-+                except AttributeError:
-+                    gkgcrm = reader.getKerningGroupRenameMaps
-+                self._kerningGroupConversionRenameMaps = gkgcrm()
-                 k = self.kerning
-                 g = self.groups
-             else:

diff --git a/python-defcon.spec b/python-defcon.spec
index a064d9d..59462d4 100644
--- a/python-defcon.spec
+++ b/python-defcon.spec
@@ -10,13 +10,6 @@ License:        MIT
 URL:            https://github.com/robotools/defcon
 Source:         %{pypi_source defcon}
 
-# Temporary downstream workaround for
-# https://github.com/robotools/defcon/issues/478,
-# https://github.com/fonttools/fonttools/issues/3947, with fonttools 4.60.0.
-# The proper fix will be to update F43 to fonttools 4.60.1,
-# https://src.fedoraproject.org/rpms/fonttools/pull-request/21.
-Patch:          defcon-0.12.2-fonttools-4.60.0.patch
-
 BuildArch:      noarch
 
 BuildSystem:    pyproject

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

only message in thread, other threads:[~2026-09-10 13:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 13:52 [rpms/python-defcon] rawhide: Remove a patch that is no longer needed Benjamin A. Beasley

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