Date: Sun, 21 Apr 2024 04:04:03 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: 2843ce2be2cc - main - math/py-linearmodels: update 5.4 =?utf-8?Q?=E2=86=92?= 6.0 Message-ID: <202404210404.43L443ft000236@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=2843ce2be2ccdac437e1d66a03945f65840c9d0d commit 2843ce2be2ccdac437e1d66a03945f65840c9d0d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-21 04:00:11 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-21 04:00:11 +0000 math/py-linearmodels: update 5.4 → 6.0 Reported by: portscout --- math/py-linearmodels/Makefile | 10 +++++----- math/py-linearmodels/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/math/py-linearmodels/Makefile b/math/py-linearmodels/Makefile index 92ad27377886..61e7823c9623 100644 --- a/math/py-linearmodels/Makefile +++ b/math/py-linearmodels/Makefile @@ -1,5 +1,5 @@ PORTNAME= linearmodels -DISTVERSION= 5.4 +DISTVERSION= 6.0 CATEGORIES= math python # statistics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,14 +11,14 @@ WWW= https://bashtage.github.io/linearmodels/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}formulaic>=0.6.5:math/py-formulaic@${PY_FLAVOR} \ +PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}formulaic>=1.0.0:math/py-formulaic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0.4:devel/py-mypy_extensions@${PY_FLAVOR} \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=1.3.0:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=1.4.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} \ - ${PYTHON_PKGNAMEPREFIX}statsmodels>=0.12.0:math/py-statsmodels@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}scipy>=1.8.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}statsmodels>=0.13.0:math/py-statsmodels@${PY_FLAVOR} BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} diff --git a/math/py-linearmodels/distinfo b/math/py-linearmodels/distinfo index a28a32047ed6..4eada2f6a58a 100644 --- a/math/py-linearmodels/distinfo +++ b/math/py-linearmodels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704520677 -SHA256 (linearmodels-5.4.tar.gz) = b4f20a41f93b954a3ba2a106782b1e6d79a02688af3428c04da130e4a6641a36 -SIZE (linearmodels-5.4.tar.gz) = 1825139 +TIMESTAMP = 1713669069 +SHA256 (linearmodels-6.0.tar.gz) = 3420108ba172bae6f433264fcda2c73ee1da750f7c7057722c370e41b0637ff1 +SIZE (linearmodels-6.0.tar.gz) = 1827011
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404210404.43L443ft000236>