Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2024 19:03:20 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: 22662e9cfdd3 - main - finance/py-pandas-market-calendars: update 4.4.0 =?utf-8?Q?=E2=86=92?= 4.4.1
Message-ID:  <202406191903.45JJ3K2D047997@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=22662e9cfdd30978193aa8242a8b12fd419be6e1

commit 22662e9cfdd30978193aa8242a8b12fd419be6e1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-19 17:43:36 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-19 19:03:09 +0000

    finance/py-pandas-market-calendars: update 4.4.0 → 4.4.1
    
    Reported by:    portscout
---
 finance/py-pandas-market-calendars/Makefile | 13 +++++--------
 finance/py-pandas-market-calendars/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/finance/py-pandas-market-calendars/Makefile b/finance/py-pandas-market-calendars/Makefile
index ab42ffab633d..0e0ffca0633b 100644
--- a/finance/py-pandas-market-calendars/Makefile
+++ b/finance/py-pandas-market-calendars/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	pandas-market-calendars
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.4.0
-PORTREVISION=	1
+DISTVERSION=	4.4.1
 CATEGORIES=	finance python
 #MASTER_SITES=	PYPI # no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,18 +13,16 @@ WWW=		https://github.com/rsheftel/pandas_market_calendars
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}exchange-calendars>=3.3:finance/py-exchange-calendars@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=1.1:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
-		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
-		${PY_DEPENDS}
-RUN_DEPENDS=	${PY_DEPENDS}
 
 USES=		python
 USE_PYTHON=	pep517 autoplist pytest
-# 2 tests fail, see https://github.com/rsheftel/pandas_market_calendars/issues/328
+# 2 tests fail due to the timezone object mismatch, see https://github.com/rsheftel/pandas_market_calendars/issues/328
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rsheftel
diff --git a/finance/py-pandas-market-calendars/distinfo b/finance/py-pandas-market-calendars/distinfo
index 96c12fe460a3..3b2408d11b06 100644
--- a/finance/py-pandas-market-calendars/distinfo
+++ b/finance/py-pandas-market-calendars/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707811620
-SHA256 (rsheftel-pandas_market_calendars-v4.4.0_GH0.tar.gz) = c833095c8f6044e566b0e8d6076d5e456fe0a40b5b28e1c68f66f82fe8b83ec9
-SIZE (rsheftel-pandas_market_calendars-v4.4.0_GH0.tar.gz) = 206543
+TIMESTAMP = 1718817335
+SHA256 (rsheftel-pandas_market_calendars-v4.4.1_GH0.tar.gz) = e44393d42823b3f890aec6f2b37b6755bdf1da1bd0aef993b9034d04c8c16b68
+SIZE (rsheftel-pandas_market_calendars-v4.4.1_GH0.tar.gz) = 208490



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