CVS commit: pkgsrc/time/py-pytz
"Thomas Klausner" <[email protected]> Mon, 3 Aug 2026 17:56:12 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--_----------=_178577977231450
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 3 17:56:12 UTC 2026
Modified Files:
pkgsrc/time/py-pytz: Makefile distinfo
Log Message:
py-pytz: update to 2026.3.0.1.
Timezone updates.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/time/py-pytz/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/time/py-pytz/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--_----------=_178577977231450
Content-Disposition: inline
Content-Length: 1575
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii
Modified files:
Index: pkgsrc/time/py-pytz/Makefile
diff -u pkgsrc/time/py-pytz/Makefile:1.72 pkgsrc/time/py-pytz/Makefile:1.73
--- pkgsrc/time/py-pytz/Makefile:1.72 Sun May 10 13:56:53 2026
+++ pkgsrc/time/py-pytz/Makefile Mon Aug 3 17:56:12 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2026/05/10 13:56:53 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2026/08/03 17:56:12 wiz Exp $
-DISTNAME= pytz-2026.2
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= pytz-2026.3.post1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.post/.0./}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytz/}
Index: pkgsrc/time/py-pytz/distinfo
diff -u pkgsrc/time/py-pytz/distinfo:1.64 pkgsrc/time/py-pytz/distinfo:1.65
--- pkgsrc/time/py-pytz/distinfo:1.64 Sun May 10 13:56:53 2026
+++ pkgsrc/time/py-pytz/distinfo Mon Aug 3 17:56:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.64 2026/05/10 13:56:53 wiz Exp $
+$NetBSD: distinfo,v 1.65 2026/08/03 17:56:12 wiz Exp $
-BLAKE2s (pytz-2026.2.tar.gz) = 3bc0047e11d7028b3f6142ab2261b10f479fa7a2aef84ff21636a9468670bec9
-SHA512 (pytz-2026.2.tar.gz) = b980715c2bf344734c7c2b1b83e94297a8a501b76e6e728553d99ddc1726aff4eb972c025e482d7dbbd4f11f706b573b5e7a1c030c315fdf556f7ca524436989
-Size (pytz-2026.2.tar.gz) = 320861 bytes
+BLAKE2s (pytz-2026.3.post1.tar.gz) = f0f424d5f628d2bd1c7063ad61413befac13770811cc4960212589dc6ac8c374
+SHA512 (pytz-2026.3.post1.tar.gz) = 0b76709e7cfa79e88642b45150e74c217cd7262b1ef978f3b6054ce360b39a1cb096ab1e6f8e3d0781e4555ae0e2f672d04d8ed0ed6eacd436cbff993cd02176
+Size (pytz-2026.3.post1.tar.gz) = 319745 bytes
--_----------=_178577977231450--