Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 56B1D84D46 for ; Tue, 29 Aug 2023 06:20:27 +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 Gvgr_Ctk8qcP for ; Tue, 29 Aug 2023 06:20:26 +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 CA66984CEB for ; Tue, 29 Aug 2023 06:20:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C3D7FFBDB; Tue, 29 Aug 2023 06:20:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169329002671160" MIME-Version: 1.0 Date: Tue, 29 Aug 2023 06:20:26 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-filelock To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230829062026.C3D7FFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169329002671160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Aug 29 06:20:26 UTC 2023 Modified Files: pkgsrc/devel/py-filelock: Makefile distinfo Log Message: py-filelock: updated to 3.12.3 3.12.3 Fix import ordering Exclude dependabot and pre-commit ci from release notes Create parent directories if necessary fix ci 08 21 lock_file type-hint adding tox.ini to sdist To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-filelock/Makefile \ pkgsrc/devel/py-filelock/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169329002671160 Content-Disposition: inline Content-Length: 1587 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-filelock/Makefile diff -u pkgsrc/devel/py-filelock/Makefile:1.18 pkgsrc/devel/py-filelock/Makefile:1.19 --- pkgsrc/devel/py-filelock/Makefile:1.18 Thu Jun 15 07:17:03 2023 +++ pkgsrc/devel/py-filelock/Makefile Tue Aug 29 06:20:26 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2023/06/15 07:17:03 adam Exp $ +# $NetBSD: Makefile,v 1.19 2023/08/29 06:20:26 adam Exp $ -DISTNAME= filelock-3.12.2 +DISTNAME= filelock-3.12.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=f/filelock/} Index: pkgsrc/devel/py-filelock/distinfo diff -u pkgsrc/devel/py-filelock/distinfo:1.18 pkgsrc/devel/py-filelock/distinfo:1.19 --- pkgsrc/devel/py-filelock/distinfo:1.18 Thu Jun 15 07:17:03 2023 +++ pkgsrc/devel/py-filelock/distinfo Tue Aug 29 06:20:26 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2023/06/15 07:17:03 adam Exp $ +$NetBSD: distinfo,v 1.19 2023/08/29 06:20:26 adam Exp $ -BLAKE2s (filelock-3.12.2.tar.gz) = 69db75ad6dc525966468262df776057136946cce6507e60bdf907ab823b51abc -SHA512 (filelock-3.12.2.tar.gz) = 0753743338c4937f57176ef2291f44a919d949c7b3aa73e3210572d670949a60a9ad3efaaaeff198704e1308c169807655bb90d399c1158e4f5c9aae4adcd486 -Size (filelock-3.12.2.tar.gz) = 12441 bytes +BLAKE2s (filelock-3.12.3.tar.gz) = e54f44151fa7cb20b241bff14cd208dfe9c000082ffd5e49e2addddc417cf320 +SHA512 (filelock-3.12.3.tar.gz) = b759ea6dd943da0bfd8eb375dadc277fe83ebdca8b46989bb96fe5dea1ea5637a66729ce3f283b6858db81c9998655bd9efcc6bbe36a998f18bed5bdf9219c88 +Size (filelock-3.12.3.tar.gz) = 13746 bytes --_----------=_169329002671160--