forked from pool/python-pre-commit
* added skip_python2 back to spec file
- specfile:
* be more specific in %files section
- update to version 2.3.0:
* Features
+ Calculate character width using `east_asian_width` - #1378 PR by
@sophgn.
+ Use `language_version: system` by default for `node` hooks if
`node` / `npm` are globally installed. - #1388 PR by @asottile.
* Fixes
+ No longer use a hard-coded user id for docker hooks on windows -
#1371 PR by @killuazhu.
+ Fix colors on windows during `git commit` - #1381 issue by
@Cielquan. - #1382 PR by @asottile.
+ Produce readable error message for incorrect argument count to
`hook-impl` - #1394 issue by @pip9ball. - #1395 PR by
@asottile.
+ Fix installations which involve an upgrade of `pip` on windows -
#1398 issue by @xiaohuazi123. - #1399 PR by @asottile.
+ Preserve line endings in `pre-commit autoupdate` - #1402 PR by
@utek.
OBS-URL: https://build.opensuse.org/request/show/799916
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pre-commit?expand=0&rev=6
98 lines
4.3 KiB
Plaintext
98 lines
4.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat May 2 21:01:03 UTC 2020 - Arun Persaud <arun@gmx.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
|
|
@sophgn.
|
|
+ Use `language_version: system` by default for `node` hooks if
|
|
`node` / `npm` are globally installed. - #1388 PR by @asottile.
|
|
* Fixes
|
|
+ No longer use a hard-coded user id for docker hooks on windows -
|
|
#1371 PR by @killuazhu.
|
|
+ Fix colors on windows during `git commit` - #1381 issue by
|
|
@Cielquan. - #1382 PR by @asottile.
|
|
+ Produce readable error message for incorrect argument count to
|
|
`hook-impl` - #1394 issue by @pip9ball. - #1395 PR by
|
|
@asottile.
|
|
+ Fix installations which involve an upgrade of `pip` on windows -
|
|
#1398 issue by @xiaohuazi123. - #1399 PR by @asottile.
|
|
+ Preserve line endings in `pre-commit autoupdate` - #1402 PR by
|
|
@utek.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 18 11:26:55 UTC 2020 - Marketa Calabkova <mcalabkova@suse.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 1 14:44:33 CET 2019 - Matej Cepl <mcepl@suse.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 4 01:11:49 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v1.15.1
|