diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-03 10:27:22 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-03 10:27:43 +0000 |
commit | 3ed6029f695474422b1be3a7eef194abf035ded2 (patch) | |
tree | e692226efbb2d6487292f7b256c69c6691cacc62 /math | |
parent | 2850156d92dd226518f8a7af7967298af23935f7 (diff) |
math/py-qdldl: update 0.1.7.post4 → 0.1.7.post5
Reported by: portscout
Diffstat (limited to 'math')
-rw-r--r-- | math/py-qdldl/Makefile | 4 | ||||
-rw-r--r-- | math/py-qdldl/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/math/py-qdldl/Makefile b/math/py-qdldl/Makefile index 95ca9c89cd24..7098553ddfa6 100644 --- a/math/py-qdldl/Makefile +++ b/math/py-qdldl/Makefile @@ -1,5 +1,5 @@ PORTNAME= qdldl -PORTVERSION= 0.1.7.post4 +PORTVERSION= 0.1.7.post5 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -31,4 +31,6 @@ post-install: do-test: install # this is required for some reason, and TEST_ENV doesn't work @cd ${WRKSRC} && pytest +# tests as of 0.1.7.post5: 4 failed, 5 passed in 12.28s, see https://github.com/osqp/qdldl-python/issues/53 + .include <bsd.port.mk> diff --git a/math/py-qdldl/distinfo b/math/py-qdldl/distinfo index e3243ce0cd03..88e5673ad782 100644 --- a/math/py-qdldl/distinfo +++ b/math/py-qdldl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731904264 -SHA256 (qdldl-0.1.7.post4.tar.gz) = 0c163b9afb92c4b69d446387b1d4295094438b041ec4e8510271b6c4ff1f86fd -SIZE (qdldl-0.1.7.post4.tar.gz) = 73919 +TIMESTAMP = 1735885941 +SHA256 (qdldl-0.1.7.post5.tar.gz) = 0b1399e1c49b5bed5aac8fd63ef08ab708d340c37fb426fe00128bc1f36b286e +SIZE (qdldl-0.1.7.post5.tar.gz) = 73920 |