head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2025.05.12.12.19.43; author wiz; state dead; branches; next 1.1; commitid Yg2Xw3tDEjrb9CUF; 1.1 date 2025.04.25.11.30.23; author wiz; state Exp; branches; next ; commitid 2SJjb6LnZBAdqqSF; desc @@ 1.2 log @py-cairosvg: update to 2.8.0. Version 2.8.0 released on 2025-05-12 ==================================== * Drop support of Python 3.7 and 3.8, add support of Python 3.12 and 3.13 * Optimize math operations * Use pathlib * Close paths for ellipses and circles * Fix output ratio for SVG surfaces * Avoid endless loops when updating def attributes * Round PNG size * Don't crash when more than 2 values are given to translate and scale functions @ text @$NetBSD: patch-setup.cfg,v 1.1 2025/04/25 11:30:23 wiz Exp $ Fix installation with setuptools 78. https://github.com/Kozea/CairoSVG/issues/441 --- setup.cfg.orig 2025-04-25 11:24:38.120855581 +0000 +++ setup.cfg @@@@ -52,7 +52,7 @@@@ install_requires = python_requires = >= 3.5 [options.entry_points] -console-scripts = +console_scripts = cairosvg = cairosvg.__main__:main [options.package_data] @ 1.1 log @py-cairosvg: fix installation of script with setuptools 78 Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @