pkgsrc-WIP-changes archive

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

py-pre-commit: update to 4.0.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Oct 6 14:09:54 2024 +0900
Changeset:	21b2fedf4507b28ee9204c8862f533bc39788e1d

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.0.0

Features

* Improve pre-commit migrate-config to handle more yaml formats.
* Handle stages deprecation in pre-commit migrate-config.
* Upgrade ruby-build.
* Add "sensible regex" warnings to repo: meta.
* Add warnings for deprecated stages (commit -> pre-commit, push ->
  pre-push, merge-commit -> pre-merge-commit).

Migrating

* language: python_venv has been removed -- use language: python instead.

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

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

diffs:
diff --git a/py-pre-commit/COMMIT_MSG b/py-pre-commit/COMMIT_MSG
index 588c39e635..ab6d103192 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 3.8.0
+devel/py-pre-commit: import py-pre-commit version 4.0.0
 
 Packaged in wip by iquiw
diff --git a/py-pre-commit/Makefile b/py-pre-commit/Makefile
index a0f625a2a3..3d0bac7db1 100644
--- a/py-pre-commit/Makefile
+++ b/py-pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-3.8.0
+DISTNAME=	pre_commit-4.0.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 7d22e1511e..cdf01df8b1 100644
--- a/py-pre-commit/PLIST
+++ b/py-pre-commit/PLIST
@@ -216,3 +216,6 @@ ${PYSITELIB}/pre_commit/xargs.pyo
 ${PYSITELIB}/pre_commit/yaml.py
 ${PYSITELIB}/pre_commit/yaml.pyc
 ${PYSITELIB}/pre_commit/yaml.pyo
+${PYSITELIB}/pre_commit/yaml_rewrite.py
+${PYSITELIB}/pre_commit/yaml_rewrite.pyc
+${PYSITELIB}/pre_commit/yaml_rewrite.pyo
diff --git a/py-pre-commit/distinfo b/py-pre-commit/distinfo
index 167d804586..0318830b59 100644
--- a/py-pre-commit/distinfo
+++ b/py-pre-commit/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (pre_commit-3.8.0.tar.gz) = d1f8a0a975141804570e7d1f64df0546aa4a4e04a7381a24755962f114afac5c
-SHA512 (pre_commit-3.8.0.tar.gz) = 754d6d64f9b5b2ecd0aca866115a6e63bea049f7cac9b368f01b40d06a823a7a2948420874bbfcdc71f059cb2446f54206c4c8506b16c05268f55bbe59d43fbb
-Size (pre_commit-3.8.0.tar.gz) = 177815 bytes
+BLAKE2s (pre_commit-4.0.0.tar.gz) = dfbb4e1fda6ef1bc34f8bb38172366633958b459ac55b7fe21f522b06d671ad2
+SHA512 (pre_commit-4.0.0.tar.gz) = 3da108cc01f08e6365cbb6fc0104260ef96f9ad116b2feabdaea37113d15fbed28990a5e6b276f3db572dd01c58513f2940619c9e839f743a74040f96f29c31f
+Size (pre_commit-4.0.0.tar.gz) = 191628 bytes


Home | Main Index | Thread Index | Old Index