pkgsrc-WIP-changes archive

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

pre-commit: Update to 2.15.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Sep 5 10:50:19 2021 +0900
Changeset:	e66fbd167f4c0c3c26d2f2ccf505eca01ee49fe2

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

Log Message:
pre-commit: Update to 2.15.0

Features

* add support for hooks written in dart.
* add support for post-rewrite hooks.

Fixes

* fix check-useless-excludes with exclude matching broken symlink.
* eliminate duplicate mutable sha warning messages for 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=e66fbd167f4c0c3c26d2f2ccf505eca01ee49fe2

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/PLIST    | 4 ++++
 pre-commit/distinfo | 8 ++++----
 3 files changed, 9 insertions(+), 5 deletions(-)

diffs:
diff --git a/pre-commit/Makefile b/pre-commit/Makefile
index 70b49a3fd3..f7566eae96 100644
--- a/pre-commit/Makefile
+++ b/pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-2.14.1
+DISTNAME=	pre_commit-2.15.0
 PKGNAME=	${DISTNAME:S/_/-/}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pre_commit/}
diff --git a/pre-commit/PLIST b/pre-commit/PLIST
index 205f51f245..a306e48790 100644
--- a/pre-commit/PLIST
+++ b/pre-commit/PLIST
@@ -86,6 +86,9 @@ ${PYSITELIB}/pre_commit/languages/conda.pyo
 ${PYSITELIB}/pre_commit/languages/coursier.py
 ${PYSITELIB}/pre_commit/languages/coursier.pyc
 ${PYSITELIB}/pre_commit/languages/coursier.pyo
+${PYSITELIB}/pre_commit/languages/dart.py
+${PYSITELIB}/pre_commit/languages/dart.pyc
+${PYSITELIB}/pre_commit/languages/dart.pyo
 ${PYSITELIB}/pre_commit/languages/docker.py
 ${PYSITELIB}/pre_commit/languages/docker.pyc
 ${PYSITELIB}/pre_commit/languages/docker.pyo
@@ -178,6 +181,7 @@ ${PYSITELIB}/pre_commit/resources/empty_template_main.go
 ${PYSITELIB}/pre_commit/resources/empty_template_main.rs
 ${PYSITELIB}/pre_commit/resources/empty_template_package.json
 ${PYSITELIB}/pre_commit/resources/empty_template_pre_commit_placeholder_package.gemspec
+${PYSITELIB}/pre_commit/resources/empty_template_pubspec.yaml
 ${PYSITELIB}/pre_commit/resources/empty_template_renv.lock
 ${PYSITELIB}/pre_commit/resources/empty_template_setup.py
 ${PYSITELIB}/pre_commit/resources/empty_template_setup.pyc
diff --git a/pre-commit/distinfo b/pre-commit/distinfo
index 62fd200781..1d8810fa12 100644
--- a/pre-commit/distinfo
+++ b/pre-commit/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (pre_commit-2.14.1.tar.gz) = 1d2f9438912a55b6638bdbd7f1110d45fe2ea94d
-RMD160 (pre_commit-2.14.1.tar.gz) = 451737ae831688bd8736097ad9287c7da7c1cea2
-SHA512 (pre_commit-2.14.1.tar.gz) = f3a6dd727235ace9aa0f3f4bbd27c3e1da1a487b982c6808949bca3967bfd719fc94b58605f1394f045de52c4710fa1a0952e8c4dc8366dbb9c3f0e03ff88423
-Size (pre_commit-2.14.1.tar.gz) = 166132 bytes
+SHA1 (pre_commit-2.15.0.tar.gz) = cbd98a34fc8d9323da16066e7a2eadb8a36f3c74
+RMD160 (pre_commit-2.15.0.tar.gz) = 17b6c86133e26aaa4575ee7709af1b43f12e14de
+SHA512 (pre_commit-2.15.0.tar.gz) = f537167bc175dee23ebad0db7804316491ee6fbc1bfe4308c5b602f4cb941ee580874e58c851520efc9da78651584b9666b050bb849698a118cb13af5b7580d7
+Size (pre_commit-2.15.0.tar.gz) = 167146 bytes


Home | Main Index | Thread Index | Old Index