diff --git a/fonttools-4.60.0.tar.gz b/fonttools-4.60.1.tar.gz similarity index 33% rename from fonttools-4.60.0.tar.gz rename to fonttools-4.60.1.tar.gz index e50f1ee5faab762595db4655efc5980372cd04d2..6ba2169fcd25c063dbc7de1aee6d0251ab94c830 100644 Binary files a/fonttools-4.60.0.tar.gz and b/fonttools-4.60.1.tar.gz differ diff --git a/python-fonttools.spec b/python-fonttools.spec index 2a66651f6cc817b6675e88f2f47369d0b2dcded6..0a1e2a5ad7a66e910acdf68411fc5d42bb80b5c3 100644 --- a/python-fonttools.spec +++ b/python-fonttools.spec @@ -1,5 +1,5 @@ Name: fonttools -Version: 4.60.0 +Version: 4.60.1 Release: 1 Summary: Tools to manipulate font files License: MIT @@ -60,6 +60,17 @@ export FONTTOOLS_WITH_CYTHON=1 %{python3_sitearch}/fonttools-%{version}.dist-info %changelog +* Mon Oct 20 2025 maqi - 4.60.1-1 +- Upgrade to 4.60.1 + *Reverted accidental method name change in UFOReader.getKerningGroupConversionRenameMaps + that broke compatibility with downstream projects like defcon + *Added test coverage for getKerningGroupConversionRenameMaps method + *Don't try to subset BASE table; pass it through by default instead + *Remove empty BaseRecord entries in MarkBasePos lookups + *Add pruning for MarkLigPos and MarkMarkPos lookups + *Remove duplicate features when subsetting + *Added documentation for the visitor module + * Fri Sep 19 2025 Yu Peng - 4.60.0-1 - Upgrade to 4.60.0 * Fixed difference in cython vs pure-python complex division