pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/py-fonttools py-fonttools: updated to 3.29.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d682eac886b
branches:  trunk
changeset: 311192:8d682eac886b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 05 10:10:43 2018 +0000

description:
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:

 fonts/py-fonttools/Makefile |   4 ++--
 fonts/py-fonttools/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 942f5ea767c8 -r 8d682eac886b fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile       Sat Aug 04 21:56:55 2018 +0000
+++ b/fonts/py-fonttools/Makefile       Sun Aug 05 10:10:43 2018 +0000
@@ -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 -r 942f5ea767c8 -r 8d682eac886b fonts/py-fonttools/distinfo
--- a/fonts/py-fonttools/distinfo       Sat Aug 04 21:56:55 2018 +0000
+++ b/fonts/py-fonttools/distinfo       Sun Aug 05 10:10:43 2018 +0000
@@ -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