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 Apr  7 11:38:37 UTC 2024

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

Log Message:
py-contourpy: update to 1.2.1.

ContourPy 1.2.1 is a compatibility release to support NumPy 2.

This release supports Python 3.9 to 3.12.

Thanks to new contributor @motoro and core maintainer @ianthomas23.

Compatibility:

    Support NumPy 2 (#331, #371, #372)

Code improvements:

    Fix a few f-strings (#332)

Documentation improvements:

    Clarify use of quotes in pip install (#349)

Build, testing and CI improvements:

    Improved linting (#322, #323, #333, #337)
    Update cppcheck to 2.11 (#324)
    Support running tests on unicore hosts (#327)
    Improved tests against nightly wheels (#329, #373)
    Update to chromium 118 for Bokeh renderer tests (#325)
    Add CI run using earliest supported numpy (#347)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/py-contourpy/Makefile
cvs rdiff -u -r1.5 -r1.6 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.8 pkgsrc/graphics/py-contourpy/Makefile:1.9
--- pkgsrc/graphics/py-contourpy/Makefile:1.8   Mon Nov  6 13:47:24 2023
+++ pkgsrc/graphics/py-contourpy/Makefile       Sun Apr  7 11:38:36 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/11/06 13:47:24 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/04/07 11:38:36 wiz Exp $
 
-DISTNAME=      contourpy-1.2.0
+DISTNAME=      contourpy-1.2.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.5 pkgsrc/graphics/py-contourpy/distinfo:1.6
--- pkgsrc/graphics/py-contourpy/distinfo:1.5   Mon Nov  6 13:47:24 2023
+++ pkgsrc/graphics/py-contourpy/distinfo       Sun Apr  7 11:38:36 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/11/06 13:47:24 wiz Exp $
+$NetBSD: distinfo,v 1.6 2024/04/07 11:38:36 wiz Exp $
 
-BLAKE2s (contourpy-1.2.0.tar.gz) = 49f1afbdf2f7883e7757dc19d642dccad5601010d175aad46c32f95c6e855a05
-SHA512 (contourpy-1.2.0.tar.gz) = f63109cba8f62588cb2b96a29742195fa9fdaabe65177a3351b84f0bfc05613e1e711543c37aebbd9ff7c284fdc273170c081ec683dc62f8a3bc967433d64212
-Size (contourpy-1.2.0.tar.gz) = 13455881 bytes
+BLAKE2s (contourpy-1.2.1.tar.gz) = e51712ec9bab72695ebfe00b4deda4bc06318b69c16fc514ff76f2c32975f084
+SHA512 (contourpy-1.2.1.tar.gz) = a482296dff2a83dcce4b764edd875c5bb0d4f2aa550752d3d53a304ddf4def0ee8209fb939788e8aa2ab75507b62bd36ad52fa2e067aaa54b47b5198ccf0be54
+Size (contourpy-1.2.1.tar.gz) = 13457196 bytes



Home | Main Index | Thread Index | Old Index