pkgsrc-WIP-changes archive

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

pre-commit: Update to 2.2.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Mar 14 10:42:36 2020 +0900
Changeset:	4774189295ee22b285240135bcb2ea3c0a35d502

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

Log Message:
pre-commit: Update to 2.2.0

Features

* Add support for the post-checkout hook
* Add more readable --from-ref / --to-ref aliases for --source / --origin

Fixes

* Make sure that --commit-msg-filename is passed for commit-msg /
  prepare-commit-msg.
* Fix crash when installation error is un-decodable bytes
* Fix python healthy() check when python executable goes missing.
* Fix crash when script executables are missing shebangs.

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

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 61e495d0d1..a2364d2294 100644
--- a/pre-commit/Makefile
+++ b/pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-2.1.1
+DISTNAME=	pre_commit-2.2.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 076d73205b..0c59fb061c 100644
--- a/pre-commit/distinfo
+++ b/pre-commit/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (pre_commit-2.1.1.tar.gz) = 7769b145a62a87af0ad0fa55363d42e5b37a55fe
-RMD160 (pre_commit-2.1.1.tar.gz) = 9374c9b5a20232d7069ad6a62e47161ff69036ec
-SHA512 (pre_commit-2.1.1.tar.gz) = d250a8ccf3e92c88b478909bb514a9813246ca915ea96cccbcf828940c55fc7300df2e5e2415482bac09f4ed5dbc474065060d44dfce23671712783d890dc153
-Size (pre_commit-2.1.1.tar.gz) = 147942 bytes
+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


Home | Main Index | Thread Index | Old Index