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.19.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a67b481aa53c
branches:  trunk
changeset: 371209:a67b481aa53c
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 07 13:29:35 2017 +0000

description:
py-fonttools: updated to 3.19.0

3.19.0:
[varLib] Try set of used points instead of all points when testing whether to share points between tuples.
[CFF2] Fixed issue with reading/writing PrivateDict BlueValues to TTX file. Read the commit message 8b02b5a and issue 1030 for more details. NOTE: this change invalidates all the TTX files containing 
CFF2 tables that where dumped with previous verisons of fonttools. CFF2 Subr items can have values on the stack after the last operator, thus a CFF2Subr class was added to accommodate this.
[_k_e_r_n] Fixed compilation of AAT kern version=1.0 tables
[ttLib] Added getBestCmap() convenience method to TTFont class and cmap table class that returns a preferred Unicode cmap subtable given a list of options.
[morx] Emit more meaningful subtable flags. Implement InsertionMorphAction

diffstat:

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

diffs (27 lines):

diff -r 27c75a33b384 -r a67b481aa53c fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile       Tue Nov 07 13:16:32 2017 +0000
+++ b/fonts/py-fonttools/Makefile       Tue Nov 07 13:29:35 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2017/11/06 13:34:30 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2017/11/07 13:29:35 adam Exp $
 
-DISTNAME=      fonttools-3.18.0
+DISTNAME=      fonttools-3.19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    fonts python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/FontTools/}
diff -r 27c75a33b384 -r a67b481aa53c fonts/py-fonttools/distinfo
--- a/fonts/py-fonttools/distinfo       Tue Nov 07 13:16:32 2017 +0000
+++ b/fonts/py-fonttools/distinfo       Tue Nov 07 13:29:35 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/10/30 18:24:50 adam Exp $
+$NetBSD: distinfo,v 1.13 2017/11/07 13:29:35 adam Exp $
 
-SHA1 (fonttools-3.18.0.zip) = d54f94b2e81a14c4a30a824993b6165a00afaa81
-RMD160 (fonttools-3.18.0.zip) = 45fe80ca67229a3766761f91da0721b540ce2584
-SHA512 (fonttools-3.18.0.zip) = 45122b17086b0ce3feb54dc52c413129cec7e7cf02d379e3cbe3a02e98f6ceab83b440dfc872b41166e104995b95a6c2ef1078c18d9f446c0725a6dc363f9a4d
-Size (fonttools-3.18.0.zip) = 2440782 bytes
+SHA1 (fonttools-3.19.0.zip) = 683c4fc3bd7fa02de3cfb057e2a450bbf7155bd0
+RMD160 (fonttools-3.19.0.zip) = 764d0b8428cd8dfdc62cd62657690dfc783f990c
+SHA512 (fonttools-3.19.0.zip) = 4e12f0431759026f69dc6f4656797543e10c8871f3cf6a9b08d8ad6f2a4aa87303fe25361bd422d0285e80ebaf147fb91ba7964aea38627f21bc6582ae9e75cb
+Size (fonttools-3.19.0.zip) = 2447504 bytes



Home | Main Index | Thread Index | Old Index