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:   wiz
Date:           Sun Nov 17 09:35:49 UTC 2024

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

Log Message:
py-fonttools: update to 4.55.0.

4.55.0 (released 2024-11-14)
----------------------------

- [cffLib.specializer] Adjust stack use calculation (#3689)
- [varLib] Lets not add mac names if the rest of name doesn't have them (#3688)
- [ttLib.reorderGlyphs] Update CFF table charstrings and charset (#3682)
- [cffLib.specializer] Add cmdline to specialize a CFF2 font (#3675, #3679)
- [CFF2] Lift uint16 VariationStore.length limitation (#3674)
- [subset] consider variation selectors subsetting cmap14 (#3672)
- [varLib.interpolatable] Support CFF2 fonts (#3670)
- Set isfinal to true in XML parser for proper resource cleanup (#3669)
- [removeOverlaps] Fix CFF CharString width (#3659)
- [glyf] Add optimizeSize option (#3657)
- Python 3.13 support (#3656)
- [TupleVariation] Optimize for loading speed, not size (#3650, #3653)


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.84 -r1.85 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.109 pkgsrc/fonts/py-fonttools/Makefile:1.110
--- pkgsrc/fonts/py-fonttools/Makefile:1.109    Sat Oct 12 09:23:43 2024
+++ pkgsrc/fonts/py-fonttools/Makefile  Sun Nov 17 09:35:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.109 2024/10/12 09:23:43 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2024/11/17 09:35:48 wiz Exp $
 
-DISTNAME=      fonttools-4.54.1
+DISTNAME=      fonttools-4.55.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    fonts python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/FontTools/}
@@ -20,9 +20,9 @@ DEPENDS+=     ${PYPKGPREFIX}-brotli>=1.0.1:.
 DEPENDS+=      ${PYPKGPREFIX}-zopfli>=0.1.4:../../archivers/py-zopfli
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0:../../devel/py-test
 
-# as of 4.54.1
+# as of 4.55.0
 # https://github.com/fonttools/fonttools/issues/3660
-# 9 failed, 4393 passed, 62 skipped, 2 xfailed, 23 warnings
+# 9 failed, 4402 passed, 63 skipped, 2 xfailed, 23 warnings
 
 SUBST_CLASSES+=                man
 SUBST_STAGE.man=       pre-configure

Index: pkgsrc/fonts/py-fonttools/distinfo
diff -u pkgsrc/fonts/py-fonttools/distinfo:1.84 pkgsrc/fonts/py-fonttools/distinfo:1.85
--- pkgsrc/fonts/py-fonttools/distinfo:1.84     Sat Oct 12 09:23:43 2024
+++ pkgsrc/fonts/py-fonttools/distinfo  Sun Nov 17 09:35:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.84 2024/10/12 09:23:43 wiz Exp $
+$NetBSD: distinfo,v 1.85 2024/11/17 09:35:48 wiz Exp $
 
-BLAKE2s (fonttools-4.54.1.tar.gz) = 805f0c7cda2baccc2f3a48fe7e6849421ddb06812d06e00b45cba03229d369ed
-SHA512 (fonttools-4.54.1.tar.gz) = 7a0224b0cc493b0535ab328d3e741f4ad932ee0af314c729f26b6b6be2ac7e1d3958f287c0408fb0e6e481ef4bc78b01d0a069388fd1ea4f9d7eb92726e55482
-Size (fonttools-4.54.1.tar.gz) = 3463867 bytes
+BLAKE2s (fonttools-4.55.0.tar.gz) = 4074d95865dc7fb86df9a0031cc497a5cfbfcc3db98799a2781be930428aa2bf
+SHA512 (fonttools-4.55.0.tar.gz) = 6eeb68b5ca200338a8bea7a46141cc69a6a13441260a2a4a00d6a540a1ce37ea6e5502f7bf3a3774aad24df21d13b88c20ed8e634317b94526dee724d76ef7da
+Size (fonttools-4.55.0.tar.gz) = 3490431 bytes



Home | Main Index | Thread Index | Old Index