Received: by mail.netbsd.org (Postfix, from userid 605) id 345CD84DC2; Sat, 3 Feb 2024 08:23:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 648D984D74 for ; Sat, 3 Feb 2024 08:23:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 aVFt_fbAiOGR for ; Sat, 3 Feb 2024 08:23:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D6C8784D39 for ; Sat, 3 Feb 2024 08:23:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6226FA42; Sat, 3 Feb 2024 08:23:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170694863582760" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 08:23:55 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-certifi To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240203082355.C6226FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170694863582760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Feb 3 08:23:55 UTC 2024 Modified Files: pkgsrc/security/py-certifi: Makefile distinfo Log Message: py-certifi: updated to 2024.2.2 2024.2.2 Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/py-certifi/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/py-certifi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170694863582760 Content-Disposition: inline Content-Length: 1626 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-certifi/Makefile diff -u pkgsrc/security/py-certifi/Makefile:1.32 pkgsrc/security/py-certifi/Makefile:1.33 --- pkgsrc/security/py-certifi/Makefile:1.32 Sun Nov 19 14:11:03 2023 +++ pkgsrc/security/py-certifi/Makefile Sat Feb 3 08:23:55 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2023/11/19 14:11:03 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2024/02/03 08:23:55 adam Exp $ -DISTNAME= certifi-2023.11.17 +DISTNAME= certifi-2024.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=c/certifi/} Index: pkgsrc/security/py-certifi/distinfo diff -u pkgsrc/security/py-certifi/distinfo:1.31 pkgsrc/security/py-certifi/distinfo:1.32 --- pkgsrc/security/py-certifi/distinfo:1.31 Sun Nov 19 14:11:03 2023 +++ pkgsrc/security/py-certifi/distinfo Sat Feb 3 08:23:55 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.31 2023/11/19 14:11:03 wiz Exp $ +$NetBSD: distinfo,v 1.32 2024/02/03 08:23:55 adam Exp $ -BLAKE2s (certifi-2023.11.17.tar.gz) = 3254938c0e054cb42c77c6ebee913ab9501aaf7d156510d308af8d7f524b2ea8 -SHA512 (certifi-2023.11.17.tar.gz) = e359b4062d42e19ce6d16b25c17696f09ff5c35e7c92626b4eb15130cfa55941817db456d1c27d1188e0a6ff5f52db37607c0b15c1e438da3ea6d514c0d3443e -Size (certifi-2023.11.17.tar.gz) = 163637 bytes +BLAKE2s (certifi-2024.2.2.tar.gz) = 39f45032e102dc455802b3f4e44ada240676da4b1d0826bd86c33b872ed5d4cb +SHA512 (certifi-2024.2.2.tar.gz) = 2191710dc2cfdf781df498c3ecd5f38dfc5215e2c2dc402cdcd484376dbd7fe2e442793cc856e93f6033c1fc43cb77c71d2dc785dbfe0d8cd10fd3120ee3c2fd +Size (certifi-2024.2.2.tar.gz) = 164886 bytes --_----------=_170694863582760--