Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-contourpy


Commits:
7eb7da82 by Antonio Rojas at 2024-06-22T19:29:06+02:00
upgpkg: 1.2.1-5: numpy 2.0 rebuild (with tests)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-contourpy
        pkgdesc = Python library for calculating contours in 2D quadrilateral 
grids
        pkgver = 1.2.1
-       pkgrel = 4
+       pkgrel = 5
        url = https://github.com/contourpy/contourpy
        arch = x86_64
        license = BSD


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 _pyname=contourpy
 pkgname=python-$_pyname
 pkgver=1.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Python library for calculating contours in 2D quadrilateral grids'
 arch=(x86_64)
 url='https://github.com/contourpy/contourpy'
@@ -36,7 +36,7 @@ check() {
   cd $_pyname-$pkgver
   python -m venv --system-site-packages test-env
   test-env/bin/python -m installer dist/*.whl
-#  test-env/bin/python -m pytest -v
+  test-env/bin/python -m pytest -v
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-contourpy/-/commit/7eb7da825724b748668a3ff1feaeb89214589cef

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-contourpy/-/commit/7eb7da825724b748668a3ff1feaeb89214589cef
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to