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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/681c9920f928
branches:  trunk
changeset: 307672:681c9920f928
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri May 11 14:38:24 2018 +0000
description:
py-fonttools: updated to 3.26.0

3.26.0:
- [designspace] Added a new optional layer attribute to the source element,
  and a corresponding layerName attribute to the SourceDescriptor
  object.
  Added conditionset element to the rule element to the spec, but not
  implemented in designspace reader/writer yet.
- [varLib.models] Refine modeling one last time.
- [otBase] Fixed sharing of tables referred to by different offset sizes
- [subset] Don't drop a GDEF that only has VarStore. Set to None
  empty Coverage tables in MarkGlyphSets.
- [varLib]: Added --master-finder command-line option.
- [varLib.mutator] Prune fvar nameIDs from instance's name table.
- [otTables] Allow decompiling bad ClassDef tables with invalid format, with
  warning.
- [varLib] Make STAT v1.2 and reuse nameIDs from fvar table.
- [varLib.plot] Show master locations. Set axis limits to -1, +1.
- [subset] Handle HVAR direct mapping. Passthrough 'cvar'.
  Added --font-number command-line option for collections.
- [t1Lib] Allow a text encoding to be specified when parsing a Type 1 font
  Added kind argument to T1Font constructor.
- [ttLib] Added context manager API to TTFont class, so it can be used in
  with statements to auto-close the file when exiting the context

diffstat:

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

diffs (27 lines):

diff -r 55ec6102117c -r 681c9920f928 fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile       Fri May 11 14:36:07 2018 +0000
+++ b/fonts/py-fonttools/Makefile       Fri May 11 14:38:24 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2018/04/09 10:54:20 adam Exp $
+# $NetBSD: Makefile,v 1.42 2018/05/11 14:38:24 adam Exp $
 
-DISTNAME=      fonttools-3.25.0
+DISTNAME=      fonttools-3.26.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    fonts python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/FontTools/}
diff -r 55ec6102117c -r 681c9920f928 fonts/py-fonttools/distinfo
--- a/fonts/py-fonttools/distinfo       Fri May 11 14:36:07 2018 +0000
+++ b/fonts/py-fonttools/distinfo       Fri May 11 14:38:24 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2018/04/09 10:54:20 adam Exp $
+$NetBSD: distinfo,v 1.23 2018/05/11 14:38:24 adam Exp $
 
-SHA1 (fonttools-3.25.0.zip) = eec376b1c1136351e3a6a65faa481ab8369845bf
-RMD160 (fonttools-3.25.0.zip) = 1152ac6ec46b27bbd139f853858368c7e3d02a52
-SHA512 (fonttools-3.25.0.zip) = 28f36d41073f93348ca4bc50a9c6c631b02725ec94dcf962281c08b9ecd31a37454c7820d0728a34933c2845599fe72d73e7af6a4ae69c5ad2f6fa69dad5d6e4
-Size (fonttools-3.25.0.zip) = 2570996 bytes
+SHA1 (fonttools-3.26.0.zip) = d506caf0b892fb837d2bd6fd1915a3787459afee
+RMD160 (fonttools-3.26.0.zip) = f1c1f76755f3e7cdce148d78f342a0c7b30a3587
+SHA512 (fonttools-3.26.0.zip) = d99f21c0ff7fb3d4fa50811dcacb730619ed5a02af1ae4a540366aa9663c3742d4db46f5c6d4f9239588af087bf5d783cd610d693c2c6a15403d54eef68ad5d8
+Size (fonttools-3.26.0.zip) = 2573766 bytes



Home | Main Index | Thread Index | Old Index