pkgsrc-WIP-changes archive

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

pre-commit: Update to 2.9.3



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Dec 12 14:52:08 2020 +0900
Changeset:	4841eb610469c56a25ee9b6d63493e7052a73f84

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

Log Message:
pre-commit: Update to 2.9.3

Fixes

* Fix crash on cygwin mismatch check outside of a git directory
* Fix cleanup code on docker volumes for go
* Fix working directory detection on SUBST drives on windows

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

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 c58a5d3fd5..f402842cd9 100644
--- a/pre-commit/Makefile
+++ b/pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-2.9.2
+DISTNAME=	pre_commit-2.9.3
 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 0c8cbfbaea..faf8fd017e 100644
--- a/pre-commit/distinfo
+++ b/pre-commit/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-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
+SHA1 (pre_commit-2.9.3.tar.gz) = 582881ce71385976782327a2e0d8a9723fed28d8
+RMD160 (pre_commit-2.9.3.tar.gz) = f4fac19c043c42a89774c9875d5337d76273b932
+SHA512 (pre_commit-2.9.3.tar.gz) = 7708948cd097c803bcb3e0f580b13165aaa5112b7765ae966972b53ddc22cf54d2aa5937b44fc6fabad9c3b799d9d3071ab91c2dfb407702b395c88873039309
+Size (pre_commit-2.9.3.tar.gz) = 162777 bytes


Home | Main Index | Thread Index | Old Index