Skip to content

Commit

Permalink
py-contourpy: update to 1.2.1.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wiz committed Apr 7, 2024
1 parent 9bcef85 commit 32180ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions graphics/py-contourpy/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
8 changes: 4 additions & 4 deletions graphics/py-contourpy/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 32180ee

Please sign in to comment.