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 Jan 22 09:17:21 UTC 2019
Modified Files:
pkgsrc/fonts/py-fonttools: Makefile distinfo
Log Message:
py-fonttools: updated to 3.36.0
3.36.0:
- [ttx] Added --no-recalc-timestamp option to keep the original font's
head.modified timestamp.
- [ttx/psCharStrings] Fixed issues while dumping and round-tripping CFF2 table
with ttx.
- [voltLib] Fixed check for duplicate anchors. Don't try to read past
the END operator in .vtp file.
- [varLib] Use sentinel value -0x8000 (-32768) to ignore post.underlineThickness
and post.underlinePosition when generating MVAR deltas.
- [subset] Added --retain-gids option to subset font without modifying the
current glyph indices.
- [ufoLib] Replace deprecated calls to getbytes and setbytes with new
equivalent readbytes and writebytes calls. fs >= 2.2 no required.
- [varLib] Allow loading masters from TTX files as well
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.32 -r1.33 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.52 pkgsrc/fonts/py-fonttools/Makefile:1.53
--- pkgsrc/fonts/py-fonttools/Makefile:1.52 Wed Jan 16 08:40:39 2019
+++ pkgsrc/fonts/py-fonttools/Makefile Tue Jan 22 09:17:20 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2019/01/16 08:40:39 adam Exp $
+# $NetBSD: Makefile,v 1.53 2019/01/22 09:17:20 adam Exp $
-DISTNAME= fonttools-3.35.2
+DISTNAME= fonttools-3.36.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.32 pkgsrc/fonts/py-fonttools/distinfo:1.33
--- pkgsrc/fonts/py-fonttools/distinfo:1.32 Wed Jan 16 08:40:39 2019
+++ pkgsrc/fonts/py-fonttools/distinfo Tue Jan 22 09:17:21 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2019/01/16 08:40:39 adam Exp $
+$NetBSD: distinfo,v 1.33 2019/01/22 09:17:21 adam Exp $
-SHA1 (fonttools-3.35.2.zip) = 25676b2ac5a070f7dfae4a55ed6ff5d8cfea7dc8
-RMD160 (fonttools-3.35.2.zip) = e3a158b8b0f7cc2260a6be65bbe59a67b7606a8d
-SHA512 (fonttools-3.35.2.zip) = b276d84482052b6f9f3bc2c5b9eb7857d25f342450a130811a37659afddb6dd2d131c6b626cf923960a80ca60d415ae2e29f214a95201bdc87a49ab0bf0dd4b1
-Size (fonttools-3.35.2.zip) = 2823826 bytes
+SHA1 (fonttools-3.36.0.zip) = 71384f53b4dc1878b3fa8e5552c68ec5a5eb1e0e
+RMD160 (fonttools-3.36.0.zip) = 5a1e5388e8e5e95af68ce519320ac8bda93ad249
+SHA512 (fonttools-3.36.0.zip) = 23cb3a9830f9c163d1d8231985474386dd13809d0cd4d383e67d9ebde908a76bbbffd458042d06149e47f37091e5bef5def337fdd24b1da5e4b535048a47a1e7
+Size (fonttools-3.36.0.zip) = 2839281 bytes
Home |
Main Index |
Thread Index |
Old Index