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:           Tue Nov  7 13:29:35 UTC 2017

Modified Files:
        pkgsrc/fonts/py-fonttools: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.12 -r1.13 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.31 pkgsrc/fonts/py-fonttools/Makefile:1.32
--- pkgsrc/fonts/py-fonttools/Makefile:1.31     Mon Nov  6 13:34:30 2017
+++ pkgsrc/fonts/py-fonttools/Makefile  Tue Nov  7 13:29:35 2017
@@ -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/}

Index: pkgsrc/fonts/py-fonttools/distinfo
diff -u pkgsrc/fonts/py-fonttools/distinfo:1.12 pkgsrc/fonts/py-fonttools/distinfo:1.13
--- pkgsrc/fonts/py-fonttools/distinfo:1.12     Mon Oct 30 18:24:50 2017
+++ pkgsrc/fonts/py-fonttools/distinfo  Tue Nov  7 13:29:35 2017
@@ -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