pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-contourpy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 17 09:31:14 UTC 2024

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

Log Message:
py-contourpy: update to 1.3.1.

ContourPy 1.3.1 is a compatibility release to support changes in bokeh, meson-python and pybind11.

This release supports Python 3.10 to 3.13.

Compatibility:

    Drop support for Python 3.9 (#435)
    Update to bokeh 3.6.0 (#444)
    Update minimum pybind11 to 2.13.2 (#451)
    Read meson-python version in recommended way (#452)

Code improvements:

    Use itertools.pairwise instead of zip where possible (#437)
    Typing changes from ruff UP035 and UP038 (#438)

Build, testing and CI improvements:

    Tidy up python 3.13 CI (#449)
    Build Python 3.13t wheels on Windows (#450)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/py-contourpy/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-contourpy/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-contourpy/Makefile
diff -u pkgsrc/graphics/py-contourpy/Makefile:1.12 pkgsrc/graphics/py-contourpy/Makefile:1.13
--- pkgsrc/graphics/py-contourpy/Makefile:1.12  Mon Oct 14 06:45:45 2024
+++ pkgsrc/graphics/py-contourpy/Makefile       Sun Nov 17 09:31:14 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/10/14 06:45:45 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/11/17 09:31:14 wiz Exp $
 
-DISTNAME=      contourpy-1.3.0
+DISTNAME=      contourpy-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/contourpy/}

Index: pkgsrc/graphics/py-contourpy/distinfo
diff -u pkgsrc/graphics/py-contourpy/distinfo:1.7 pkgsrc/graphics/py-contourpy/distinfo:1.8
--- pkgsrc/graphics/py-contourpy/distinfo:1.7   Fri Sep 13 08:27:47 2024
+++ pkgsrc/graphics/py-contourpy/distinfo       Sun Nov 17 09:31:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/09/13 08:27:47 wiz Exp $
+$NetBSD: distinfo,v 1.8 2024/11/17 09:31:14 wiz Exp $
 
-BLAKE2s (contourpy-1.3.0.tar.gz) = fa5df8e7ae20708fb50a3fbe35878abaf5676a83095a44185981a4a5a9f8408a
-SHA512 (contourpy-1.3.0.tar.gz) = 1804b5512cbccef38e86a1d28c91e7a19a72cf9baeaede0873abd7ed7c46f78e3a81a1e7fa87b91cbeef96d55930db6527fbbff905803ad393170e3ed709e0b0
-Size (contourpy-1.3.0.tar.gz) = 13464370 bytes
+BLAKE2s (contourpy-1.3.1.tar.gz) = 57e7a392a98d43cd54a92c374f3f3a2360ed6c929a6f14e0ae204f73601fa3a9
+SHA512 (contourpy-1.3.1.tar.gz) = de3f6dc930bb752a3cf8d2244fc15b20061380dc84de11c847ad534ac92eb56049448e397c54831f735ac02b42387ddfa559d4aad3699cb765b03e2cb808efe7
+Size (contourpy-1.3.1.tar.gz) = 13465753 bytes



Home | Main Index | Thread Index | Old Index