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:           Sat Nov  4 16:21:55 UTC 2023

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

Log Message:
py-contourpy: update to 1.1.1.

v1.1.1 (2023-09-16)
-------------------

This release adds support for CPython 3.12 and reinstates the release of
Windows 32-bit wheels following NumPy's intention to continue doing so.
There is a new keyword argument ``webdriver`` to the ``BokehRenderer`` save
functions to reuse the same Selenium WebDriver instance across multiple calls.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-contourpy/Makefile
cvs rdiff -u -r1.3 -r1.4 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.6 pkgsrc/graphics/py-contourpy/Makefile:1.7
--- pkgsrc/graphics/py-contourpy/Makefile:1.6   Sat Oct 28 19:57:09 2023
+++ pkgsrc/graphics/py-contourpy/Makefile       Sat Nov  4 16:21:55 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2023/10/28 19:57:09 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/11/04 16:21:55 wiz Exp $
 
-DISTNAME=      contourpy-1.1.0
+DISTNAME=      contourpy-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/contourpy/}
 
@@ -16,7 +15,9 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-meson_pyth
 TEST_DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c c++
+
+USE_CXX_FEATURES+=     c++17
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 

Index: pkgsrc/graphics/py-contourpy/distinfo
diff -u pkgsrc/graphics/py-contourpy/distinfo:1.3 pkgsrc/graphics/py-contourpy/distinfo:1.4
--- pkgsrc/graphics/py-contourpy/distinfo:1.3   Thu Jun 29 10:25:42 2023
+++ pkgsrc/graphics/py-contourpy/distinfo       Sat Nov  4 16:21:55 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/06/29 10:25:42 wiz Exp $
+$NetBSD: distinfo,v 1.4 2023/11/04 16:21:55 wiz Exp $
 
-BLAKE2s (contourpy-1.1.0.tar.gz) = 03b5e500e9f51b8059fcb1bbd6c041eea39de5308740d4dc79afa37f64cfa4dd
-SHA512 (contourpy-1.1.0.tar.gz) = a6f6755a6754f974a1d2ff728e175fdcbd121f3df20055ee4c8d43fac67fc4713a7f6644609ff41cd40d79d3e8cc20ed20a5a0b6059fc05a9012475dc2077faf
-Size (contourpy-1.1.0.tar.gz) = 13418968 bytes
+BLAKE2s (contourpy-1.1.1.tar.gz) = 81c91564fa4028a2eea1054f53643b484b217b127e87f56d66b8b1e376116d72
+SHA512 (contourpy-1.1.1.tar.gz) = c41f4961bcc53fefe641208ae58efc79b646f79078434497e7042ed46c517590316aabb124ba71213033a49a126528951370f248c2851220226e3d15421164c2
+Size (contourpy-1.1.1.tar.gz) = 13433167 bytes



Home | Main Index | Thread Index | Old Index