pkgsrc-WIP-changes archive

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

py-pre-commit: update to 3.6.2



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sat Feb 24 11:06:33 2024 +0900
Changeset:	1b729d5ed37b913f837285146ee0ca7276d13559

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

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

Pkgsrc changes:

* Add COMMIT_MSG file.

Upstream changes:

3.6.2 - 2024-02-18
Fixes

* Fix building golang hooks during git commit --all.

3.6.1 - 2024-02-10
Fixes

* Remove PYTHONEXECUTABLE from environment when running.
* Handle staged-files-only with only a crlf diff.

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

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 | 3 +++
 py-pre-commit/Makefile   | 2 +-
 py-pre-commit/distinfo   | 6 +++---
 3 files changed, 7 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-pre-commit/COMMIT_MSG b/py-pre-commit/COMMIT_MSG
new file mode 100644
index 0000000000..54a1be8fdf
--- /dev/null
+++ b/py-pre-commit/COMMIT_MSG
@@ -0,0 +1,3 @@
+devel/py-pre-commit: import py-pre-commit version 3.6.2
+
+Packaged in wip by iquiw
diff --git a/py-pre-commit/Makefile b/py-pre-commit/Makefile
index 7028df832b..25b673ccb0 100644
--- a/py-pre-commit/Makefile
+++ b/py-pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-3.6.0
+DISTNAME=	pre_commit-3.6.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pre_commit/}
diff --git a/py-pre-commit/distinfo b/py-pre-commit/distinfo
index d95f53fa0c..8e3bfa278f 100644
--- a/py-pre-commit/distinfo
+++ b/py-pre-commit/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (pre_commit-3.6.0.tar.gz) = fb718df57d3ff1ca90227517d954c964389601d7da2072382d5ccaae292b7f43
-SHA512 (pre_commit-3.6.0.tar.gz) = 28ff5fd21ff736892e06394f9caf04fe736066b9152c1da707a686bea0f648e781eef12aff7aa26249be98c1675b1d30a08a27617bf7ed4544543f55499c3021
-Size (pre_commit-3.6.0.tar.gz) = 177069 bytes
+BLAKE2s (pre_commit-3.6.2.tar.gz) = a54eca3e35ece658a87e3ec7c5fc0b1c57c36353a24bffe8b38237a4db5d605e
+SHA512 (pre_commit-3.6.2.tar.gz) = b05c98204161ea8e5639d876537953c59c9594e53de02679b4b679a7ca876859cc889fbe8c98bdb598d591444c7d9035c4ab7c3c3bae1936a33d9ec067c241d8
+Size (pre_commit-3.6.2.tar.gz) = 177293 bytes


Home | Main Index | Thread Index | Old Index