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: Sun Aug 5 10:10:43 UTC 2018
Modified Files:
pkgsrc/fonts/py-fonttools: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.25 -r1.26 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.44 pkgsrc/fonts/py-fonttools/Makefile:1.45
--- pkgsrc/fonts/py-fonttools/Makefile:1.44 Thu Jul 5 13:13:24 2018
+++ pkgsrc/fonts/py-fonttools/Makefile Sun Aug 5 10:10:43 2018
@@ -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/}
Index: pkgsrc/fonts/py-fonttools/distinfo
diff -u pkgsrc/fonts/py-fonttools/distinfo:1.25 pkgsrc/fonts/py-fonttools/distinfo:1.26
--- pkgsrc/fonts/py-fonttools/distinfo:1.25 Thu Jul 5 13:13:24 2018
+++ pkgsrc/fonts/py-fonttools/distinfo Sun Aug 5 10:10:43 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index