pkgsrc-WIP-changes archive

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

pre-commit: Update to 2.3.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Wed Apr 29 11:35:06 2020 +0900
Changeset:	1ec73493d7d24f9a7d4edbd1920b7aeb396eb260

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

Log Message:
pre-commit: Update to 2.3.0

Features

* Calculate character width using east_asian_width
* Use language_version: system by default for node hooks if node / npm are
  globally installed.

Fixes

* No longer use a hard-coded user id for docker hooks on windows
* Fix colors on windows during git commit
* Produce readable error message for incorrect argument count to hook-impl
* Fix installations which involve an upgrade of pip on windows
* Preserve line endings in pre-commit autoupdate

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

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 a2364d2294..71e481d5e1 100644
--- a/pre-commit/Makefile
+++ b/pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-2.2.0
+DISTNAME=	pre_commit-2.3.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 0c59fb061c..cd7921dccc 100644
--- a/pre-commit/distinfo
+++ b/pre-commit/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (pre_commit-2.2.0.tar.gz) = bcafcd201786a0075cc570f4400bda52721696ac
-RMD160 (pre_commit-2.2.0.tar.gz) = 6b62870e724f5fa7f8d9594b86fddc985600c52b
-SHA512 (pre_commit-2.2.0.tar.gz) = a42744b426a7072b8ad7f41881cc2fb4e06e2adb96bf15ea118673a2f0bc963b1de18a95060f7eb9dc8deb0d23e0434e1fa62948dab5cb7072705434d099f799
-Size (pre_commit-2.2.0.tar.gz) = 148051 bytes
+SHA1 (pre_commit-2.3.0.tar.gz) = 4134385d3bcf06a9d97578afd1ed08df1e7f7589
+RMD160 (pre_commit-2.3.0.tar.gz) = c9419ec77d81d7149226daef48c287c21af62d91
+SHA512 (pre_commit-2.3.0.tar.gz) = 53c11252ef08949a89f5ca574ee7cf838dd2c6b922c4ba1ff330f3d6b1a1bce9b27704e0e41357cfa6ff13806b2ad7df64d0772e47108016ea9323b4c1f2c89f
+Size (pre_commit-2.3.0.tar.gz) = 148604 bytes


Home | Main Index | Thread Index | Old Index