Source-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 4.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ed4061b1457
branches:  trunk
changeset: 429254:8ed4061b1457
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 18 07:29:59 2020 +0000

description:
py-fonttools: updated to 4.8.1

4.8.1 (released 2020-04-17)
---------------------------
- [feaLib] Fixed ``AttributeError: 'NoneType' has no attribute 'getAlternateGlyphs'``
  when ``aalt`` feature references a chain contextual substitution lookup

4.8.0 (released 2020-04-16)
---------------------------
- [feaLib] If Parser is initialized without a ``glyphNames`` parameter, it cannot
  distinguish between a glyph name containing an hyphen, or a range of glyph names;
  instead of raising an error, it now interprets them as literal glyph names, while
  also outputting a logging warning to alert user about the ambiguity
- [feaLib] When serializing AST to string, emit spaces around hyphens that denote
  ranges. Also, fixed an issue with CID ranges when round-tripping AST->string->AST
- [Snippets/otf2ttf] In otf2ttf.py script update LSB in hmtx to match xMin
- [colorLib] Added experimental support for building ``COLR`` v1 tables as per
  the `colr-gradients-spec <https://github.com/googlefonts/colr-gradients-spec/blob/master/colr-gradients-spec.md>`__
  draft proposal. **NOTE**: both the API and the XML dump of ``COLR`` v1 are
  susceptible to change while the proposal is being discussed and formalized

diffstat:

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

diffs (36 lines):

diff -r 4da2d1650672 -r 8ed4061b1457 fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile       Sat Apr 18 06:45:24 2020 +0000
+++ b/fonts/py-fonttools/Makefile       Sat Apr 18 07:29:59 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2020/04/16 07:39:41 adam Exp $
+# $NetBSD: Makefile,v 1.63 2020/04/18 07:29:59 adam Exp $
 
-DISTNAME=      fonttools-4.7.0
-PKGREVISION=   1
+DISTNAME=      fonttools-4.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    fonts python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/FontTools/}
@@ -12,6 +11,7 @@
 COMMENT=       Library for manipulating fonts
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 TEST_DEPENDS+= ${PYPKGPREFIX}-fs-[0-9]*:../../filesystems/py-fs
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0:../../devel/py-test
diff -r 4da2d1650672 -r 8ed4061b1457 fonts/py-fonttools/distinfo
--- a/fonts/py-fonttools/distinfo       Sat Apr 18 06:45:24 2020 +0000
+++ b/fonts/py-fonttools/distinfo       Sat Apr 18 07:29:59 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2020/04/11 07:21:37 adam Exp $
+$NetBSD: distinfo,v 1.42 2020/04/18 07:29:59 adam Exp $
 
-SHA1 (fonttools-4.7.0.zip) = 6c27cffd7f42175bf762ac60cb3be0a5f0be8576
-RMD160 (fonttools-4.7.0.zip) = 758023bdc3cd2e5f3b92b50be4a1b9e267d60bb6
-SHA512 (fonttools-4.7.0.zip) = bc70973d8f705fe708337ddfa3a33761b3e6ea091060ece8999f22b1b24d4d3f7b0e0329d6ba72fb900ee06f0de9e4dbe414e3e01d7c7078d7dc1569a0894ea5
-Size (fonttools-4.7.0.zip) = 3892191 bytes
+SHA1 (fonttools-4.8.1.zip) = 64d9dc4554fed341a42aaf9ddd5d6512537ef2b2
+RMD160 (fonttools-4.8.1.zip) = e9e53ad569947f195c2c8638afbca9231bb64be4
+SHA512 (fonttools-4.8.1.zip) = 875ce41ee7154a526ac32859b9fb21fda9bd954013189d085bac27af13819a6205f673d485a44e03ffe0123b5448420b95f41c30aa880790471f7ba9ea2d9ee8
+Size (fonttools-4.8.1.zip) = 3907680 bytes



Home | Main Index | Thread Index | Old Index