diff options
author | adam <adam@pkgsrc.org> | 2018-08-05 10:10:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-08-05 10:10:43 +0000 |
commit | 29a38ac6597ee53a67e358aec1ae579cb056694c (patch) | |
tree | 333511b031bcd5603714335778bc6a0e90e8f258 /fonts | |
parent | 7efc15603ddb5be9028d157b8de0f4bceef40117 (diff) | |
download | pkgsrc-29a38ac6597ee53a67e358aec1ae579cb056694c.tar.gz |
py-fonttools: updated to 3.29.0
3.29.0:
- [feaLib] In the OTL table builder, when the name table is excluded
from the list of tables to be build, skip compiling featureNames blocks,
as the records referenced in FeatureParams table don't exist.
- [otBase] Try ExtensionLookup if other offset-overflow methods fail.
- [feaLib] Added support for explicit subtable; break statements in
PairPos lookups; previously these were ignored.
- [cffLib.specializer] Make sure the stack depth does not exceed maxstack - 1,
so that a subroutinizer can insert subroutine calls.
- [otTables] Added support for fixing offset overflow errors occurring inside
MarkBasePos subtables.
- [subset] Write the default output file extension based on --flavor option,
or the value of TTFont.sfntVersion.
- [unicodedata] Updated Blocks, Scripts and ScriptExtensions for Unicode 11.
- [xmlWriter] Added context manager to XMLWriter class to autoclose file
descriptor on exit.
- [psCharStrings] Optimize the charstring's bytecode by encoding as integers
all float values that have no decimal portion.
- [ttFont] Fixed missing import of TTLibError exception.
- [feaLib] Allow any languages other than dflt under DFLT script.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/py-fonttools/Makefile | 4 | ||||
-rw-r--r-- | fonts/py-fonttools/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile index 96a99e54e21..466b1aab302 100644 --- a/fonts/py-fonttools/Makefile +++ b/fonts/py-fonttools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2018/07/05 13:13:24 adam Exp $ +# $NetBSD: Makefile,v 1.45 2018/08/05 10:10:43 adam Exp $ -DISTNAME= fonttools-3.28.0 +DISTNAME= fonttools-3.29.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= fonts python MASTER_SITES= ${MASTER_SITE_PYPI:=F/FontTools/} diff --git a/fonts/py-fonttools/distinfo b/fonts/py-fonttools/distinfo index a579e9ecaee..c05de22cde8 100644 --- a/fonts/py-fonttools/distinfo +++ b/fonts/py-fonttools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2018/07/05 13:13:24 adam Exp $ +$NetBSD: distinfo,v 1.26 2018/08/05 10:10:43 adam Exp $ -SHA1 (fonttools-3.28.0.zip) = dea9afc474135b48544372fb6617dcfcde1a0ad5 -RMD160 (fonttools-3.28.0.zip) = 8b5a2d3dea8fe8f8478734fda8a82caf55a09a02 -SHA512 (fonttools-3.28.0.zip) = 0e495ded98419d17db9a5c1b0334771d1f2434dcf5b74b2885459cbd6b5a8354aee076eea2ac9a771323ed2e0766134f7d167bef1f7cf388780170d24c66e91f -Size (fonttools-3.28.0.zip) = 2586903 bytes +SHA1 (fonttools-3.29.0.zip) = db5b9ad5f81e74fff845a95b072236566cc44402 +RMD160 (fonttools-3.29.0.zip) = 3386727c403a1972379835b77086c810796104d7 +SHA512 (fonttools-3.29.0.zip) = ca3b6a045588e060cfd8bd043184dd8ae823a50a53ae4995941b155dfbfb7d53ac2e5929b712bedec32fb5405c13ba3398cce02b5062536bc37c4956a02b5378 +Size (fonttools-3.29.0.zip) = 2591294 bytes |