Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2023 08:08:24 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: 79e60c3db63c - main - math/py-linearmodels: update 5.1 =?utf-8?Q?=E2=86=92?= 5.2
Message-ID:  <202309090808.38988OD2019953@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=79e60c3db63c1a8525cd4fa0a01da691cfe4bb8a

commit 79e60c3db63c1a8525cd4fa0a01da691cfe4bb8a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-09-09 08:08:13 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-09-09 08:08:21 +0000

    math/py-linearmodels: update 5.1 → 5.2
    
    Reported by:    portscout
---
 math/py-linearmodels/Makefile | 8 ++++----
 math/py-linearmodels/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/math/py-linearmodels/Makefile b/math/py-linearmodels/Makefile
index 202985f316a5..d4f2d0b99187 100644
--- a/math/py-linearmodels/Makefile
+++ b/math/py-linearmodels/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	linearmodels
-PORTVERSION=	5.1
+DISTVERSION=	5.2
 CATEGORIES=	math python # statistics
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,10 @@ WWW=		https://bashtage.github.io/linearmodels/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}formulaic>=0.3.2:math/py-formulaic@${PY_FLAVOR} \
+PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}formulaic>=0.6.1:math/py-formulaic@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0.4:devel/py-mypy_extensions@${PY_FLAVOR} \
 		${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}pandas>=0.24:math/py-pandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=1.1.0:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}property-cached>=1.6.3:devel/py-property-cached@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyhdfe>=0.1:math/py-pyhdfe@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.5.0:science/py-scipy@${PY_FLAVOR} \
@@ -33,7 +33,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}xarray>=0.13:devel/py-xarray@${PY_FLAVOR}
 
 USES=		python shebangfix
-USE_PYTHON=	distutils cython autoplist pytest # tests fail to run, see https://github.com/bashtage/linearmodels/issues/512
+USE_PYTHON=	distutils cython autoplist pytest # 14 tests fail, see https://github.com/bashtage/linearmodels/issues/550
 
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
diff --git a/math/py-linearmodels/distinfo b/math/py-linearmodels/distinfo
index df45655fcc70..7b7c3fa37a18 100644
--- a/math/py-linearmodels/distinfo
+++ b/math/py-linearmodels/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1687195652
-SHA256 (linearmodels-5.1.tar.gz) = 1a157a974a346a78b9a3e42b86e5a624b052c4269b0441f56deac57f75cf95c5
-SIZE (linearmodels-5.1.tar.gz) = 1789576
+TIMESTAMP = 1694242737
+SHA256 (linearmodels-5.2.tar.gz) = 1758e8d163c28d235320b2e9ec1578ace2f4532b0a9195af2508da61aeb5b482
+SIZE (linearmodels-5.2.tar.gz) = 1822967



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