pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-tzdata



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 22 08:23:27 UTC 2025

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

Log Message:
py-tzdata: updated to 2025.1

Version 2025.1
Upstream version 2025a released 2025-01-15T18:47:24+00:00

Briefly:

Paraguay adopts permanent -03 starting spring 2024. Improve pre-1991 data for
the Philippines. Etc/Unknown is now reserved.

Changes to future timestamps

Paraguay will stop changing its clocks after the spring-forward transition on
2024-10-06, so it is now permanently at -03. (Thanks to Heitor David Pinto and
Even Scharning.) This affects timestamps starting 2025-03-22, as well as the
obsolescent tm_isdst flags starting 2024-10-15.

Changes to past timestamps

Correct timestamps for the Philippines before 1900, and from 1937 through 1990.
(Thanks to P Chan for the heads-up and citations.) This includes adjusting local
mean time before 1899; fixing transitions in September 1899, January 1937, and
June 1954; adding transitions in December 1941, November 1945, March and
September 1977, and May and July 1990; and removing incorrect transitions in
March and September 1978.

Changes to data

Add zone1970.tab lines for the Concordia and Eyre Bird Observatory research
stations.  (Thanks to Derick Rethans and Jule Dabars.)

Changes to documentation

The name Etc/Unknown is now reserved: it will not be used by TZDB. This is for
compatibility with CLDR, which uses the string "Etc/Unknown" for an unknown or
invalid timezone.  (Thanks to Justin Grant, Mark Davis, and Guy Harris.)

Cite Internet RFC 9636, which obsoletes RFC 8536 for TZif format.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/time/py-tzdata/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/time/py-tzdata/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-tzdata/Makefile
diff -u pkgsrc/time/py-tzdata/Makefile:1.20 pkgsrc/time/py-tzdata/Makefile:1.21
--- pkgsrc/time/py-tzdata/Makefile:1.20 Mon Nov 11 07:29:14 2024
+++ pkgsrc/time/py-tzdata/Makefile      Wed Jan 22 08:23:27 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/11/11 07:29:14 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/01/22 08:23:27 adam Exp $
 
-DISTNAME=      tzdata-2024.2
+DISTNAME=      tzdata-2025.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tzdata/}

Index: pkgsrc/time/py-tzdata/distinfo
diff -u pkgsrc/time/py-tzdata/distinfo:1.18 pkgsrc/time/py-tzdata/distinfo:1.19
--- pkgsrc/time/py-tzdata/distinfo:1.18 Tue Oct  1 08:59:00 2024
+++ pkgsrc/time/py-tzdata/distinfo      Wed Jan 22 08:23:27 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/10/01 08:59:00 adam Exp $
+$NetBSD: distinfo,v 1.19 2025/01/22 08:23:27 adam Exp $
 
-BLAKE2s (tzdata-2024.2.tar.gz) = 30070aa49860835a886b746b0ed05e60af0e8f0f196e07816da2d1c8ce1676d5
-SHA512 (tzdata-2024.2.tar.gz) = 44d5b0c0712c6c8a6427fd0827f30233acc0e4fddb2d5859769c0ebcf2b6878a108ca4034afb3dd727d897953bbe3f4b2b2399656dc735de17071dd0388bbef0
-Size (tzdata-2024.2.tar.gz) = 193282 bytes
+BLAKE2s (tzdata-2025.1.tar.gz) = 8c9967269d12386bf0c67efc37244430f07accd653d0f69a62fc9935bcd6b6bb
+SHA512 (tzdata-2025.1.tar.gz) = 73e2ebb357dcc80c7e851aa351f56826d56868c1ae673aa68d5c10875e1c84b02fb5a5c804cf133a511343eb52f54ebc187c683a48f0715a75af8d4ef3d9a95b
+Size (tzdata-2025.1.tar.gz) = 194950 bytes



Home | Main Index | Thread Index | Old Index