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 Sep 13 13:03:04 UTC 2026

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

Log Message:
py-contourpy: update to 1.4.0.

## v1.4.0 (2026-09-11)

ContourPy 1.4.0 introduces a new readonly property `ContourGenerator.name` for the algorithm name,
adds support for CPython 3.15, and is the first release to upload `pyodide` wheels to PyPI.
Support for `riscv64` and `iOS` architectures is added but considered experimental, wheels are
available from the [Scientific Python Nightly Wheels](https://anaconda.org/channels/scientific-python-nightly-wheels)
service but not PyPI.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/py-contourpy/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/py-contourpy/PLIST
cvs rdiff -u -r1.10 -r1.11 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.19 pkgsrc/graphics/py-contourpy/Makefile:1.20
--- pkgsrc/graphics/py-contourpy/Makefile:1.19  Sun Jun 28 15:41:23 2026
+++ pkgsrc/graphics/py-contourpy/Makefile       Sun Sep 13 13:03:04 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2026/06/28 15:41:23 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/09/13 13:03:04 wiz Exp $
 
-DISTNAME=      contourpy-1.3.3
+DISTNAME=      contourpy-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/contourpy/}
@@ -24,6 +24,9 @@ PYTHON_VERSIONS_INCOMPATIBLE= 310 311
 # https://github.com/contourpy/contourpy/issues/400
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
+# as of 1.4.0
+# 8 failed, 2388 passed, 121 skipped, 1 warning
+
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 

Index: pkgsrc/graphics/py-contourpy/PLIST
diff -u pkgsrc/graphics/py-contourpy/PLIST:1.5 pkgsrc/graphics/py-contourpy/PLIST:1.6
--- pkgsrc/graphics/py-contourpy/PLIST:1.5      Mon Nov  6 13:47:24 2023
+++ pkgsrc/graphics/py-contourpy/PLIST  Sun Sep 13 13:03:04 2026
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2023/11/06 13:47:24 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.6 2026/09/13 13:03:04 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/contourpy/__init__.py
 ${PYSITELIB}/contourpy/__init__.pyc
 ${PYSITELIB}/contourpy/__init__.pyo

Index: pkgsrc/graphics/py-contourpy/distinfo
diff -u pkgsrc/graphics/py-contourpy/distinfo:1.10 pkgsrc/graphics/py-contourpy/distinfo:1.11
--- pkgsrc/graphics/py-contourpy/distinfo:1.10  Sun Jul 27 09:21:02 2025
+++ pkgsrc/graphics/py-contourpy/distinfo       Sun Sep 13 13:03:04 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/07/27 09:21:02 wiz Exp $
+$NetBSD: distinfo,v 1.11 2026/09/13 13:03:04 wiz Exp $
 
-BLAKE2s (contourpy-1.3.3.tar.gz) = 31ec9fb58992e81239e7e01222ddda62ebdd307502ea381420ae5538fa1362a8
-SHA512 (contourpy-1.3.3.tar.gz) = 3a9462c22535fe1729c1ac845b7d5a799f78c1eadad092d962d833f835d0f53453a501bf56040b57f783863620ead63fe9bb7b4f23a282510fbe367f87546634
-Size (contourpy-1.3.3.tar.gz) = 13466174 bytes
+BLAKE2s (contourpy-1.4.0.tar.gz) = 5144aa1ea86612fe6837f453a8459eac95bd4efac52e3e9ee24c253980f710d9
+SHA512 (contourpy-1.4.0.tar.gz) = 3664481b9a78d5d97c69c3ab6cb106798766af1eca9763310f9fa144d6e9574f98d0786158b2963c8490402c4ec3acb284371acbe84d9e33185157ea1260f675
+Size (contourpy-1.4.0.tar.gz) = 13323726 bytes



Home | Main Index | Thread Index | Old Index