pkgsrc-WIP-changes archive

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

py-pre-commit: update to 4.1.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Jan 26 15:29:53 2025 +0900
Changeset:	fbfbec77a350baa90f8d963363b5ceb1a3faad7a

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

Features

* Add language: julia.

Fixes

* Disable automatic toolchain switching for language: golang.
* Fix language: r installation when initiated by RStudio.

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

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 ecbfd0827c..617024679f 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.1
+devel/py-pre-commit: import py-pre-commit version 4.1.0
 
 Packaged in wip by iquiw
diff --git a/py-pre-commit/Makefile b/py-pre-commit/Makefile
index e85866c7a7..42d33643d7 100644
--- a/py-pre-commit/Makefile
+++ b/py-pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-4.0.1
+DISTNAME=	pre_commit-4.1.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 cdf01df8b1..913f01427e 100644
--- a/py-pre-commit/PLIST
+++ b/py-pre-commit/PLIST
@@ -114,6 +114,9 @@ ${PYSITELIB}/pre_commit/languages/golang.pyo
 ${PYSITELIB}/pre_commit/languages/haskell.py
 ${PYSITELIB}/pre_commit/languages/haskell.pyc
 ${PYSITELIB}/pre_commit/languages/haskell.pyo
+${PYSITELIB}/pre_commit/languages/julia.py
+${PYSITELIB}/pre_commit/languages/julia.pyc
+${PYSITELIB}/pre_commit/languages/julia.pyo
 ${PYSITELIB}/pre_commit/languages/lua.py
 ${PYSITELIB}/pre_commit/languages/lua.pyc
 ${PYSITELIB}/pre_commit/languages/lua.pyo
diff --git a/py-pre-commit/distinfo b/py-pre-commit/distinfo
index 046ab2cde3..79ff176f38 100644
--- a/py-pre-commit/distinfo
+++ b/py-pre-commit/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-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
+BLAKE2s (pre_commit-4.1.0.tar.gz) = 480713484a7a818b0d3acf9860500c07ed553b1e165d2385f85e72106f2c1fac
+SHA512 (pre_commit-4.1.0.tar.gz) = a9d00059cef212f5f7f791f311cfe54eed32d062eec6cf913cfb613f3b46e7917a4f3267efa3b8ec56fa3ecd50b88c0ee234661582ebf02294e1f4e3de298b21
+Size (pre_commit-4.1.0.tar.gz) = 193330 bytes


Home | Main Index | Thread Index | Old Index