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 Feb  9 14:30:53 UTC 2025

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

Log Message:
py-fonttools: update to 4.56.0.

4.56.0 (released 2025-02-07)
----------------------------

- [varStore] Sort the input todo list with the same sorting key used for the opimizer's output (#3767).
- [otData] Fix DeviceTable's ``DeltaValue`` repeat value which caused a crash after importing from XML and then compiling a GPOS containing Device tables (#3758).
- [feaLib] Make ``FeatureLibError`` pickleable, so client can e.g. use feaLib to can compile features in parallel with multiprocessing (#3762).
- [varLib/gvar] Removed workaround for old, long-fixed macOS bug about composite glyphs with all zero deltas (#1381, #1788).
- [Docs] Updated ttLib documentation, beefed up TTFont and TTGlyphSet explanations (#3720).


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.89 -r1.90 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.114 pkgsrc/fonts/py-fonttools/Makefile:1.115
--- pkgsrc/fonts/py-fonttools/Makefile:1.114    Wed Jan 29 21:39:39 2025
+++ pkgsrc/fonts/py-fonttools/Makefile  Sun Feb  9 14:30:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.114 2025/01/29 21:39:39 adam Exp $
+# $NetBSD: Makefile,v 1.115 2025/02/09 14:30:52 wiz Exp $
 
-DISTNAME=      fonttools-4.55.8
+DISTNAME=      fonttools-4.56.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.55.0
+# as of 4.56.0
 # https://github.com/fonttools/fonttools/issues/3660
-# 9 failed, 4402 passed, 63 skipped, 2 xfailed, 23 warnings
+# 9 failed, 4414 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.89 pkgsrc/fonts/py-fonttools/distinfo:1.90
--- pkgsrc/fonts/py-fonttools/distinfo:1.89     Wed Jan 29 21:39:39 2025
+++ pkgsrc/fonts/py-fonttools/distinfo  Sun Feb  9 14:30:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.89 2025/01/29 21:39:39 adam Exp $
+$NetBSD: distinfo,v 1.90 2025/02/09 14:30:52 wiz Exp $
 
-BLAKE2s (fonttools-4.55.8.tar.gz) = ca950b49d376e690c8458cdee5c96a6a82ce2721f47973a044888f96cd56d1e5
-SHA512 (fonttools-4.55.8.tar.gz) = ec373d2f71d46821b9ac6b2d91aaa6a56d7c019aedb601cf9cf9040329ee3903b35fb9c6a7fdbf8f598f1f1a00de021f98b380b40995fc5c52e74a51fc2254df
-Size (fonttools-4.55.8.tar.gz) = 3458915 bytes
+BLAKE2s (fonttools-4.56.0.tar.gz) = 9c7af5f881f7307be58a0a9fec7e5bf2ebda542302e675ebdfe5ea6ed89a4893
+SHA512 (fonttools-4.56.0.tar.gz) = 89d143bd4b81d85de84e2d17d76b631db4c21b527e30a6f8c5b4402c8b41d02380a776817f2c4f83b420fb924d09a8cc21cf9a5396b06391271a6ff94149194e
+Size (fonttools-4.56.0.tar.gz) = 3462892 bytes



Home | Main Index | Thread Index | Old Index