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:           Mon Feb 12 13:06:57 UTC 2024

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

Log Message:
py-tzdata: updated to 2024.1

Version 2024.1
Upstream version 2024a released 2024-02-01T17:28:56+00:00

Briefly:

Kazakhstan unifies on UTC+5 beginning 2024-03-01. Palestine springs forward a
week later after Ramadan. zic no longer pretends to support indefinite-past DST.
localtime no longer mishandles Ciudad Juárez in 2422.

Changes to future timestamps

Kazakhstan unifies on UTC+5.  This affects Asia/Almaty and Asia/Qostanay which
together represent the eastern portion of the country that will transition from
UTC+6 on 2024-03-01 at 00:00 to join the western portion.  (Thanks to Zhanbolat
Raimbekov.)

Palestine springs forward a week later than previously predicted in 2024 and
2025.  (Thanks to Heba Hamad.)  Change spring-forward predictions to the second
Saturday after Ramadan, not the first; this also affects other predictions
starting in 2039.

Changes to past timestamps

Asia/Ho_Chi_Minh's 1955-07-01 transition occurred at 01:00 not 00:00.  (Thanks
to Đoàn Trần Công Danh.)

>From 1947 through 1949, Toronto's transitions occurred at 02:00 not 00:00.
(Thanks to Chris Walton.)

In 1911 Miquelon adopted standard time on June 15, not May 15.

Changes to documentation

The strftime man page documents which struct tm members affect which conversion
specs, and that tzset is called.  (Problems reported by Robert Elz and Steve
Summit.)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/py-tzdata/Makefile
cvs rdiff -u -r1.16 -r1.17 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.17 pkgsrc/time/py-tzdata/Makefile:1.18
--- pkgsrc/time/py-tzdata/Makefile:1.17 Sun Dec 31 08:59:01 2023
+++ pkgsrc/time/py-tzdata/Makefile      Mon Feb 12 13:06:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2023/12/31 08:59:01 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/02/12 13:06:57 adam Exp $
 
-DISTNAME=      tzdata-2023.4
+DISTNAME=      tzdata-2024.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.16 pkgsrc/time/py-tzdata/distinfo:1.17
--- pkgsrc/time/py-tzdata/distinfo:1.16 Sun Dec 31 08:59:01 2023
+++ pkgsrc/time/py-tzdata/distinfo      Mon Feb 12 13:06:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2023/12/31 08:59:01 adam Exp $
+$NetBSD: distinfo,v 1.17 2024/02/12 13:06:57 adam Exp $
 
-BLAKE2s (tzdata-2023.4.tar.gz) = b032e7c42b219169f983ca56a44e23cd5a405520545886b3a16ff791ca3e6bf9
-SHA512 (tzdata-2023.4.tar.gz) = 374892ab666d3af276605e6c91c7722efcdc295e931f40f5452f8a98b5f94dce19dda5c756c6ffecb8e47a6ad08ebb387b8a43c79482d2c7d32ea556bf5441fe
-Size (tzdata-2023.4.tar.gz) = 191298 bytes
+BLAKE2s (tzdata-2024.1.tar.gz) = bdf5c4270883067ec7d76511c83cf7a20f18eed7a036cb4aeaeeb0898a491416
+SHA512 (tzdata-2024.1.tar.gz) = 28cb1026a945e416acd923589861392727a1904c71ad55e200f70fce5a92310cccca02acacbe3d8a343b1fb6e1cbf11891b0c9b9da38cfaf2340e3ac97c08b1b
+Size (tzdata-2024.1.tar.gz) = 190559 bytes



Home | Main Index | Thread Index | Old Index