pkgsrc-WIP-changes archive

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

py-pre-commit: update to 4.6.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Jul 26 10:18:44 2026 +0900
Changeset:	3f2a722db6023ea89d16b4c2b08c8515c0cf2bfa

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

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

Fixes

* Install language: node hooks via git.
  * Fixes npm 12.x compatibility
* Set JULIA_DEPOT_PATH for language: julia.
* Produce error on mistyped --repo for pre-commit autoupdate.
* Improve performance of commit existence check in pre-push.
* Avoid duplicating conflicted filenames during pre-commit run --all-files.

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

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

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

diffs:
diff --git a/py-pre-commit/COMMIT_MSG b/py-pre-commit/COMMIT_MSG
index 0ac82f9341..97f31d0161 100644
--- a/py-pre-commit/COMMIT_MSG
+++ b/py-pre-commit/COMMIT_MSG
@@ -1,3 +1,3 @@
-devel/py-pre-commit: import py-pre-commit version 4.6.0
+devel/py-pre-commit: import py-pre-commit version 4.6.1
 
 Packaged in wip by iquiw
diff --git a/py-pre-commit/Makefile b/py-pre-commit/Makefile
index 98acc2dda1..1548c33ae8 100644
--- a/py-pre-commit/Makefile
+++ b/py-pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-4.6.0
+DISTNAME=	pre_commit-4.6.1
 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 20964e7003..6319c44065 100644
--- a/py-pre-commit/PLIST
+++ b/py-pre-commit/PLIST
@@ -186,7 +186,6 @@ ${PYSITELIB}/pre_commit/repository.pyo
 ${PYSITELIB}/pre_commit/resources/__init__.py
 ${PYSITELIB}/pre_commit/resources/__init__.pyc
 ${PYSITELIB}/pre_commit/resources/__init__.pyo
-${PYSITELIB}/pre_commit/resources/empty_template_.npmignore
 ${PYSITELIB}/pre_commit/resources/empty_template_Cargo.toml
 ${PYSITELIB}/pre_commit/resources/empty_template_LICENSE.renv
 ${PYSITELIB}/pre_commit/resources/empty_template_Makefile.PL
@@ -195,7 +194,6 @@ ${PYSITELIB}/pre_commit/resources/empty_template_environment.yml
 ${PYSITELIB}/pre_commit/resources/empty_template_go.mod
 ${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-package-dev-1.rockspec
 ${PYSITELIB}/pre_commit/resources/empty_template_pre_commit_placeholder_package.gemspec
 ${PYSITELIB}/pre_commit/resources/empty_template_pubspec.yaml
diff --git a/py-pre-commit/distinfo b/py-pre-commit/distinfo
index 58038f4957..2fd97a91e7 100644
--- a/py-pre-commit/distinfo
+++ b/py-pre-commit/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (pre_commit-4.6.0.tar.gz) = 3feb11d9f7953293a28b6fc6414389563928c15760eec7825e401735d47751b4
-SHA512 (pre_commit-4.6.0.tar.gz) = fab2d28e888d3c55570ce30a1df10d7a7fa5b02d8fe8d6c0689b6e7b13dfcbcbc4f7080d417897df9992899927bcce8f34f1846106b4c4fd9461891614923280
-Size (pre_commit-4.6.0.tar.gz) = 198525 bytes
+BLAKE2s (pre_commit-4.6.1.tar.gz) = 528ab599ccb0858634f596ae953feef388ee9889cc502e0147e88c39942814d4
+SHA512 (pre_commit-4.6.1.tar.gz) = 1d2ae4f1f426cc15fbbecaac3a5a819bdf0020c3500500b30ec9b5785ab3faca0fee75d219ba0b9f447e146010f429ac6911266fe265052b25ac036d9064a04a
+Size (pre_commit-4.6.1.tar.gz) = 198646 bytes


Home | Main Index | Thread Index | Old Index