pkgsrc-WIP-changes archive

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

pre-commit: Update to 2.7.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Sep 12 10:51:59 2020 +0900
Changeset:	7db547d84ff30da24196b198019676270c5a64ed

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

Log Message:
pre-commit: Update to 2.7.1

Fixes

* Improve performance of docker hooks by removing slow ps call
* Fix un-healthy() invalidation followed by install being reported as
  un-healthy().
* Fix rare file race condition on windows with os.replace()

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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pre-commit/Makefile | 2 +-
 pre-commit/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/pre-commit/Makefile b/pre-commit/Makefile
index 3b26de19ef..577772e1df 100644
--- a/pre-commit/Makefile
+++ b/pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-2.7.0
+DISTNAME=	pre_commit-2.7.1
 PKGNAME=	${DISTNAME:S/_/-/}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pre_commit/}
diff --git a/pre-commit/distinfo b/pre-commit/distinfo
index 2481eafc83..56debe6143 100644
--- a/pre-commit/distinfo
+++ b/pre-commit/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (pre_commit-2.7.0.tar.gz) = c601b005220b72beaea8c0ba0410e34589aaa58e
-RMD160 (pre_commit-2.7.0.tar.gz) = 5d310e7032e7949e23b0dd2ceece3f6057851f5d
-SHA512 (pre_commit-2.7.0.tar.gz) = 1aca4fe81f061b0509521323e474bebd7fbf7a3843e63a11e81d141303baf0582ec0ffacd49cd9246fbc3f662ec979615ad7a72dead9724aac6c881422145f82
-Size (pre_commit-2.7.0.tar.gz) = 151706 bytes
+SHA1 (pre_commit-2.7.1.tar.gz) = c1e2dcdbb3dbb132e08ba22ef4c0814be8203aaa
+RMD160 (pre_commit-2.7.1.tar.gz) = 623e1c8ad5c16ea86ba1f6a2ddd31cbc5aadf65c
+SHA512 (pre_commit-2.7.1.tar.gz) = 58815347abd3f1c16d3429302bd2f83bc9661a1125d9ed5f6e13a47cec328eab6c4776abd367608aa1f93ad4ca9cca4a3794330700c2c2df14016899894e94d1
+Size (pre_commit-2.7.1.tar.gz) = 151878 bytes


Home | Main Index | Thread Index | Old Index