pkgsrc-WIP-changes archive

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

py-pre-commit: Update to 2.18.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Apr 9 09:54:36 2022 +0900
Changeset:	d0971d63ac53a42ca1780b696b2c081944804f41

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

Log Message:
py-pre-commit: Update to 2.18.1

2.18.1 - 2022-04-02
Fixes

* Fix regression for repo: local hooks running python<3.7

2.18.0 - 2022-04-02
Features

* Keep GIT_HTTP_PROXY_AUTHMETHOD in git environ.
* Support both cs and coursier executables for coursier hooks.
* Include more information in errors for language_version /
additional_dependencies for languages which do not support them.
* Have autoupdate preferentially pick tags which look like versions when
there are multiple equivalent tags.
* Upgrade ruby-build.
* Add top level default_install_hook_types which will be installed when
--hook-types is not specified in pre-commit install.

Fixes

* Fix typo in help message for --from-ref and --to-ref.
* Prioritize binary builds for R dependencies.
* Fix handling of git worktrees.
* Fix handling of $R_HOME for R hooks.
* Fix a rare race condition in change stashing.

Updating

* Remove python3.6 support. Note that pre-commit still supports running
hooks written in older versions, but pre-commit itself requires python
3.7+.
* pre-commit has migrated from the master branch to main.

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

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

diffs:
diff --git a/py-pre-commit/Makefile b/py-pre-commit/Makefile
index e5c24c3a3b..f4f4a327ce 100644
--- a/py-pre-commit/Makefile
+++ b/py-pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-2.17.0
+DISTNAME=	pre_commit-2.18.1
 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 c8c6107e5f..4cf6f7d8c5 100644
--- a/py-pre-commit/distinfo
+++ b/py-pre-commit/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (pre_commit-2.17.0.tar.gz) = 3c6229040b8fb72eb6e8d6143f3043226cb47376290dc27a6700fc904bb6bd26
-SHA512 (pre_commit-2.17.0.tar.gz) = 255801556b7718d1801dc957d3a8c20ab5f428ae2b3f8716397bbf3615ae191315daf952d9a7188466672dea0f05645cf5324c3e7b50f1a4cc5df0a0f3e12fad
-Size (pre_commit-2.17.0.tar.gz) = 170517 bytes
+BLAKE2s (pre_commit-2.18.1.tar.gz) = 45cd7f7734e83e03dd1f9540bd4d3e0c4d0587e06e28089f4a8074b76d6662df
+SHA512 (pre_commit-2.18.1.tar.gz) = ba5edd07faaa557a063d851ba65d4e42822f10186dadec9ad727bfa058502429635ad1b9cdbdff09eeafeef0bad5ce5121993a6024edd143121156c518ab7e83
+Size (pre_commit-2.18.1.tar.gz) = 171694 bytes


Home | Main Index | Thread Index | Old Index