git: f46b3ab22c2f - main - finance/py-yfinance: Update to 0.2.53
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Feb 2025 11:58:23 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f46b3ab22c2f2724f748437a245e24dbd26621aa
commit f46b3ab22c2f2724f748437a245e24dbd26621aa
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-19 11:54:21 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-19 11:54:21 +0000
finance/py-yfinance: Update to 0.2.53
Changes: https://github.com/ranaroussi/yfinance/releases
---
finance/py-yfinance/Makefile | 4 +---
finance/py-yfinance/distinfo | 6 +++---
finance/py-yfinance/files/patch-setup.py | 6 +++---
3 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/finance/py-yfinance/Makefile b/finance/py-yfinance/Makefile
index 8f4fc4ec2339..9eb49f30bc44 100644
--- a/finance/py-yfinance/Makefile
+++ b/finance/py-yfinance/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yfinance
-PORTVERSION= 0.2.52
+PORTVERSION= 0.2.53
CATEGORIES= finance python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.11.1:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}frozendict>=2.3.4:devel/py-frozendict@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}html5lib>=1.1:www/py-html5lib@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}lxml>=4.9.1:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}multitasking>=0.0.7:devel/py-multitasking@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.16.5,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=1.3.0,1:math/py-pandas@${PY_FLAVOR} \
diff --git a/finance/py-yfinance/distinfo b/finance/py-yfinance/distinfo
index 66d6bf287ee7..cd290625c56f 100644
--- a/finance/py-yfinance/distinfo
+++ b/finance/py-yfinance/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738089094
-SHA256 (yfinance-0.2.52.tar.gz) = d2c2ed9bc935596934cba99fca0f05beaa8384648f78105c77754e92f11bf72f
-SIZE (yfinance-0.2.52.tar.gz) = 117683
+TIMESTAMP = 1739930190
+SHA256 (yfinance-0.2.53.tar.gz) = 2364c787eb9096f768014ca84175b6d9ccd1656bc252eb0698bd991352536b6a
+SIZE (yfinance-0.2.53.tar.gz) = 117694
diff --git a/finance/py-yfinance/files/patch-setup.py b/finance/py-yfinance/files/patch-setup.py
index d46665a24eca..ffc53038a65e 100644
--- a/finance/py-yfinance/files/patch-setup.py
+++ b/finance/py-yfinance/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig 2024-05-19 16:27:51 UTC
+--- setup.py.orig 2025-02-15 18:20:54 UTC
+++ setup.py
@@ -62,7 +62,7 @@ setup(
install_requires=['pandas>=1.3.0', 'numpy>=1.16.5',
'requests>=2.31', 'multitasking>=0.0.7',
- 'lxml>=4.9.1', 'platformdirs>=2.0.0', 'pytz>=2022.5',
+ 'platformdirs>=2.0.0', 'pytz>=2022.5',
- 'frozendict>=2.3.4', 'peewee>=3.16.2',
+ 'frozendict>=2.3.4', 'peewee>=3.15.0',
- 'beautifulsoup4>=4.11.1', 'html5lib>=1.1'],
+ 'beautifulsoup4>=4.11.1'],
extras_require={
'nospam': ['requests_cache>=1.0', 'requests_ratelimiter>=0.3.1'],