pkgsrc-WIP-changes archive

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

pre-commit: Update to 2.16.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Dec 4 14:42:33 2021 +0900
Changeset:	bb3c71dd162ff3d5cde69ee6981a9d58ff28e7da

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

Log Message:
pre-commit: Update to 2.16.0

Features

* add warning for regexes containing [\/] or [/\\].
* move hook template back to bash resolving shebang-portability issues.
* add support for fail_fast at the individual hook level.
* allow passthrough of GIT_CONFIG_KEY_*, GIT_CONFIG_VALUE_*, and
  GIT_CONFIG_COUNT.

Fixes

* fix pre-commit autoupdate for core.useBuiltinFSMonitor=true on windows.
* fix temporary file stashing with for submodule.recurse=1.
* ban broken importlib-resources versions.
* replace exit(...) with raise SystemExit(...) for portability.

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

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

diffstat:
 pre-commit/Makefile | 2 +-
 pre-commit/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/pre-commit/Makefile b/pre-commit/Makefile
index 543f0c831e..4861232d25 100644
--- a/pre-commit/Makefile
+++ b/pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-2.15.0
+DISTNAME=	pre_commit-2.16.0
 PKGNAME=	${DISTNAME:S/_/-/}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pre_commit/}
diff --git a/pre-commit/distinfo b/pre-commit/distinfo
index d2e759f7b0..65dad9094e 100644
--- a/pre-commit/distinfo
+++ b/pre-commit/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (pre_commit-2.15.0.tar.gz) = 17b6c86133e26aaa4575ee7709af1b43f12e14de
-SHA512 (pre_commit-2.15.0.tar.gz) = f537167bc175dee23ebad0db7804316491ee6fbc1bfe4308c5b602f4cb941ee580874e58c851520efc9da78651584b9666b050bb849698a118cb13af5b7580d7
-Size (pre_commit-2.15.0.tar.gz) = 167146 bytes
+BLAKE2s (pre_commit-2.16.0.tar.gz) = 64c3248f5be25f38d4a1849c2a8fb91eab5c7a9ca39284277fb8de3a8e7ec3d2
+SHA512 (pre_commit-2.16.0.tar.gz) = f09f221589b33a386f9f4a3495915c99e799bbbe5a8c2245163aeb2bd5b959b51b1cc464bf7cbbb2be8b54bf108f55ba20c41397bea4fc596602aff2b463399e
+Size (pre_commit-2.16.0.tar.gz) = 167300 bytes


Home | Main Index | Thread Index | Old Index