Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5246885B43 for ; Tue, 31 Oct 2023 20:41:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IVVkeTc37Wns for ; Tue, 31 Oct 2023 20:41:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C958C84DB9 for ; Tue, 31 Oct 2023 20:41:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2E07FADC; Tue, 31 Oct 2023 20:41:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698784911120180" MIME-Version: 1.0 Date: Tue, 31 Oct 2023 20:41:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/time/py-ciso8601 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231031204151.C2E07FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698784911120180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 31 20:41:51 UTC 2023 Modified Files: pkgsrc/time/py-ciso8601: Makefile distinfo Log Message: py-ciso8601: updated to 2.3.1 Version 2.3.1 * Added Python 3.12 wheels To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/py-ciso8601/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/py-ciso8601/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698784911120180 Content-Disposition: inline Content-Length: 1558 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/py-ciso8601/Makefile diff -u pkgsrc/time/py-ciso8601/Makefile:1.6 pkgsrc/time/py-ciso8601/Makefile:1.7 --- pkgsrc/time/py-ciso8601/Makefile:1.6 Wed Aug 2 16:17:19 2023 +++ pkgsrc/time/py-ciso8601/Makefile Tue Oct 31 20:41:51 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2023/08/02 16:17:19 nia Exp $ +# $NetBSD: Makefile,v 1.7 2023/10/31 20:41:51 adam Exp $ -DISTNAME= ciso8601-2.3.0 +DISTNAME= ciso8601-2.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time python MASTER_SITES= ${MASTER_SITE_PYPI:=c/ciso8601/} Index: pkgsrc/time/py-ciso8601/distinfo diff -u pkgsrc/time/py-ciso8601/distinfo:1.5 pkgsrc/time/py-ciso8601/distinfo:1.6 --- pkgsrc/time/py-ciso8601/distinfo:1.5 Sat Dec 31 21:56:43 2022 +++ pkgsrc/time/py-ciso8601/distinfo Tue Oct 31 20:41:51 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/12/31 21:56:43 adam Exp $ +$NetBSD: distinfo,v 1.6 2023/10/31 20:41:51 adam Exp $ -BLAKE2s (ciso8601-2.3.0.tar.gz) = a95634607f1acdb8b108b2113fb547ab84b9d3e6a1653b441603ee6f74ab64a2 -SHA512 (ciso8601-2.3.0.tar.gz) = 75d7fe17da2b2f670d220074cbb86c3ea8182c793506c5b96504d15d14e5bee9e4d3a44a68532af54fee9791b42583910caab8b2c680f3a56007f6ed9e20d598 -Size (ciso8601-2.3.0.tar.gz) = 26839 bytes +BLAKE2s (ciso8601-2.3.1.tar.gz) = f94c935177877907f18c99a74d6b8e81517f3a446f0d2a3b6c8d66ef54b4c789 +SHA512 (ciso8601-2.3.1.tar.gz) = 3adca3fae94f951b379025c29b56ef03d0860a3581a95188ccc68fa2805daa36c9a8538b0dcaec8d9a9b88e617c8e364cfc98666e6ab8c1af37a784533f9b949 +Size (ciso8601-2.3.1.tar.gz) = 31225 bytes --_----------=_1698784911120180--