pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-cairo py-cairo: update to 1.22.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aca811200a56
branches:  trunk
changeset: 388695:aca811200a56
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 25 09:56:49 2022 +0000

description:
py-cairo: update to 1.22.0.

1.22.0 - 2022-11-19
-------------------

* Officially support Python 3.11 :pr:`285`
* PDFSurface.version_to_string(): Fix crash with negative versions :pr:`279`
* typing: ImageSurface.get_stride() returns an int :pr:`282`
* typing: Fix incorrect interface for Matrix constructor :pr:`271`
* typing: Use Generic for Context :pr:`274`
* docs: some cairo.Context fixes :pr:`276`
* docs: try to make create_from_png/write_to_png more clear :pr:`261`
* docs: add an example for how to convert a surface to pillow :pr:`281`
* docs: cairo.Format.RGB24: document that unused bytes may be overwritten :pr:`289`
* tests: don't depend on specific ref counts :pr:`291`
* tests: compatibility fixes for cairo 1.17.6 :pr:`264`

diffstat:

 graphics/py-cairo/Makefile |  4 ++--
 graphics/py-cairo/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 689b1c38375b -r aca811200a56 graphics/py-cairo/Makefile
--- a/graphics/py-cairo/Makefile        Fri Nov 25 09:54:39 2022 +0000
+++ b/graphics/py-cairo/Makefile        Fri Nov 25 09:56:49 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2022/03/30 09:12:01 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2022/11/25 09:56:49 wiz Exp $
 
-DISTNAME=              pycairo-1.21.0
+DISTNAME=              pycairo-1.22.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=            graphics
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=pygobject/}
diff -r 689b1c38375b -r aca811200a56 graphics/py-cairo/distinfo
--- a/graphics/py-cairo/distinfo        Fri Nov 25 09:54:39 2022 +0000
+++ b/graphics/py-cairo/distinfo        Fri Nov 25 09:56:49 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2022/03/30 09:12:01 wiz Exp $
+$NetBSD: distinfo,v 1.33 2022/11/25 09:56:49 wiz Exp $
 
-BLAKE2s (pycairo-1.21.0.tar.gz) = ac4f4f9988a5ab4c6c8e8480e4fa74443ef17a99f52d54402919783d9da3e773
-SHA512 (pycairo-1.21.0.tar.gz) = 0de226b05d0a358f3546e4a0d5bf342f124373718d4900c891a09c1ede11e3ed1fb9bee163c00acfc215044683ddf0b29c8573b7454f9c39f957a47d63c34baf
-Size (pycairo-1.21.0.tar.gz) = 340712 bytes
+BLAKE2s (pycairo-1.22.0.tar.gz) = 5ccba23657828fcaf1a372d7296d81a273a1d432d0d039700ca98c485cfd8c1e
+SHA512 (pycairo-1.22.0.tar.gz) = 2a8da5b905536291291655a237fd0c6c54a5fe91a38296cffdc187c0c35837bd3176045f4ab39e59e7f67947deba7ba076c5e6ffdb46256b4b180c42267f41b6
+Size (pycairo-1.22.0.tar.gz) = 342295 bytes



Home | Main Index | Thread Index | Old Index