pkgsrc-WIP-changes archive

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

pre-commit: Update to 2.9.2



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Nov 28 10:19:34 2020 +0900
Changeset:	7184958c331fc20dcb77ab531eafbf81f6886680

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

Log Message:
pre-commit: Update to 2.9.2

2.9.2 - 2020-11-25
Fixes

* Fix default value for types_or so symlink and directory can be matched

2.9.1 - 2020-11-25
Fixes

* Improve error message for "hook goes missing"
* Add warning for /* in files / exclude regexes
* Fix healthy() check for language: python on windows when the base executable has non-ascii characters.

2.9.0 - 2020-11-21
Features

* Add types_or which allows matching multiple disparate types in a hook
* Add Github Sponsors / Open Collective links

Fixes

* Improve cleanup for language: dotnet
* Fix "xargs" when running windows batch files
* Fix conflict with external rbenv and language_version: default
* Improve performance of git status / git diff commands by ignoring submodules

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

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 | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/pre-commit/Makefile b/pre-commit/Makefile
index cde2155177..c58a5d3fd5 100644
--- a/pre-commit/Makefile
+++ b/pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-2.8.2
+DISTNAME=	pre_commit-2.9.2
 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 25232cb922..0c8cbfbaea 100644
--- a/pre-commit/distinfo
+++ b/pre-commit/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (pre_commit-2.8.2.tar.gz) = 1e69ea98f74b5a199884a15d6124978073427cd8
-RMD160 (pre_commit-2.8.2.tar.gz) = 8e6143c63f59188f3d7a818df4f95ea5f6d80939
-SHA512 (pre_commit-2.8.2.tar.gz) = 95132a99eac0eef15134d1e11c8006b0ba9112d9a46ea357f76ca40b4680d1d8e2590ace2b8eceeb654ca890e6e600aa22189ccfaa1ad7ea6f5658741243ffb4
-Size (pre_commit-2.8.2.tar.gz) = 161896 bytes
+SHA1 (pre_commit-2.9.2.tar.gz) = 7e19506a44005bd0edb1ebb9138b6b532cc0ab31
+RMD160 (pre_commit-2.9.2.tar.gz) = d5321e6a30340ea5b987967faa609f0b2d2c4af0
+SHA512 (pre_commit-2.9.2.tar.gz) = 402837ebfab088108c43e5ae2d06a4ba442717df85b85fbb2cb68bfdaa0da0b6f1acb4459272148b72c655562e9a45e9a7890cae61d730b8263317df59bfcc9c
+Size (pre_commit-2.9.2.tar.gz) = 162580 bytes


Home | Main Index | Thread Index | Old Index