Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/py-cairosvg py-cairosvg: Update to 2.4.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b8416c4742c
branches:  trunk
changeset: 431808:4b8416c4742c
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Sat May 16 17:16:21 2020 +0000

description:
py-cairosvg: Update to 2.4.2.

Version 2.4.2 released on 2019-09-10
====================================

* Fix race condition in tests
* Fix scale for images with no viewBox


Version 2.4.1 released on 2019-08-21
====================================

* Fix the --scale parameter
* Allow href attributes with no namespace
* Fix the tree root detection


Version 2.4.0 released on 2019-05-20
====================================

* Fix aspect and position when resizing root SVG tag
* Follow aspect and position hints when using forced output size


Version 2.3.1 released on 2019-04-18
====================================

* Fix relative paths on Windows


Version 2.3.0 released on 2019-02-08
====================================

* Drop Python 3.4 support
* Make text selectable on generated PDF files
* Don't inherit dx and dy attributes
* Fix support of alignment-baseline="hanging"
* Fix backslashes in docstrings and comments
* Fix local anchors with files with no given URL
* Close VERSION's file descriptor
* Clean packaging
* Include LICENSE in distributed packages


Version 2.2.1 released on 2018-09-27
====================================

* Fix packaging


Version 2.2.0 released on 2018-09-21
====================================

* Clean packaging
* Fix T commands used with previous relative commands in paths
* Use real functions for svg2* commands, improving IDE integration
* Fix files management on Windows
* Handle image-rendering property
* Fix crash with some text samples
* Fix position of embedded svg tags with a viewbox not at position (0, 0)
* Add output-width and output-height options
* Handle references to inner document tags defined after the anchor
* Fix offsets for texts on paths

diffstat:

 converters/py-cairosvg/Makefile |   4 ++--
 converters/py-cairosvg/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9d77644a6973 -r 4b8416c4742c converters/py-cairosvg/Makefile
--- a/converters/py-cairosvg/Makefile   Sat May 16 17:14:03 2020 +0000
+++ b/converters/py-cairosvg/Makefile   Sat May 16 17:16:21 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/05/11 14:36:07 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/16 17:16:21 kleink Exp $
 
-DISTNAME=      CairoSVG-2.1.3
+DISTNAME=      CairoSVG-2.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    converters graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/CairoSVG/}
diff -r 9d77644a6973 -r 4b8416c4742c converters/py-cairosvg/distinfo
--- a/converters/py-cairosvg/distinfo   Sat May 16 17:14:03 2020 +0000
+++ b/converters/py-cairosvg/distinfo   Sat May 16 17:16:21 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/05/11 14:36:07 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/05/16 17:16:21 kleink Exp $
 
-SHA1 (CairoSVG-2.1.3.tar.gz) = 55c68a00f1a6a309d4703f8412a5ac998d5b76fa
-RMD160 (CairoSVG-2.1.3.tar.gz) = e7e3231529bd886c84e97d56bdf01fa191ca782c
-SHA512 (CairoSVG-2.1.3.tar.gz) = c758de93ff11a99c3e3ab3a553f93677524b0ef9a7746c3b02ed6540fdc7de88a8e1832b8c28dfd080f10bec29b31c66e7e382ff332c82a8ee6e96a3cab39863
-Size (CairoSVG-2.1.3.tar.gz) = 39836 bytes
+SHA1 (CairoSVG-2.4.2.tar.gz) = 4c5bf5d5a0c5d03eed65360e91655aab146726f9
+RMD160 (CairoSVG-2.4.2.tar.gz) = e29a3702c42cd2535464b7650353100e0ac5bad6
+SHA512 (CairoSVG-2.4.2.tar.gz) = 0d6dd22d9569fd3849cf7f6594c86bed719169dac1f0f3219e88d82f9d245bf29d51715159085cb26c0340c8f0dcb88412d141ec0ee3710b1477626f5a578441
+Size (CairoSVG-2.4.2.tar.gz) = 38715 bytes



Home | Main Index | Thread Index | Old Index