Date: Fri, 25 Mar 2022 13:44:35 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5d06b6cc5291 - main - finance/py-yfinance: Update to 0.1.70 Message-ID: <202203251344.22PDiZ0v020914@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d06b6cc5291b1728686102f35d263da8473b4fb commit 5d06b6cc5291b1728686102f35d263da8473b4fb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:00:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:37:03 +0000 finance/py-yfinance: Update to 0.1.70 Changes: https://github.com/ranaroussi/yfinance/releases https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst --- finance/py-yfinance/Makefile | 4 ++-- finance/py-yfinance/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/finance/py-yfinance/Makefile b/finance/py-yfinance/Makefile index 00078550c6f0..c08792b9b6fe 100644 --- a/finance/py-yfinance/Makefile +++ b/finance/py-yfinance/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= yfinance -PORTVERSION= 0.1.69 +PORTVERSION= 0.1.70 CATEGORIES= finance python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.5.1:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}multitasking>=0.0.7:devel/py-multitasking@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=0.24,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=0.24.0,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20:www/py-requests@${PY_FLAVOR} USES= python:3.7+ diff --git a/finance/py-yfinance/distinfo b/finance/py-yfinance/distinfo index d81cbf19cbe6..28543412d396 100644 --- a/finance/py-yfinance/distinfo +++ b/finance/py-yfinance/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643971106 -SHA256 (yfinance-0.1.69.tar.gz) = f8448c473188b0de5f16fe11125842545a6649a4caf43bfa24a931d57eac28e5 -SIZE (yfinance-0.1.69.tar.gz) = 24335 +TIMESTAMP = 1647264590 +SHA256 (yfinance-0.1.70.tar.gz) = a42190dd3b3fce1b00aec273db36392b8f100cc8c73dc7881bb558117cbf7c69 +SIZE (yfinance-0.1.70.tar.gz) = 24356
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251344.22PDiZ0v020914>