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 to 4.29.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/143fdf26d2ac
branches:  trunk
changeset: 373179:143fdf26d2ac
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 07 21:12:59 2022 +0000

description:
py-fonttools: updated to 4.29.1

4.29.1 (released 2022-02-01)
----------------------------
- [colorLib] Fixed rounding issue with radial gradient's start/end circles inside
  one another
- [freetypePen] Handle rotate/skew transform when auto-computing width/height of the
  buffer; raise PenError wen missing moveTo

4.29.0 (released 2022-01-24)
----------------------------
- [ufoLib] Fixed illegal characters and expanded reserved filenames
- [COLRv1] Don't emit useless PaintColrLayers of lenght=1 in LayerListBuilder
- [ttx] Removed legacy ``waitForKeyPress`` method on Windows
- [pens] Added FreeTypePen that uses ``freetype-py`` and the pen protocol for
  rasterizating outline paths
- [unicodedata] Updated the script direction list to Unicode 14.0
  Bumped unicodedata2 dependency to 14.0
- [psLib] Fixed type of ``fontName`` in ``suckfont``

diffstat:

 fonts/py-fonttools/Makefile |  5 ++---
 fonts/py-fonttools/PLIST    |  5 ++++-
 fonts/py-fonttools/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 13cf5253d1e5 -r 143fdf26d2ac fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile       Mon Feb 07 21:07:36 2022 +0000
+++ b/fonts/py-fonttools/Makefile       Mon Feb 07 21:12:59 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.77 2022/01/05 15:41:10 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2022/02/07 21:12:59 adam Exp $
 
-DISTNAME=      fonttools-4.28.5
+DISTNAME=      fonttools-4.29.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    fonts python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/FontTools/}
 EXTRACT_SUFX=  .zip
diff -r 13cf5253d1e5 -r 143fdf26d2ac fonts/py-fonttools/PLIST
--- a/fonts/py-fonttools/PLIST  Mon Feb 07 21:07:36 2022 +0000
+++ b/fonts/py-fonttools/PLIST  Mon Feb 07 21:12:59 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.39 2021/12/19 16:47:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.40 2022/02/07 21:12:59 adam Exp $
 bin/fonttools-${PYVERSSUFFIX}
 bin/pyftmerge-${PYVERSSUFFIX}
 bin/pyftsubset-${PYVERSSUFFIX}
@@ -288,6 +288,9 @@
 ${PYSITELIB}/fontTools/pens/filterPen.py
 ${PYSITELIB}/fontTools/pens/filterPen.pyc
 ${PYSITELIB}/fontTools/pens/filterPen.pyo
+${PYSITELIB}/fontTools/pens/freetypePen.py
+${PYSITELIB}/fontTools/pens/freetypePen.pyc
+${PYSITELIB}/fontTools/pens/freetypePen.pyo
 ${PYSITELIB}/fontTools/pens/hashPointPen.py
 ${PYSITELIB}/fontTools/pens/hashPointPen.pyc
 ${PYSITELIB}/fontTools/pens/hashPointPen.pyo
diff -r 13cf5253d1e5 -r 143fdf26d2ac fonts/py-fonttools/distinfo
--- a/fonts/py-fonttools/distinfo       Mon Feb 07 21:07:36 2022 +0000
+++ b/fonts/py-fonttools/distinfo       Mon Feb 07 21:12:59 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2021/12/19 16:47:16 adam Exp $
+$NetBSD: distinfo,v 1.56 2022/02/07 21:12:59 adam Exp $
 
-BLAKE2s (fonttools-4.28.5.zip) = 78d99e8a63525a86631cd04b80aaa97061f44ee932fb85fb555472e44dc5a973
-SHA512 (fonttools-4.28.5.zip) = 6307cb3cc56a7a4455523469588c347cb2968f4f473af4871d3fc2d9af29519308cf98a3634ddfcdba34899172138c48324badb04c05cda1835ac227c525227b
-Size (fonttools-4.28.5.zip) = 4849001 bytes
+BLAKE2s (fonttools-4.29.1.zip) = 3debcf651cb18dd6604ed9c06281f50c109d3955fb2a722b8d21faf2be8e0464
+SHA512 (fonttools-4.29.1.zip) = b68b8ff77bfceb129767fc8f360d51e5543b40d5469e6a3ae07533151ea961ae0ea6bc51a561d4018e2429f5695b916f368b361518d3f9350ce4a1d068986eff
+Size (fonttools-4.29.1.zip) = 4857543 bytes



Home | Main Index | Thread Index | Old Index