pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/py-fonttools
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 28 10:25:59 UTC 2025
Modified Files:
pkgsrc/fonts/py-fonttools: Makefile distinfo
Log Message:
py-fonttools: updated to 4.59.2
4.59.2 (released 2025-08-27)
- [varLib] Clear ``USE_MY_METRICS`` component flags when inconsistent across masters
- [varLib.instancer] Avoid negative advance width/height values when instatiating HVAR/VVAR,
(unlikely in well-behaved fonts)
- [subset] Fix shaping behaviour when pruning empty mark sets
- [cu2qu] Fixed ``dot()`` product of perpendicular vectors not always returning exactly 0.0
in all Python implementations
- [varLib.instancer] Implemented fully-instantiating ``avar2`` fonts
- [feaLib] Allow float values in ``VariableScalar``'s axis locations
- [cu2qu] Handle special case in ``calc_intersect`` for degenerate cubic curves where 3 to 4
control points are equal
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.98 -r1.99 pkgsrc/fonts/py-fonttools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/fonts/py-fonttools/Makefile
diff -u pkgsrc/fonts/py-fonttools/Makefile:1.124 pkgsrc/fonts/py-fonttools/Makefile:1.125
--- pkgsrc/fonts/py-fonttools/Makefile:1.124 Thu Aug 14 20:07:59 2025
+++ pkgsrc/fonts/py-fonttools/Makefile Thu Aug 28 10:25:58 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.124 2025/08/14 20:07:59 adam Exp $
+# $NetBSD: Makefile,v 1.125 2025/08/28 10:25:58 adam Exp $
-DISTNAME= fonttools-4.59.1
+DISTNAME= fonttools-4.59.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= fonts python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/FontTools/}
Index: pkgsrc/fonts/py-fonttools/distinfo
diff -u pkgsrc/fonts/py-fonttools/distinfo:1.98 pkgsrc/fonts/py-fonttools/distinfo:1.99
--- pkgsrc/fonts/py-fonttools/distinfo:1.98 Thu Aug 14 20:07:59 2025
+++ pkgsrc/fonts/py-fonttools/distinfo Thu Aug 28 10:25:59 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.98 2025/08/14 20:07:59 adam Exp $
+$NetBSD: distinfo,v 1.99 2025/08/28 10:25:59 adam Exp $
-BLAKE2s (fonttools-4.59.1.tar.gz) = 0a26f287faed5460e9ac21d03d6277a6f9f6040a0aa7d4e818a818a2e1e8db23
-SHA512 (fonttools-4.59.1.tar.gz) = 98c4534841424759a32f2c6c0e5394ab85f19a4ccdaaed9e3f5b3ba4bcddde61f607fba3e8ec9b9d6ecb1c1aeb77e0c3f1b276b861ce2fd2f4513669e76bf799
-Size (fonttools-4.59.1.tar.gz) = 3534394 bytes
+BLAKE2s (fonttools-4.59.2.tar.gz) = 8cfb273e7d1f1bf07a14130c3e2f1039ec085c4d4da6eba892704007ad2671c5
+SHA512 (fonttools-4.59.2.tar.gz) = d7e5ef4b785530b3f5b74952e944206abe621e2bf93569963d4f1f84c26063c79dc9d73a3dc112cb83ce89659fa5843128c8dab8e83c20a4f8dc94bbe0c84dda
+Size (fonttools-4.59.2.tar.gz) = 3540889 bytes
Home |
Main Index |
Thread Index |
Old Index