Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2024 08:09:12 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: 6296dec90395 - main - finance/py-ffn: update 1.0.0 =?utf-8?Q?=E2=86=92?= 1.0.1
Message-ID:  <202401010809.40189CnF021018@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=6296dec90395cc9e4561559433ed42393f8edd09

commit 6296dec90395cc9e4561559433ed42393f8edd09
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-01 08:06:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-01 08:09:03 +0000

    finance/py-ffn: update 1.0.0 → 1.0.1
    
    Reported by:    portscout
---
 finance/py-ffn/Makefile | 8 ++++----
 finance/py-ffn/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/finance/py-ffn/Makefile b/finance/py-ffn/Makefile
index 0a98c5970bde..82fc84293f90 100644
--- a/finance/py-ffn/Makefile
+++ b/finance/py-ffn/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ffn
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.0.0
+DISTVERSION=	1.0.1
 CATEGORIES=	finance python
 #MASTER_SITES=	PYPI # no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>=4:devel/py-decorator@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}yfinance>=0.2:finance/py-yfinance@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>=5.0.7:devel/py-decorator@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}future>=0.15:devel/py-future@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>=1:math/py-matplotlib@${PY_FLAVOR} \
 		${PYNUMPY} \
@@ -23,7 +22,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>=4:devel/py-decorator@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}pandas>=0.19:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.15:science/py-scikit-learn@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.15:science/py-scipy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tabulate>=0.7.5:devel/py-tabulate@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}tabulate>=0.7.5:devel/py-tabulate@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yfinance>=0.2:finance/py-yfinance@${PY_FLAVOR}
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} # optional dependency
 
 USES=		python
diff --git a/finance/py-ffn/distinfo b/finance/py-ffn/distinfo
index e2fecf467e08..a9693fe5a036 100644
--- a/finance/py-ffn/distinfo
+++ b/finance/py-ffn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703092338
-SHA256 (pmorissette-ffn-v1.0.0_GH0.tar.gz) = f4f19617f5a5ce3c1b669bc93588de3f6106916108e199dd3dd8be8d3ec59429
-SIZE (pmorissette-ffn-v1.0.0_GH0.tar.gz) = 2443374
+TIMESTAMP = 1704085346
+SHA256 (pmorissette-ffn-v1.0.1_GH0.tar.gz) = 0db659267b6f0814636b5c135eba9e9f758540e47e1b1f8dd5eee1ba52c0e64d
+SIZE (pmorissette-ffn-v1.0.1_GH0.tar.gz) = 2443455



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