pkgsrc-WIP-changes archive

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

pre-commit: Update to 2.11.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Mar 14 15:53:45 2021 +0900
Changeset:	a5977c33139463363ee7c01cdd8d5c8601a54f31

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

Log Message:
pre-commit: Update to 2.11.1

2.11.1 - 2021-03-09

Fixes

* Fix r hooks when hook repo is a package

2.11.0 - 2021-03-07

Features

* Improve warning for mutable ref.
* Add support for post-merge hook.
* Add r as a supported hook language.

Fixes

* Fix pre-commit install on subst / network drives on windows.
* Fix installation of local golang repositories for go 1.16.

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

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 a8db3f7dc1..cccb4519cc 100644
--- a/pre-commit/Makefile
+++ b/pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-2.10.1
+DISTNAME=	pre_commit-2.11.1
 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 b2de001747..a1845fbdf7 100644
--- a/pre-commit/PLIST
+++ b/pre-commit/PLIST
@@ -116,6 +116,9 @@ ${PYSITELIB}/pre_commit/languages/pygrep.pyo
 ${PYSITELIB}/pre_commit/languages/python.py
 ${PYSITELIB}/pre_commit/languages/python.pyc
 ${PYSITELIB}/pre_commit/languages/python.pyo
+${PYSITELIB}/pre_commit/languages/r.py
+${PYSITELIB}/pre_commit/languages/r.pyc
+${PYSITELIB}/pre_commit/languages/r.pyo
 ${PYSITELIB}/pre_commit/languages/ruby.py
 ${PYSITELIB}/pre_commit/languages/ruby.pyc
 ${PYSITELIB}/pre_commit/languages/ruby.pyo
@@ -176,6 +179,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_dummy_package.gemspec
+${PYSITELIB}/pre_commit/resources/empty_template_renv.lock
 ${PYSITELIB}/pre_commit/resources/empty_template_setup.py
 ${PYSITELIB}/pre_commit/resources/empty_template_setup.pyc
 ${PYSITELIB}/pre_commit/resources/empty_template_setup.pyo
diff --git a/pre-commit/distinfo b/pre-commit/distinfo
index db20f12809..ae83becf09 100644
--- a/pre-commit/distinfo
+++ b/pre-commit/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (pre_commit-2.10.1.tar.gz) = 3d670c4f7f8a966ba17ae263c24bcc5b74b606d6
-RMD160 (pre_commit-2.10.1.tar.gz) = 9de3dd30d530fe964eaf84856ccd3b7184c473d2
-SHA512 (pre_commit-2.10.1.tar.gz) = 5c2a38f6edac589582b86b0542eebcd83f6e35bd3e7d23cbafdddb9f1cba6c021716336e657f87f047677fd611f0747798d5f81083f7d3e668f5f588d9b5c331
-Size (pre_commit-2.10.1.tar.gz) = 163146 bytes
+SHA1 (pre_commit-2.11.1.tar.gz) = 66ad35a9b2d1241184e6eb83c65c686706588251
+RMD160 (pre_commit-2.11.1.tar.gz) = a6ee649406992ac04c760516b8a3bcc72a52ea85
+SHA512 (pre_commit-2.11.1.tar.gz) = 8a6b446289d2498558f4175ddf6e8f3fc7b047e5d1064be91e1f78e133a461e73aac47effb6c2624b2e111901ffff35754b096ffe6b2475971b7e9bd628e884f
+Size (pre_commit-2.11.1.tar.gz) = 164318 bytes


Home | Main Index | Thread Index | Old Index