pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/py-arrow



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 20 10:22:53 UTC 2025

Modified Files:
        pkgsrc/time/py-arrow: Makefile distinfo

Log Message:
py-arrow: updated to 1.4.0

1.4.0 (2025-10-18)

- [ADDED] Added ``week_start`` parameter to ``floor()`` and ``ceil()`` methods.
- [ADDED] Added ``FORMAT_RFC3339_STRICT`` with a T separator.
- [ADDED] Added Macedonian in Latin locale support.
- [ADDED] Added Persian/Farsi locale support.
- [ADDED] Added week and weeks to Thai locale timeframes.
- [ADDED] Added weeks to Catalan locale.
- [ADDED] Added Persian names of months, month-abbreviations and day-abbreviations in Gregorian calendar.
- [CHANGED] Migrated Arrow to use ZoneInfo for timezones instead of pytz.
- [FIXED] Fixed humanize month limits.
- [FIXED] Fixed type hint of ``Arrow.__getattr__``.
- [FIXED] Fixed spelling and removed poorly used expressions in Korean locale.
- [FIXED] Updated ``shift()`` method for issue 1145.
- [FIXED] Improved Greek locale translations (seconds, days, "ago", and month typo).
- [FIXED] Addressed ``datetime.utcnow`` deprecation warning.
- [INTERNAL] Added codecov test results.
- [INTERNAL] Updated CI dependencies (actions/setup-python, actions/checkout, codecov/codecov-action, actions/cache).
- [INTERNAL] Added docstrings to parser.py.
- [INTERNAL] Updated Python versions support and bumped CI dependencies.
- [INTERNAL] Added dependabot for GitHub actions.
- [INTERNAL] Moved dateutil types to test requirements.
- [INTERNAL] Added documentation link for ``arrow.format``.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/time/py-arrow/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/time/py-arrow/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-arrow/Makefile
diff -u pkgsrc/time/py-arrow/Makefile:1.25 pkgsrc/time/py-arrow/Makefile:1.26
--- pkgsrc/time/py-arrow/Makefile:1.25  Sun Feb 23 20:16:03 2025
+++ pkgsrc/time/py-arrow/Makefile       Mon Oct 20 10:22:53 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2025/02/23 20:16:03 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/10/20 10:22:53 adam Exp $
 
-DISTNAME=      arrow-1.3.0
+DISTNAME=      arrow-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/arrow/}
 
@@ -13,7 +12,7 @@ LICENSE=      apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.7.0:../../time/py-dateutil
-DEPENDS+=      ${PYPKGPREFIX}-types-python-dateutil>=2.8.10:../../time/py-types-python-dateutil
+DEPENDS+=      ${PYPKGPREFIX}-tzdata>=0:../../time/py-tzdata
 TEST_DEPENDS+= ${PYPKGPREFIX}-dateparser>=1.0.0:../../time/py-dateparser
 TEST_DEPENDS+= ${PYPKGPREFIX}-pytz>=2021.1:../../time/py-pytz
 TEST_DEPENDS+= ${PYPKGPREFIX}-simplejson>=3.0.0:../../converters/py-simplejson

Index: pkgsrc/time/py-arrow/distinfo
diff -u pkgsrc/time/py-arrow/distinfo:1.22 pkgsrc/time/py-arrow/distinfo:1.23
--- pkgsrc/time/py-arrow/distinfo:1.22  Mon Oct  9 12:25:59 2023
+++ pkgsrc/time/py-arrow/distinfo       Mon Oct 20 10:22:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2023/10/09 12:25:59 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/10/20 10:22:53 adam Exp $
 
-BLAKE2s (arrow-1.3.0.tar.gz) = 2edae18967d70014e55a9a59b372fbeb22df00aefe78bcd657a8e889ffdf19d0
-SHA512 (arrow-1.3.0.tar.gz) = f0725e75d1005e0177bb234b3d2523aaf9e882ec08b020f6b3737a3af27af3c8c031aee9dcba0332595845a09a0286d56662b77ddad8a6da928ba37201725239
-Size (arrow-1.3.0.tar.gz) = 131960 bytes
+BLAKE2s (arrow-1.4.0.tar.gz) = 03121ba952ff407c68a42b5f3e8d1795bdb5a1f1ca00cdb8f5c4a52a97cd25e7
+SHA512 (arrow-1.4.0.tar.gz) = 25163555797aa14eb97fc3fb9153c6a9238a9cde961c5205b8d232c2d0d24beff00cd7ab21a63b6563b6812a0649b0dcd11696e236615132c4bd7be595d82299
+Size (arrow-1.4.0.tar.gz) = 152931 bytes



Home | Main Index | Thread Index | Old Index