Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2024 19:03:25 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ec1eeb97c5ea - main - math/py-cvxpy: update 1.5.1 =?utf-8?Q?=E2=86=92?= 1.5.2
Message-ID:  <202406191903.45JJ3PUk048240@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec1eeb97c5eaf44270f67dde20ac42cf771cac43

commit ec1eeb97c5eaf44270f67dde20ac42cf771cac43
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-19 19:02:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-19 19:03:11 +0000

    math/py-cvxpy: update 1.5.1 → 1.5.2
    
    Reported by:    portscout
---
 math/py-cvxpy/Makefile | 12 +++++++-----
 math/py-cvxpy/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/math/py-cvxpy/Makefile b/math/py-cvxpy/Makefile
index 8ab2d35f34a4..3ffa214fee41 100644
--- a/math/py-cvxpy/Makefile
+++ b/math/py-cvxpy/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cvxpy
-DISTVERSION=	1.5.1
+DISTVERSION=	1.5.2
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,13 +15,15 @@ BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}ecos>=2:math/py-ecos@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}osqp>=0.4.1:math/py-osqp@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}clarabel>=0.5.0:math/py-clarabel@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}osqp>0:math/py-osqp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.1.0:science/py-scipy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}scs>=1.1.6:math/py-scs@${PY_FLAVOR}
-TEST_DEPENDS=	pytest:devel/py-pytest@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}scs>0:math/py-scs@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cvxopt>0:math/py-cvxopt@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}diffcp>0:math/py-diffcp@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist pytest # 45 tests fail, see https://github.com/cvxpy/cvxpy/issues/2416
+USE_PYTHON=	distutils autoplist pytest
 
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
diff --git a/math/py-cvxpy/distinfo b/math/py-cvxpy/distinfo
index 4dd1e3c2f4d3..649a9b2ed5f3 100644
--- a/math/py-cvxpy/distinfo
+++ b/math/py-cvxpy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716602611
-SHA256 (cvxpy-1.5.1.tar.gz) = 225c90abe61a143dde2ff72d1acf9875b58d8c047ad589abc1b735640735dbfc
-SIZE (cvxpy-1.5.1.tar.gz) = 1581465
+TIMESTAMP = 1718818300
+SHA256 (cvxpy-1.5.2.tar.gz) = 8231f006f6b55da141758282aecb788b3b5742448765dba6a9440b6336080ce3
+SIZE (cvxpy-1.5.2.tar.gz) = 1585839



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406191903.45JJ3PUk048240>