pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-cairo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 14 16:05:46 UTC 2023

Modified Files:
        pkgsrc/graphics/py-cairo: Makefile distinfo

Log Message:
py-cairo: update to 1.25.1.

1.25.1 - 2023-10-21
-------------------

* Fix a crash with pypy3.10 :pr:`344`
* Fix the build with CPython 3.13.0a1 :pr:`343`

.. _v1.25.0:

1.25.0 - 2023-09-26
-------------------

* Update to cairo 1.18.0 for the Windows wheel
* Provide a Windows arm64 wheel
* New APIs:

  * :attr:`Status.SVG_FONT_ERROR` :pr:`334`
  * :meth:`FontOptions.get_color_mode`, :meth:`FontOptions.set_color_mode`, :class:`ColorMode` :pr:`336`
  * :meth:`FontOptions.set_color_palette`, :meth:`FontOptions.get_color_palette`, :attr:`COLOR_PALETTE_DEFAULT` :pr:`338`
  * :meth:`FontOptions.set_custom_palette_color`, :meth:`FontOptions.get_custom_palette_color` :pr:`339`
  * :attr:`TAG_CONTENT`, :attr:`TAG_CONTENT_REF` :pr:`340`
  * :meth:`Pattern.get_dither`, :meth:`Pattern.set_dither`, :class:`Dither` :pr:`341`


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/graphics/py-cairo/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/py-cairo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-cairo/Makefile
diff -u pkgsrc/graphics/py-cairo/Makefile:1.80 pkgsrc/graphics/py-cairo/Makefile:1.81
--- pkgsrc/graphics/py-cairo/Makefile:1.80      Tue Nov 14 14:02:09 2023
+++ pkgsrc/graphics/py-cairo/Makefile   Tue Nov 14 16:05:46 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.80 2023/11/14 14:02:09 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2023/11/14 16:05:46 wiz Exp $
 
-DISTNAME=      pycairo-1.24.0
+DISTNAME=      pycairo-1.25.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   2
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycairo/}
 
@@ -22,7 +21,7 @@ PY_PATCHPLIST=                        yes
 BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.13.1
 .include "../../graphics/cairo/buildlink3.mk"
 #.include "../../lang/python/egg.mk"
-MESON_REQD=    1.2.0
+MESON_REQD+=   1.2.0
 .include "../../devel/meson/build.mk"
 .include "../../lang/python/pyversion.mk"
 .include "../../lang/python/extension.mk"

Index: pkgsrc/graphics/py-cairo/distinfo
diff -u pkgsrc/graphics/py-cairo/distinfo:1.35 pkgsrc/graphics/py-cairo/distinfo:1.36
--- pkgsrc/graphics/py-cairo/distinfo:1.35      Wed Jun 28 09:12:20 2023
+++ pkgsrc/graphics/py-cairo/distinfo   Tue Nov 14 16:05:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2023/06/28 09:12:20 wiz Exp $
+$NetBSD: distinfo,v 1.36 2023/11/14 16:05:46 wiz Exp $
 
-BLAKE2s (pycairo-1.24.0.tar.gz) = 2ba5b7b7846963e7f8b1d95940e427076dd3c17aff8e9e9d61f05d70756d7327
-SHA512 (pycairo-1.24.0.tar.gz) = bbc160bc9c3c9365018c680f6a69347bc222cdaec10ea48d18aedd0341048df74973d3299d783662adf02b414874824660da10943d88f64c30451d3fdccc63fb
-Size (pycairo-1.24.0.tar.gz) = 344850 bytes
+BLAKE2s (pycairo-1.25.1.tar.gz) = 363c5130de02abdc8a57db6d3d6049d570eee130062500a4fdaff0c81a83f19e
+SHA512 (pycairo-1.25.1.tar.gz) = f2b93a09cbe9cd7c2885794ff58a48df6cf59fbe2dbeabf7c6e9d99e68c71ac220abc866ac0d756c7ffb3f821ef63b65dbb8963f0bf7d5bd21ee0efb800e7b23
+Size (pycairo-1.25.1.tar.gz) = 347088 bytes



Home | Main Index | Thread Index | Old Index