Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2023 06:40:36 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: 42cfbe849c6b - main - =?utf-8?Q?math/py-cvxpy:=20Update=201.3.1=20=E2=86=92=201.3.2?=
Message-ID:  <202307080640.3686eaoG082741@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=42cfbe849c6bcbcdf49efb0f99a7793983e38a47

commit 42cfbe849c6bcbcdf49efb0f99a7793983e38a47
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-08 06:36:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-08 06:40:27 +0000

    math/py-cvxpy: Update 1.3.1 → 1.3.2
    
    Reported by:    portscout
---
 math/py-cvxpy/Makefile | 5 ++---
 math/py-cvxpy/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/math/py-cvxpy/Makefile b/math/py-cvxpy/Makefile
index 8a2541ce5199..4d4efe071ce1 100644
--- a/math/py-cvxpy/Makefile
+++ b/math/py-cvxpy/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	cvxpy
-DISTVERSION=	1.3.1
-PORTREVISION=	1
+DISTVERSION=	1.3.2
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +20,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 TEST_DEPENDS=	pytest:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist pytest
+USE_PYTHON=	distutils autoplist pytest # 1 test fails, see https://github.com/cvxpy/cvxpy/issues/2174
 
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
diff --git a/math/py-cvxpy/distinfo b/math/py-cvxpy/distinfo
index 8f563e8bb08f..c21b2a56a35b 100644
--- a/math/py-cvxpy/distinfo
+++ b/math/py-cvxpy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679267673
-SHA256 (cvxpy-1.3.1.tar.gz) = f07bfe93677a755a8554c4fda622ef01e2247ace99b3a78107aa9070e0d0a3cb
-SIZE (cvxpy-1.3.1.tar.gz) = 1326923
+TIMESTAMP = 1688795955
+SHA256 (cvxpy-1.3.2.tar.gz) = 0b685e5040f199f3d703f30f5d22d1f865597623455153d1ddd770245aef0975
+SIZE (cvxpy-1.3.2.tar.gz) = 1330237



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