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:           Mon Feb 12 13:58:57 UTC 2024

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

Log Message:
py-fonttools: updated to 4.48.1

4.48.1 (released 2024-02-06)
----------------------------

- Fixed uploading wheels to PyPI, no code changes since v4.48.0.

4.48.0 (released 2024-02-06)
----------------------------

- [varLib] Do not log when there are no OTL tables to be merged.
- [setup.py] Do not restrict lxml<5 any more, tests pass just fine with lxml>=5.
- [feaLib] Remove glyph and class names length restrictions in FEA
- [roundingPens] Added ``transformRoundFunc`` parameter to the rounding pens to allow
  for custom rounding of the components' transforms
- [feaLib] Keep declaration order of ligature components within a ligature set, instead
  of sorting by glyph name
- [feaLib] Fixed ordering of alternates in ``aalt`` lookups, following the declaration
  order of feature references within the ``aalt`` feature block
- [varLib.instancer] Fixed a bug in the instancer's IUP optimization
- [sbix] Support sbix glyphs with new graphicType "flip"
- [svgPathPen] Added ``--glyphs`` option to dump the SVG paths for the named glyphs
  in the font (0572f78).
- [designspaceLib] Added "description" attribute to ``<mappings>`` and ``<mapping>``
  elements, and allow multiple ``<mappings>`` elements to group ``<mapping>`` elements
  that are logically related
- [otlLib] Correctly choose the most compact GSUB contextual lookup format


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/fonts/py-fonttools/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/fonts/py-fonttools/PLIST
cvs rdiff -u -r1.77 -r1.78 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.101 pkgsrc/fonts/py-fonttools/Makefile:1.102
--- pkgsrc/fonts/py-fonttools/Makefile:1.101    Thu Jan 11 13:08:52 2024
+++ pkgsrc/fonts/py-fonttools/Makefile  Mon Feb 12 13:58:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.101 2024/01/11 13:08:52 adam Exp $
+# $NetBSD: Makefile,v 1.102 2024/02/12 13:58:57 adam Exp $
 
-DISTNAME=      fonttools-4.47.2
+DISTNAME=      fonttools-4.48.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    fonts python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/FontTools/}

Index: pkgsrc/fonts/py-fonttools/PLIST
diff -u pkgsrc/fonts/py-fonttools/PLIST:1.52 pkgsrc/fonts/py-fonttools/PLIST:1.53
--- pkgsrc/fonts/py-fonttools/PLIST:1.52        Thu Dec  7 08:30:20 2023
+++ pkgsrc/fonts/py-fonttools/PLIST     Mon Feb 12 13:58:57 2024
@@ -1,8 +1,14 @@
-@comment $NetBSD: PLIST,v 1.52 2023/12/07 08:30:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.53 2024/02/12 13:58:57 adam Exp $
 bin/fonttools-${PYVERSSUFFIX}
 bin/pyftmerge-${PYVERSSUFFIX}
 bin/pyftsubset-${PYVERSSUFFIX}
 bin/ttx-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/fontTools/__init__.py
 ${PYSITELIB}/fontTools/__init__.pyc
 ${PYSITELIB}/fontTools/__init__.pyo
@@ -71,6 +77,9 @@ ${PYSITELIB}/fontTools/cu2qu/ufo.pyo
 ${PYSITELIB}/fontTools/designspaceLib/__init__.py
 ${PYSITELIB}/fontTools/designspaceLib/__init__.pyc
 ${PYSITELIB}/fontTools/designspaceLib/__init__.pyo
+${PYSITELIB}/fontTools/designspaceLib/__main__.py
+${PYSITELIB}/fontTools/designspaceLib/__main__.pyc
+${PYSITELIB}/fontTools/designspaceLib/__main__.pyo
 ${PYSITELIB}/fontTools/designspaceLib/split.py
 ${PYSITELIB}/fontTools/designspaceLib/split.pyc
 ${PYSITELIB}/fontTools/designspaceLib/split.pyo
@@ -914,10 +923,4 @@ ${PYSITELIB}/fontTools/voltLib/parser.py
 ${PYSITELIB}/fontTools/voltLib/voltToFea.py
 ${PYSITELIB}/fontTools/voltLib/voltToFea.pyc
 ${PYSITELIB}/fontTools/voltLib/voltToFea.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 man/man1/ttx-${PYVERSSUFFIX}.1

Index: pkgsrc/fonts/py-fonttools/distinfo
diff -u pkgsrc/fonts/py-fonttools/distinfo:1.77 pkgsrc/fonts/py-fonttools/distinfo:1.78
--- pkgsrc/fonts/py-fonttools/distinfo:1.77     Thu Jan 11 13:08:52 2024
+++ pkgsrc/fonts/py-fonttools/distinfo  Mon Feb 12 13:58:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.77 2024/01/11 13:08:52 adam Exp $
+$NetBSD: distinfo,v 1.78 2024/02/12 13:58:57 adam Exp $
 
-BLAKE2s (fonttools-4.47.2.tar.gz) = bcedffeb532187ad84cd4dd40a5b5a1c34d8e36409e62d1c716fdb5620e7e390
-SHA512 (fonttools-4.47.2.tar.gz) = f98caacb41aba093901a281eb4626ff85118158e53fcad883b9e1170a81606331f2589c9b6b2c4121ba9d70ee59e7f8ff14f924da5f2ba06beee47e051b06dc6
-Size (fonttools-4.47.2.tar.gz) = 3410067 bytes
+BLAKE2s (fonttools-4.48.1.tar.gz) = d36dc065572db477b7ab85c35193a687aca660dc228f2338160c8f9488a2ff20
+SHA512 (fonttools-4.48.1.tar.gz) = 34446b4b4c78337857980d3ba73baa2d25ed616fde93b3cacbae4f4521aeda1101d594c27cfd25acd373dec8677ebc086752e4fa0b9739ff456e0a08a139f94e
+Size (fonttools-4.48.1.tar.gz) = 3414570 bytes



Home | Main Index | Thread Index | Old Index