pkgsrc-WIP-changes archive

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

pre-commit: Update to 2.5.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Jun 14 14:45:40 2020 +0900
Changeset:	4649a88a184a57fc9e0224edab2fec9f9e9506cd

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

Log Message:
pre-commit: Update to 2.5.1

2.5.1 - 2020-06-09

Fixes

* Prevent infinite recursion of post-checkout on clone

2.5.0 - 2020-06-08

Features

* Expose a PRE_COMMIT=1 environment variable when running hooks

Fixes

* Fix UnicodeDecodeError on windows when using the py launcher to detect
  executables with non-ascii characters in the path
* Fix DeprecationWarning on python3.9 for random.shuffle method
* Normalize slashes earlier such that global files / exclude use forward
  slashes on windows as well.

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

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

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

diffs:
diff --git a/pre-commit/Makefile b/pre-commit/Makefile
index 7f5cf906dd..020ec4d6c6 100644
--- a/pre-commit/Makefile
+++ b/pre-commit/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-2.4.0
-PKGREVISION=	1
+DISTNAME=	pre_commit-2.5.1
 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 9b99f565b5..5bdf37bba8 100644
--- a/pre-commit/distinfo
+++ b/pre-commit/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (pre_commit-2.4.0.tar.gz) = c8f3a3644daf08907fe10a77b69ff70aab9d905e
-RMD160 (pre_commit-2.4.0.tar.gz) = ff14731d4cfbdd731ea507225f03ba37a5f188f7
-SHA512 (pre_commit-2.4.0.tar.gz) = 211720642d539146ee72d95d272aaa28df1d3ac559cbdd1e5e8459b568d6907f069b3caf385211261cbdc18f3c302dc6edde0192ca84c9d0ee14b560e1e03f2b
-Size (pre_commit-2.4.0.tar.gz) = 151246 bytes
+SHA1 (pre_commit-2.5.1.tar.gz) = a4413babb75b450c4492d5dd75537b87f09d74d4
+RMD160 (pre_commit-2.5.1.tar.gz) = 130f1ba0f1d574320b4498cff60cbec1d070f151
+SHA512 (pre_commit-2.5.1.tar.gz) = 994dfacb179b8f13a8508f899a6e6087c640172c4a4167c2ecd7c6e14987184f571c5e9190b5acade55f10548a17fde21edfb6b7774dfb8d0d37bc35c6d5786f
+Size (pre_commit-2.5.1.tar.gz) = 151389 bytes


Home | Main Index | Thread Index | Old Index