pkgsrc-WIP-changes archive

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

py-pre-commit: update to 3.4.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Sep 3 09:27:27 2023 +0900
Changeset:	975894e944a6a090d877c7a4014ee7d47e2320e2

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

Log Message:
py-pre-commit: update to 3.4.0

Features

* Add language: haskell.
* Improve cpu count detection when run under cgroups.

Fixes

* Handle negative exit codes from hooks receiving posix signals.

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

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

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

diffs:
diff --git a/py-pre-commit/Makefile b/py-pre-commit/Makefile
index cbb40f425e..a46f7738fe 100644
--- a/py-pre-commit/Makefile
+++ b/py-pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-3.3.3
+DISTNAME=	pre_commit-3.4.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pre_commit/}
diff --git a/py-pre-commit/PLIST b/py-pre-commit/PLIST
index eb9fca922a..4be17cc787 100644
--- a/py-pre-commit/PLIST
+++ b/py-pre-commit/PLIST
@@ -111,6 +111,9 @@ ${PYSITELIB}/pre_commit/languages/fail.pyo
 ${PYSITELIB}/pre_commit/languages/golang.py
 ${PYSITELIB}/pre_commit/languages/golang.pyc
 ${PYSITELIB}/pre_commit/languages/golang.pyo
+${PYSITELIB}/pre_commit/languages/haskell.py
+${PYSITELIB}/pre_commit/languages/haskell.pyc
+${PYSITELIB}/pre_commit/languages/haskell.pyo
 ${PYSITELIB}/pre_commit/languages/lua.py
 ${PYSITELIB}/pre_commit/languages/lua.pyc
 ${PYSITELIB}/pre_commit/languages/lua.pyo
diff --git a/py-pre-commit/distinfo b/py-pre-commit/distinfo
index 3efd934e91..c59763c1a8 100644
--- a/py-pre-commit/distinfo
+++ b/py-pre-commit/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (pre_commit-3.3.3.tar.gz) = d34125ee3fe7da04cdbce452af558d4e865306ad9f141c346c8dff62c8c3c8d5
-SHA512 (pre_commit-3.3.3.tar.gz) = 6cc5fba6902222896c8da88bbc90ca12b992e0e416fb6b459639f707a93dbeb01bd9ddcda70b4e0d69cb4b7f81adea43e937778d76f3dc65fc8c9628ce9ceef0
-Size (pre_commit-3.3.3.tar.gz) = 176765 bytes
+BLAKE2s (pre_commit-3.4.0.tar.gz) = a48865ea97cedc379b6ec70be9ff4863073162f61e286fa6bd4a9a171a26a14a
+SHA512 (pre_commit-3.4.0.tar.gz) = 56ff569f740af0947c1e39fbc1c2419b6e31650d55c751e1d616962509b00ff5e19b9a2f0c87f04d0e39acf761917063ad22d395998450dec691066332618f9a
+Size (pre_commit-3.4.0.tar.gz) = 177006 bytes


Home | Main Index | Thread Index | Old Index