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 14 20:07:59 UTC 2025

Modified Files:
        pkgsrc/fonts/py-fonttools: Makefile distinfo

Log Message:
py-fonttools: updated to 4.59.1

4.59.1 (released 2025-08-14)

- [featureVars] Update OS/2.usMaxContext if possible after addFeatureVariationsRaw
- [vhmtx] raise TTLibError('not enough data...') when hmtx/vmtx are truncated
- [feaLib] Combine duplicate features that have the same set of lookups regardless of the order in which those lookups are added to the feature
- [varLib] Deprecate ``varLib.mutator`` in favor of ``varLib.instancer``. The latter
  provides equivalent full (static font) instancing in addition to partial VF instancing.
  CLI users should replace ``fonttools varLib.mutator`` with ``fonttools varLib.instancer``.
  API users should migrate to ``fontTools.varLib.instancer.instantiateVariableFont``


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.97 -r1.98 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.123 pkgsrc/fonts/py-fonttools/Makefile:1.124
--- pkgsrc/fonts/py-fonttools/Makefile:1.123    Sun Jul 20 10:24:55 2025
+++ pkgsrc/fonts/py-fonttools/Makefile  Thu Aug 14 20:07:59 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.123 2025/07/20 10:24:55 wiz Exp $
+# $NetBSD: Makefile,v 1.124 2025/08/14 20:07:59 adam Exp $
 
-DISTNAME=      fonttools-4.59.0
+DISTNAME=      fonttools-4.59.1
 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.97 pkgsrc/fonts/py-fonttools/distinfo:1.98
--- pkgsrc/fonts/py-fonttools/distinfo:1.97     Sun Jul 20 10:24:55 2025
+++ pkgsrc/fonts/py-fonttools/distinfo  Thu Aug 14 20:07:59 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.97 2025/07/20 10:24:55 wiz Exp $
+$NetBSD: distinfo,v 1.98 2025/08/14 20:07:59 adam Exp $
 
-BLAKE2s (fonttools-4.59.0.tar.gz) = 4ecf8e3b227587750b7ada85c5bd7a9c5cbe5c4d5b07f69ea8f22b35709a015b
-SHA512 (fonttools-4.59.0.tar.gz) = d05bc44fcf25e372d6a994b506c011faea123da1eb7735d4b038773a404abfb1ce3c4197266fc578d9c5e4d2a675e7410f5029c956e6dc6be38fd8c37e130557
-Size (fonttools-4.59.0.tar.gz) = 3532521 bytes
+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



Home | Main Index | Thread Index | Old Index