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: Sat Oct 12 09:23:43 UTC 2024
Modified Files:
pkgsrc/fonts/py-fonttools: Makefile distinfo
Log Message:
py-fonttools: update to 4.54.1.
4.54.1 (released 2024-09-24)
----------------------------
- [unicodedata] Update to Unicode 16
- [subset] Escape ``\\`` in doc string
4.54.0 (released 2024-09-23)
----------------------------
- [Docs] Small docs cleanups by @n8willis (#3611)
- [Docs] cleanup code blocks by @n8willis (#3627)
- [Docs] fix Sphinx builds by @n8willis (#3625)
- [merge] Minor fixes to documentation for merge by @drj11 (#3588)
- [subset] Small tweaks to pyftsubset documentation by @RoelN (#3633)
- [Tests] Do not require fonttools command to be available by @behdad (#3612)
- [Tests] subset_test: add failing test to reproduce issue #3616 by @anthrotype (#3622)
- [ttLib] NameRecordVisitor: include whole sequence of character variants' UI labels, not just the first by @anthrotype (#3617)
- [varLib.avar] Reconstruct mappings from binary by @behdad (#3598)
- [varLib.instancer] Fix visual artefacts with partial L2 instancing by @Hoolean (#3635)
- [varLib.interpolatable] Support discrete axes in .designspace by @behdad (#3599)
- [varLib.models] By default, assume OpenType-like normalized space by @behdad (#3601)
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.83 -r1.84 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.108 pkgsrc/fonts/py-fonttools/Makefile:1.109
--- pkgsrc/fonts/py-fonttools/Makefile:1.108 Sat Aug 10 06:58:01 2024
+++ pkgsrc/fonts/py-fonttools/Makefile Sat Oct 12 09:23:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.108 2024/08/10 06:58:01 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2024/10/12 09:23:43 wiz Exp $
-DISTNAME= fonttools-4.53.1
+DISTNAME= fonttools-4.54.1
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
-# 10 failed, 4384 passed, 62 skipped, 2 xfailed, 23 warnings
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+# as of 4.54.1
+# https://github.com/fonttools/fonttools/issues/3660
+# 9 failed, 4393 passed, 62 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.83 pkgsrc/fonts/py-fonttools/distinfo:1.84
--- pkgsrc/fonts/py-fonttools/distinfo:1.83 Sun Jul 7 14:40:41 2024
+++ pkgsrc/fonts/py-fonttools/distinfo Sat Oct 12 09:23:43 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.83 2024/07/07 14:40:41 wiz Exp $
+$NetBSD: distinfo,v 1.84 2024/10/12 09:23:43 wiz Exp $
-BLAKE2s (fonttools-4.53.1.tar.gz) = 04d8413b20ca0f9314b97c7e908d5b348709454df656e87234db192ad66a80a3
-SHA512 (fonttools-4.53.1.tar.gz) = c031bef5cb8850f7d30bbd64b746e5ff4e15d3a11ebc0fc2365bcfcb9c173e09d520a3c82b05aa76d6a8fcb404037f070f937f25baeacf88e98673857aed9700
-Size (fonttools-4.53.1.tar.gz) = 3452797 bytes
+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
Home |
Main Index |
Thread Index |
Old Index