Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2024 01:39:32 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: e7a1770bc59a - main - math/py-lmfit: update 1.2.2 =?utf-8?Q?=E2=86=92?= 1.3.0
Message-ID:  <202404060139.4361dWpp034811@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=e7a1770bc59a935bffd4cd9f10f463b194ebeca9

commit e7a1770bc59a935bffd4cd9f10f463b194ebeca9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-06 01:33:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-06 01:33:49 +0000

    math/py-lmfit: update 1.2.2 → 1.3.0
    
    Reported by:    portscout
---
 math/py-lmfit/Makefile | 7 ++++---
 math/py-lmfit/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/math/py-lmfit/Makefile b/math/py-lmfit/Makefile
index 8b24a0e91f31..de0df2cb5302 100644
--- a/math/py-lmfit/Makefile
+++ b/math/py-lmfit/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	lmfit
-DISTVERSION=	1.2.2
+DISTVERSION=	1.3.0
 CATEGORIES=	math
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,11 +23,12 @@ BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 RUN_DEPENDS=	${PY_DEPENDS}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}numdifftools>0:math/py-numdifftools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	pep517 autoplist pytest
+USE_PYTHON=	pep517 autoplist pytest # 4 tests fail because of the DISPLAY variable:  _tkinter.TclError: no display name and no $DISPLAY environment variable
 
 NO_ARCH=	yes
 
diff --git a/math/py-lmfit/distinfo b/math/py-lmfit/distinfo
index 4f0246da0b17..c4ba3f65a2ea 100644
--- a/math/py-lmfit/distinfo
+++ b/math/py-lmfit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1689404082
-SHA256 (lmfit-1.2.2.tar.gz) = 044a052a11a61da0576274504c17eb7e2803b41128e25821e96632207f23c88c
-SIZE (lmfit-1.2.2.tar.gz) = 336346
+TIMESTAMP = 1712366349
+SHA256 (lmfit-1.3.0.tar.gz) = 7e823aebc05237ca80d33d260cedbba5e26190ccec9faf595e68143909de0c93
+SIZE (lmfit-1.3.0.tar.gz) = 628754



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