forked from pool/python-pre-commit
Accepting request 830484 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/830484 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pre-commit?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
48f5e847a5
commit
cc733579a7
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e97b47762f75a2dbbb863cfe824ffab6782fc2bb6763e83876efa6164665038
|
||||
size 219530
|
3
pre_commit-2.7.1.tar.gz
Normal file
3
pre_commit-2.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6ca162ba902dac6b0567d5b2ed3a7cc479ead512bdad5579e35a6836b8c1b0e
|
||||
size 221033
|
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 29 05:38:23 UTC 2020 - Arun Persaud <arun@gmx.de
|
||||
|
||||
- update to version 2.7.1:
|
||||
* Fixes
|
||||
+ Improve performance of docker hooks by removing slow ps call
|
||||
#1572 PR by @rkm.
|
||||
#1569 issue by @asottile.
|
||||
+ Fix un-healthy() invalidation followed by install being reported
|
||||
as un-healthy().
|
||||
#1576 PR by @asottile.
|
||||
#1575 issue by @jab.
|
||||
+ Fix rare file race condition on windows with os.replace()
|
||||
#1577 PR by @asottile.
|
||||
|
||||
- changes from version 2.7.0:
|
||||
* Features
|
||||
+ Produce error message if an environment is immediately unhealthy
|
||||
#1535 PR by @asottile.
|
||||
+ Add --no-allow-missing-config option to init-templatedir
|
||||
#1539 PR by @singergr.
|
||||
+ Add warning for old list-style configuration
|
||||
#1544 PR by @asottile.
|
||||
+ Allow pre-commit to succeed on a readonly store.
|
||||
#1570 PR by @asottile.
|
||||
#1536 issue by @asottile.
|
||||
* Fixes
|
||||
+ Fix error messaging when the store directory is readonly
|
||||
#1546 PR by @asottile.
|
||||
#1536 issue by @asottile.
|
||||
+ Improve diff performance with many hooks
|
||||
#1566 PR by @jhenkens.
|
||||
#1564 issue by @jhenkens.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 19 03:46:47 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pre-commit
|
||||
Version: 2.6.0
|
||||
Version: 2.7.1
|
||||
Release: 0
|
||||
Summary: Multi-language pre-commit hooks
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user