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:           Fri May 11 14:38:24 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.22 -r1.23 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.41 pkgsrc/fonts/py-fonttools/Makefile:1.42
--- pkgsrc/fonts/py-fonttools/Makefile:1.41     Mon Apr  9 10:54:20 2018
+++ pkgsrc/fonts/py-fonttools/Makefile  Fri May 11 14:38:24 2018
@@ -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/}

Index: pkgsrc/fonts/py-fonttools/distinfo
diff -u pkgsrc/fonts/py-fonttools/distinfo:1.22 pkgsrc/fonts/py-fonttools/distinfo:1.23
--- pkgsrc/fonts/py-fonttools/distinfo:1.22     Mon Apr  9 10:54:20 2018
+++ pkgsrc/fonts/py-fonttools/distinfo  Fri May 11 14:38:24 2018
@@ -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