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



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Oct 13 13:56:17 2024 +0900
Changeset:	0bdc1b5b0f69e8efe03f3100fa5f765ab775262a

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

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

Pkgsrc changes:

* Remove 38 from PYTHON_VERSIONS_INCOMPATIBLE.

Upstream changes:

Fixes

* Fix pre-commit migrate-config for unquoted deprecated stages names with
  purelib pyyaml.

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

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

diffs:
diff --git a/py-pre-commit/COMMIT_MSG b/py-pre-commit/COMMIT_MSG
index ab6d103192..ecbfd0827c 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.0.0
+devel/py-pre-commit: import py-pre-commit version 4.0.1
 
 Packaged in wip by iquiw
diff --git a/py-pre-commit/Makefile b/py-pre-commit/Makefile
index 3d0bac7db1..e85866c7a7 100644
--- a/py-pre-commit/Makefile
+++ b/py-pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-4.0.0
+DISTNAME=	pre_commit-4.0.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pre_commit/}
@@ -10,7 +10,7 @@ HOMEPAGE=	https://pre-commit.com/
 COMMENT=	Framework for managing and maintaining multi-language pre-commit hook
 LICENSE=	mit
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 38 # upstream dropped support
+PYTHON_VERSIONS_INCOMPATIBLE=	27 # upstream dropped support
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=70.0:../../devel/py-setuptools
 DEPENDS+=	${PYPKGPREFIX}-cfgv>=2.0.0:../../wip/py-cfgv
diff --git a/py-pre-commit/distinfo b/py-pre-commit/distinfo
index 0318830b59..046ab2cde3 100644
--- a/py-pre-commit/distinfo
+++ b/py-pre-commit/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-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
+BLAKE2s (pre_commit-4.0.1.tar.gz) = 607709e5e8af1611e225cc928f506de517d8e34fa451144cb465a2ac806f24ad
+SHA512 (pre_commit-4.0.1.tar.gz) = f543031385e97ecbf07ac25deea70379caeea104d2bfeace01b3dc2e526a2380600a0cfd355e5293db65e51494f7ae1ffc87f87e3808d48faa9ecb927d957999
+Size (pre_commit-4.0.1.tar.gz) = 191678 bytes


Home | Main Index | Thread Index | Old Index