pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-pre-commit: update to 3.7.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Apr 21 16:47:36 2024 +0900
Changeset:	54196472bfe4a4a7ea4efe9359378a333d702288

Modified Files:
	py-pre-commit/COMMIT_MSG
	py-pre-commit/Makefile
	py-pre-commit/distinfo

Log Message:
py-pre-commit: update to 3.7.0

Features

* Use a tty for docker and docker_image hooks when --color is specified.

Fixes

* Fix fail_fast for individual hooks stopping when previous hooks had
  failed.

Updating

* The per-hook behaviour of fail_fast was fixed. If you want the pre-3.7.0
  behaviour, add fail_fast: true to all hooks before the last fail_fast hook.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=54196472bfe4a4a7ea4efe9359378a333d702288

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pre-commit/COMMIT_MSG | 2 +-
 py-pre-commit/Makefile   | 2 +-
 py-pre-commit/distinfo   | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-pre-commit/COMMIT_MSG b/py-pre-commit/COMMIT_MSG
index 54a1be8fdf..45aefb1be2 100644
--- a/py-pre-commit/COMMIT_MSG
+++ b/py-pre-commit/COMMIT_MSG
@@ -1,3 +1,3 @@
-devel/py-pre-commit: import py-pre-commit version 3.6.2
+devel/py-pre-commit: import py-pre-commit version 3.7.0
 
 Packaged in wip by iquiw
diff --git a/py-pre-commit/Makefile b/py-pre-commit/Makefile
index 25b673ccb0..d5e4af02d9 100644
--- a/py-pre-commit/Makefile
+++ b/py-pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-3.6.2
+DISTNAME=	pre_commit-3.7.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pre_commit/}
diff --git a/py-pre-commit/distinfo b/py-pre-commit/distinfo
index 8e3bfa278f..1311e7bcf1 100644
--- a/py-pre-commit/distinfo
+++ b/py-pre-commit/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (pre_commit-3.6.2.tar.gz) = a54eca3e35ece658a87e3ec7c5fc0b1c57c36353a24bffe8b38237a4db5d605e
-SHA512 (pre_commit-3.6.2.tar.gz) = b05c98204161ea8e5639d876537953c59c9594e53de02679b4b679a7ca876859cc889fbe8c98bdb598d591444c7d9035c4ab7c3c3bae1936a33d9ec067c241d8
-Size (pre_commit-3.6.2.tar.gz) = 177293 bytes
+BLAKE2s (pre_commit-3.7.0.tar.gz) = 3b4dae89cb702b427b6e70c567536ef1d7117ac545edda2fe848321156692620
+SHA512 (pre_commit-3.7.0.tar.gz) = 59f511f00c0f998dc61057afff80bcb59d52e53d3992b3e9e3fa0807bb1819973ce169ed9caed059e385ab02c0c70a86b0bb974e4c01e261f9b85b822501f338
+Size (pre_commit-3.7.0.tar.gz) = 177305 bytes


Home | Main Index | Thread Index | Old Index