pkgsrc-WIP-changes archive

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

pre-commit: Update to 2.10.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Jan 31 11:37:06 2021 +0900
Changeset:	821deb3f91fefdd3f611581f0314d90f3ca87e12

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

Log Message:
pre-commit: Update to 2.10.0

Features

* Allow ci as a top-level map for configuration for https://pre-commit.ci
* Add warning for mutable rev in configuration
* Add warning for /* in top-level files / exclude regexes
* Expose PRE_COMMIT_REMOTE_BRANCH environment variable during pre-push
  hooks
* Produce error message for language / language_version for non-installable
  languages

Fixes

* Fix execution in worktrees in subdirectories of bare repositories

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

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

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

diffs:
diff --git a/pre-commit/Makefile b/pre-commit/Makefile
index 14a7361d10..389be8d8ab 100644
--- a/pre-commit/Makefile
+++ b/pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-2.9.3
+DISTNAME=	pre_commit-2.10.0
 PKGNAME=	${DISTNAME:S/_/-/}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pre_commit/}
@@ -10,7 +10,7 @@ HOMEPAGE=	https://pre-commit.com/
 COMMENT=	Framework for managing and maintaining multi-language pre-commit hook
 LICENSE=	mit
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27
+PYTHON_VERSIONS_INCOMPATIBLE=	27 # not supported
 
 DEPENDS+=	${PYPKGPREFIX}-cfgv>=2.0.0:../../wip/py-cfgv
 DEPENDS+=	${PYPKGPREFIX}-conda-[0-9]*:../../wip/py-conda
diff --git a/pre-commit/distinfo b/pre-commit/distinfo
index faf8fd017e..bbc5b55db9 100644
--- a/pre-commit/distinfo
+++ b/pre-commit/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-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
+SHA1 (pre_commit-2.10.0.tar.gz) = ebd9805ce550830b0a4731df4432430dcd4753af
+RMD160 (pre_commit-2.10.0.tar.gz) = f9e2fff6bc715d87bc1f5964bc988b6d848e0649
+SHA512 (pre_commit-2.10.0.tar.gz) = f5c3027f19108a871812cb0551a78bf2c1e50ea6b0e1e7cb1107783159d1dc24004e411514867cefa1da367b9a929500f86b1fd4d2b53bc1b93fda28719e4fc0
+Size (pre_commit-2.10.0.tar.gz) = 163136 bytes


Home | Main Index | Thread Index | Old Index