Received: by mail.netbsd.org (Postfix, from userid 605) id 4744784E69; Mon, 12 Feb 2024 13:06:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707743219; bh=X2V+N+AD92NccclFuMte6nKPjUwHdLmNBsTZYeQeyhA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=MMd6BAR1yBZ+ugVkhxq77mF4ixcGxA+KPBDsxf2n4N4yY5BeHxkkspvURAUxsCX4t mb8mHneTl5vuEPLtmt7ciBCywCWencUSIp8hNXZAVk41Eo0sOcutMlJQDCjZ+8BNxo 4y9mjyjea4cyu9QxmCsKtd7L9ytdyC5fXPgSwIaM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EAFB84CE2 for ; Mon, 12 Feb 2024 13:06:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Uazq_oqNyrqr for ; Mon, 12 Feb 2024 13:06:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8B11584D57 for ; Mon, 12 Feb 2024 13:06:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707743217; bh=X2V+N+AD92NccclFuMte6nKPjUwHdLmNBsTZYeQeyhA=; h=Date:From:Subject:To:Reply-To; b=rb+D4QiOAtPWwuALHRzIYgsrb/fyJP+QvZtga+8yRKJKppZCXezlSYXkNnCijlJJd 1+Jm8gKsEGSq8+AMEbyL7UCAOepWMubw0mD5v55vzZjCX1q1ZX3Snlw+AirvZPMP/A ZjW0GS+mB+VArK/8bFmIAS6LEtvR8FZ1DS8OWXwI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8261AF9AB; Mon, 12 Feb 2024 13:06:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707743217265190" MIME-Version: 1.0 Date: Mon, 12 Feb 2024 13:06:57 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/time/py-tzdata To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240212130657.8261AF9AB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707743217265190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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. --_----------=_1707743217265190 Content-Disposition: inline Content-Length: 1541 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1707743217265190--