public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-defcon] rawhide: Remove a patch that is no longer needed
Date: Thu, 10 Sep 2026 13:52:40 GMT	[thread overview]
Message-ID: <178904836084.1.8772179581433344397.rpms-python-defcon-59ea719d2c4a@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-09-10 13:52 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=178904836084.1.8772179581433344397.rpms-python-defcon-59ea719d2c4a@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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