Received: by mail.netbsd.org (Postfix, from userid 605) id 9C36084F6C; Sun, 14 Jan 2024 09:46:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CAEB884EF5 for ; Sun, 14 Jan 2024 09:46:37 +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 Lb2VkguHHwVA for ; Sun, 14 Jan 2024 09:46:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3F04D84CF4 for ; Sun, 14 Jan 2024 09:46:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 395C4FA42; Sun, 14 Jan 2024 09:46:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705225597227770" MIME-Version: 1.0 Date: Sun, 14 Jan 2024 09:46:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-toolconfig To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240114094637.395C4FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705225597227770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 14 09:46:37 UTC 2024 Modified Files: pkgsrc/devel/py-toolconfig: Makefile distinfo Log Message: py-toolconfig: update to 1.3.1. v1.3.1 Changes Drop 3.7 support by @bagel897 in #28 do sys path hack by @bagel897 in #31 Misc Update deps by @bagel897 in #29 Update docs by @bagel897 in #30 v.1.3.0 Features Enum Support by @bagel897 in #19 Misc Use trusted publishing by @bagel897 in #17 deduplicate ci by @bagel897 in #20 chore: Configure Renovate by @renovate in #21 chore(deps): update pre-commit hook hadialqattan/pycln to v2.4.0 by @renovate in #23 chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3.1.0 by @renovate in #25 chore(deps): update pre-commit hook psf/black to v23.12.1 by @renovate in #26 chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.11 by @renovate in #22 chore(deps): update actions/checkout action to v4 by @renovate in #27 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-toolconfig/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-toolconfig/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705225597227770 Content-Disposition: inline Content-Length: 1631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-toolconfig/Makefile diff -u pkgsrc/devel/py-toolconfig/Makefile:1.6 pkgsrc/devel/py-toolconfig/Makefile:1.7 --- pkgsrc/devel/py-toolconfig/Makefile:1.6 Tue Nov 7 22:38:01 2023 +++ pkgsrc/devel/py-toolconfig/Makefile Sun Jan 14 09:46:37 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2023/11/07 22:38:01 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2024/01/14 09:46:37 wiz Exp $ -DISTNAME= pytoolconfig-1.2.6 +DISTNAME= pytoolconfig-1.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytoolconfig/} Index: pkgsrc/devel/py-toolconfig/distinfo diff -u pkgsrc/devel/py-toolconfig/distinfo:1.2 pkgsrc/devel/py-toolconfig/distinfo:1.3 --- pkgsrc/devel/py-toolconfig/distinfo:1.2 Mon Oct 30 09:07:53 2023 +++ pkgsrc/devel/py-toolconfig/distinfo Sun Jan 14 09:46:37 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/10/30 09:07:53 adam Exp $ +$NetBSD: distinfo,v 1.3 2024/01/14 09:46:37 wiz Exp $ -BLAKE2s (pytoolconfig-1.2.6.tar.gz) = 8e17b63661df369427f9212eb00362ed3e39386e47c1fd9c931f4ce1d6f039db -SHA512 (pytoolconfig-1.2.6.tar.gz) = beade8cd1780eb986dab1d630c1583c9c75fea5067d399081a5b8361789fdec96087243d8d79291655c83aca481d5888b3414a1b445200a9d8c59703761a83b2 -Size (pytoolconfig-1.2.6.tar.gz) = 16425 bytes +BLAKE2s (pytoolconfig-1.3.1.tar.gz) = c300c276da52c1353203b123e4778e4d986fcf0640e9a8893d1b350f72de1c77 +SHA512 (pytoolconfig-1.3.1.tar.gz) = c8321a5e46593044828d737532926a2df0341f563bd15ee7ffa39ebba8ab2ddcf8a56d6c099d3b8801cb65bbe7e688fddd916fc9f2babc862d00f0a925837a12 +Size (pytoolconfig-1.3.1.tar.gz) = 16655 bytes --_----------=_1705225597227770--