14
0

Accepting request 821705 from home:jayvdb:branches:devel:languages:python

- Ignore one test failure to fix builds
- Set LANG to fix openSUSE 15.1 builds
- specfile:
  * update version requirement for virtualenv
- update to version 2.6.0:

OBS-URL: https://build.opensuse.org/request/show/821705
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pre-commit?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2020-07-19 05:17:11 +00:00
committed by Git OBS Bridge
parent d95d85e53c
commit 48f5e847a5
4 changed files with 102 additions and 8 deletions

View File

@@ -1,3 +1,96 @@
-------------------------------------------------------------------
Sun Jul 19 03:46:47 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Ignore one test failure to fix builds
- Set LANG to fix openSUSE 15.1 builds
-------------------------------------------------------------------
Fri Jul 3 03:05:43 UTC 2020 - Arun Persaud <arun@gmx.de>
- specfile:
* update version requirement for virtualenv
- update to version 2.6.0:
* Fixes
+ Fix node hooks when NPM_CONFIG_USERCONFIG is set
#1521 PR by @asottile.
#1516 issue by @rkm.
* Features
+ Skip rbenv / ruby-download if system ruby is available
#1509 PR by @asottile.
+ Partial support for ruby on windows (if system ruby is
installed)
#1509 PR by @asottile.
#201 issue by @asottile.
-------------------------------------------------------------------
Sun Jun 28 18:48:43 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 2.5.1:
* Fixes
+ Prevent infinite recursion of post-checkout on clone
#1497 PR by @asottile.
#1496 issue by @admorgan.
- changes from version 2.5.0:
* Features
+ Expose a PRE_COMMIT=1 environment variable when running hooks
#1467 PR by @tech-chad.
#1426 issue by @lorenzwalthert.
* Fixes
+ Fix UnicodeDecodeError on windows when using the py launcher to
detect executables with non-ascii characters in the path
#1474 PR by @asottile.
#1472 issue by DrFobos.
+ Fix DeprecationWarning on python3.9 for random.shuffle method
#1480 PR by @asottile.
#1479 issue by @isidentical.
+ Normalize slashes earlier such that global files / exclude use
forward slashes on windows as well.
#1494 PR by @asottile.
#1476 issue by @harrybiddle.
-------------------------------------------------------------------
Sat May 23 19:57:34 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 2.4.0:
* Features
+ Add support for post-commit hooks
#1415 PR by @ModischFabrications.
#1411 issue by @ModischFabrications.
+ Silence pip version warning in python installation error
#1412 PR by @asottile.
+ Improve python healthy() when upgrading operating systems.
#1431 PR by @asottile.
#1427 issue by @ahonnecke.
+ language: python_venv is now an alias to language: python (and
will be removed in a future version).
#1431 PR by @asottile.
+ Speed up python healthy() check.
#1431 PR by @asottile.
+ pre-commit autoupdate now tries to maintain quoting style of
rev.
#1435 PR by @marcjay.
#1434 issue by @marcjay.
* Fixes
+ Fix installation of go modules in repo: local.
#1428 PR by @scop.
+ Fix committing with unstaged files and a failing post-checkout
hook.
#1422 PR by @domodwyer.
#1418 issue by @domodwyer.
+ Fix installation of node hooks with system node installed on
freebsd.
#1443 PR by @asottile.
#1440 issue by @jockej.
+ Fix ruby hooks when GEM_PATH is set globally.
#1442 PR by @tdeo.
+ Improve error message when pre-commit autoupdate / pre-commit
migrate-config are run but the pre-commit configuration is not
valid yaml.
#1448 PR by @asottile.
#1447 issue by @rpdelaney.
-------------------------------------------------------------------
Sat May 2 21:01:03 UTC 2020 - Arun Persaud <arun@gmx.de>