Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B9C785363 for ; Sun, 29 Oct 2023 17:14:16 +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 QG62-IubMiGu for ; Sun, 29 Oct 2023 17:14:15 +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 B18C184ECF for ; Sun, 29 Oct 2023 17:14:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AB308FADC; Sun, 29 Oct 2023 17:14:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169859965593780" MIME-Version: 1.0 Date: Sun, 29 Oct 2023 17:14:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-gitdb To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231029171415.AB308FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169859965593780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Oct 29 17:14:15 UTC 2023 Modified Files: pkgsrc/devel/py-gitdb: Makefile distinfo Log Message: py-gitdb: updated to 4.0.11 4.0.11 Use ZLIB_RUNTIME_VERSION if available Add support for Python 3.12 and drop EOL 3.7 Enable Dependabot version updates for Actions Test installing project on CI Fix mkdir race condition in LooseObjectDB.store Don't cancel other jobs from the 3.12 job failing Use actions/checkout feature to fetch all commits Revert "Drop support for EOL Python 3.7" Fix top-of-file license URLs here in gitdb too No longer treat 3.12 as experimental on CI Add all to exc for linting Have Dependabot update smmap submodule dependency Bump gitdb/ext/smmap from 334ef84 to f1ace75 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-gitdb/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-gitdb/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169859965593780 Content-Disposition: inline Content-Length: 1523 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-gitdb/Makefile diff -u pkgsrc/devel/py-gitdb/Makefile:1.7 pkgsrc/devel/py-gitdb/Makefile:1.8 --- pkgsrc/devel/py-gitdb/Makefile:1.7 Fri Nov 25 10:50:12 2022 +++ pkgsrc/devel/py-gitdb/Makefile Sun Oct 29 17:14:15 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2022/11/25 10:50:12 adam Exp $ +# $NetBSD: Makefile,v 1.8 2023/10/29 17:14:15 adam Exp $ -DISTNAME= gitdb-4.0.10 +DISTNAME= gitdb-4.0.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gitdb/} Index: pkgsrc/devel/py-gitdb/distinfo diff -u pkgsrc/devel/py-gitdb/distinfo:1.6 pkgsrc/devel/py-gitdb/distinfo:1.7 --- pkgsrc/devel/py-gitdb/distinfo:1.6 Fri Nov 25 10:50:12 2022 +++ pkgsrc/devel/py-gitdb/distinfo Sun Oct 29 17:14:15 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/11/25 10:50:12 adam Exp $ +$NetBSD: distinfo,v 1.7 2023/10/29 17:14:15 adam Exp $ -BLAKE2s (gitdb-4.0.10.tar.gz) = 308a4fc2a6c090c08ddacd4cb815bde03a325997778544f7805675618935f2cc -SHA512 (gitdb-4.0.10.tar.gz) = 6cfb58db322f1b18fd25d0c6537e5b24b2eb2f7a7222c1511cdee8dff39fb1249bf12691b9cb1a5d653131b8c3c57c1de2bb42139a2c8da6014332b4f1c6c03b -Size (gitdb-4.0.10.tar.gz) = 394284 bytes +BLAKE2s (gitdb-4.0.11.tar.gz) = 946da869f67e452b32e1a7b8024c809ab9a3c61d55162bfa08e56fb0a980ef08 +SHA512 (gitdb-4.0.11.tar.gz) = 024256481c553cd8e4b7fb0c0adc735aa6485c396e43aba73873cd4ad950ca686c3df7000a85acd1ac4f09db3f6ab613018739d24a8a69b4708150c171acf13d +Size (gitdb-4.0.11.tar.gz) = 394469 bytes --_----------=_169859965593780--