Changelog for
python3-pre-commit-2.7.1-3.5.noarch.rpm :
* Tue Feb 16 2021 rombertAATTapache.org- Fix build for multiple python flavors
* Sat Aug 29 2020 Arun Persaud
* Fixes + Improve performance of docker hooks by removing slow ps call [#1572] PR by AATTrkm. [#1569] issue by AATTasottile. + Fix un-healthy() invalidation followed by install being reported as un-healthy(). [#1576] PR by AATTasottile. [#1575] issue by AATTjab. + Fix rare file race condition on windows with os.replace() [#1577] PR by AATTasottile.- changes from version 2.7.0:
* Features + Produce error message if an environment is immediately unhealthy [#1535] PR by AATTasottile. + Add --no-allow-missing-config option to init-templatedir [#1539] PR by AATTsingergr. + Add warning for old list-style configuration [#1544] PR by AATTasottile. + Allow pre-commit to succeed on a readonly store. [#1570] PR by AATTasottile. [#1536] issue by AATTasottile.
* Fixes + Fix error messaging when the store directory is readonly [#1546] PR by AATTasottile. [#1536] issue by AATTasottile. + Improve diff performance with many hooks [#1566] PR by AATTjhenkens. [#1564] issue by AATTjhenkens.
* Sun Jul 19 2020 jayvdbAATTgmail.com- Ignore one test failure to fix builds- Set LANG to fix openSUSE 15.1 builds
* Fri Jul 03 2020 arunAATTgmx.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 AATTasottile. [#1516] issue by AATTrkm.
* Features + Skip rbenv / ruby-download if system ruby is available [#1509] PR by AATTasottile. + Partial support for ruby on windows (if system ruby is installed) [#1509] PR by AATTasottile. [#201] issue by AATTasottile.
* Sun Jun 28 2020 arunAATTgmx.de- update to version 2.5.1:
* Fixes + Prevent infinite recursion of post-checkout on clone [#1497] PR by AATTasottile. [#1496] issue by AATTadmorgan.- changes from version 2.5.0:
* Features + Expose a PRE_COMMIT=1 environment variable when running hooks [#1467] PR by AATTtech-chad. [#1426] issue by AATTlorenzwalthert.
* Fixes + Fix UnicodeDecodeError on windows when using the py launcher to detect executables with non-ascii characters in the path [#1474] PR by AATTasottile. [#1472] issue by DrFobos. + Fix DeprecationWarning on python3.9 for random.shuffle method [#1480] PR by AATTasottile. [#1479] issue by AATTisidentical. + Normalize slashes earlier such that global files / exclude use forward slashes on windows as well. [#1494] PR by AATTasottile. [#1476] issue by AATTharrybiddle.
* Sat May 23 2020 arunAATTgmx.de- update to version 2.4.0:
* Features + Add support for post-commit hooks [#1415] PR by AATTModischFabrications. [#1411] issue by AATTModischFabrications. + Silence pip version warning in python installation error [#1412] PR by AATTasottile. + Improve python healthy() when upgrading operating systems. [#1431] PR by AATTasottile. [#1427] issue by AATTahonnecke. + language: python_venv is now an alias to language: python (and will be removed in a future version). [#1431] PR by AATTasottile. + Speed up python healthy() check. [#1431] PR by AATTasottile. + pre-commit autoupdate now tries to maintain quoting style of rev. [#1435] PR by AATTmarcjay. [#1434] issue by AATTmarcjay.
* Fixes + Fix installation of go modules in repo: local. [#1428] PR by AATTscop. + Fix committing with unstaged files and a failing post-checkout hook. [#1422] PR by AATTdomodwyer. [#1418] issue by AATTdomodwyer. + Fix installation of node hooks with system node installed on freebsd. [#1443] PR by AATTasottile. [#1440] issue by AATTjockej. + Fix ruby hooks when GEM_PATH is set globally. [#1442] PR by AATTtdeo. + 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 AATTasottile. [#1447] issue by AATTrpdelaney.
* Sat May 02 2020 arunAATTgmx.de- specfile:
* be more specific in %files section- update to version 2.3.0:
* Features + Calculate character width using `east_asian_width` - #1378 PR by AATTsophgn. + Use `language_version: system` by default for `node` hooks if `node` / `npm` are globally installed. - #1388 PR by AATTasottile.
* Fixes + No longer use a hard-coded user id for docker hooks on windows - [#1371] PR by AATTkilluazhu. + Fix colors on windows during `git commit` - #1381 issue by AATTCielquan. - #1382 PR by AATTasottile. + Produce readable error message for incorrect argument count to `hook-impl` - #1394 issue by AATTpip9ball. - #1395 PR by AATTasottile. + Fix installations which involve an upgrade of `pip` on windows - [#1398] issue by AATTxiaohuazi123. - #1399 PR by AATTasottile. + Preserve line endings in `pre-commit autoupdate` - #1402 PR by AATTutek.
* Wed Mar 18 2020 mcalabkovaAATTsuse.com- Update to 2.2.0
* Add conda as a new language.
* Remove python2 / python3.5 support. Note that pre-commit still supports running hooks written in python2, but pre-commit itself requires python 3.6+.
* Removed pcre language, use pygrep instead.
* Don\'t filter GIT_SSL_NO_VERIFY from environment when cloning.
* Replace aspy.yaml with sort_keys=False.
* Add support for perl.
* Fix python healthy() check when python executable goes missing.
* Many more fixes and improvements, see upstream changelog
* Fri Nov 01 2019 mceplAATTsuse.com- Update to 1.20.0: Allow building newer versions of ruby. Fix rare race condition with multiple concurrent first-time runs. Allow --hook-type to be specified multiple times. example: pre-commit install --hook-type pre-commit - -hook-type pre-push Include more version information in crash logs. Hook colors are now passed through on platforms which support pty. pre-commit now uses importlib.metadata directly when running in python 3.8 Remove some extra newlines from error messages. When a hook is not executable it now reports not executable instead of not found. Fix interleaving of stdout / stderr in hooks. Fix python environment healthy() check when current working directory contains modules which shadow standard library names. Regexes handling both backslashes and forward slashes for directory separators now only need to handle forward slashes. Fix node_modules plugin installation on windows Make default python lookup more deterministic to avoid redundant installs Fix installation of rust hooks with new cargo Use the current running executable if it matches the requested language_version Print the stage when a hook is not found pre-commit autoupdate now supports non-master default branches Add pre-commit init-templatedir which makes it easier to automatically enable pre-commit in cloned repositories. pre-commit\'s color can be controlled using PRE_COMMIT_COLOR={auto,always,never} pre-commit\'s color can now be disabled using TERM=dumb pre-commit now supports docker based hooks on windows Fix shallow clone Fix autoupdate version flip flop when using shallow cloning Fix autoupdate when the current revision is invalid Replace development instructions with tox --devenv ... Produce better output on ^C Warn on unknown keys at the top level and repo level Fix handling of ^C in wrapper script in python 3.x Fix rmtree for non-writable directories Pass --color option to git diff in --show-diff-on-failure Fix test when pre-commit is installed globally Add support for prepare-commit-msg hook Whitespace fixup Fix cloning non-branch tag while in the fallback slow-clone strategy.- Just switch of tests for now.
* Thu Apr 04 2019 jayvdbAATTgmail.com- Initial spec for v1.15.1