Revisions of python-pre-commit

buildservice-autocommit accepted request 1161391 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 37)
- update to 3.7.0:
  * Use a tty for `docker` and `docker_image` hooks when
    `--color` is specified.
  * Fix `fail_fast` for individual hooks stopping when previous
    hooks had failed.
  * The per-hook behaviour of `fail_fast` was fixed.  If you want
    the pre-3.7.0 behaviour, add `fail_fast: true` to all hooks
    before the last `fail_fast` hook.
- Specify a Group tag for Leap and SUSE Linux Enterprise
  CPAN initialisation also on SUSE Linux Enterprise.
- Fix build for multiple python flavors
  * 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
  * Removed pcre language, use pygrep instead.
  * Replace aspy.yaml with sort_keys=False.
  * Add support for perl.
  * Fix python healthy() check when python executable goes missing.
buildservice-autocommit accepted request 1152925 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 36)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1152469 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 35)
- Update to 3.6.2
  * Fix building golang hooks during `git commit --all`.
- Changelog for 3.6.1
  * Remove `PYTHONEXECUTABLE` from environment when running.
  * Handle staged-files-only with only a crlf diff.
- Build PEP517 wheel
- Skip golang test trying to download dependency
buildservice-autocommit accepted request 1136657 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1136649 from Marina Latini's avatar Marina Latini (deneb_alpha) (revision 33)
- Specify a Group tag for Leap and SUSE Linux Enterprise
- Disable Perl install test as that requires network for CPAN initialisation also on SUSE Linux Enterprise.
buildservice-autocommit accepted request 1133197 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 32)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1132881 from Matthias Bach's avatar Matthias Bach (theMarix) (revision 31)
- Update to version 3.6.0
  * Features
    + Check minimum_pre_commit_version first when parsing configs.
  * Fixes
    + Fix deprecation warnings for importlib.resources.
    + Fix deprecation warnings for rmtree.
buildservice-autocommit accepted request 1129479 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 30)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1129254 from Matthias Bach's avatar Matthias Bach (theMarix) (revision 29)
- For Leap, build this on modern Python as 3.6 is no longer supported.
- On Leap, use Lua 5.3 as luarocks is not packaged for Lua 5.4.
- On Leap, disable Perl install test as that requires network for
  CPAN initialisation.

Note that, right now, this won't fix the 15.6 build as the dependency
python-editdistance is from devel:languages:python:numeric and the fixed version
in that repo is not visible in devel:languages:python. However, this will at
least give us a working build on devel:languages:python:backports. And once the
fixed version of python-editdistance makes it into 15.6 we will also get a working
build for 15.6 over here.
buildservice-autocommit accepted request 1121650 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 28)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 1121631 from Matthias Fehring's avatar Matthias Fehring (buschmann23) (revision 27)
- update to version 3.5.0
  * Features
    + Improve performance of check-hooks-apply and check-useless-excludes.
  * Fixes
    + Use time.monotonic() for more accurate hook timing.
  * Migrating
    + Require npm 6.x+ for language: node hooks.
- notable changes since 2.21.0
  * Remove pre-commit-validate-config and pre-commit-validate-manifest,
    use pre-commit validate-config and pre-commit validate-manifest
    instead.
  * See CHANGELOG.md
- spec file changes
  * Remove python-re-assert and python-toml from the runtime requirements
  * Remove python-toml from the build requirements
  * Update required python-virtualenv version to 20.10.0
  * Rename excluded test est_local_golang_additional_dependencies to
    test_local_golang_additional_deps
  * Exclude new tests that require internet access
    + test_run_example_executable
    + test_run_dep
    + test_perl_additional_dependencies
    + test_lua_additional_dependencies
  * Exclude new tests that have unfulfillable dependencies
    + test_swift_language
  * Add LICENSE and CHANGELOG.md to the files list
buildservice-autocommit accepted request 1046303 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 25)
- update to 2.21.0:
  * Require new-enough virtualenv to prevent 3.10 breakage
  * Respect aliases with `SKIP` for environment install.
  * Allow `pre-commit run --files` against unmerged paths.
  * Also apply regex warnings to `repo: local` hooks.
  * `rust` is now a "first class" language -- supporting `language_version`
  * `r` now uses more-reliable binary installation.
  * `GIT_ALLOW_PROTOCOL` is now passed through for git operations.
  * `GIT_ASKPASS` is now passed through for git operations.
  * Remove `toml` dependency by using `cargo add` directly.
  * Support `dotnet` hooks which have dotted prefixes.
  * ### Fixes
  * Properly adjust `--commit-msg-filename` if run from a sub directory.
  * Simplify `--intent-to-add` detection by using `git diff`.
  * Fix `R.exe` selection on windows.
  * Skip default `nuget` source when installing `dotnet` packages.
buildservice-autocommit accepted request 1038582 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 24)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 23)
- Fix "/usr/bin/env bash" shebang in hook-tmpl file
- Remove python_module macro definition
- Allow file protocol always for git submodule to fix tests
buildservice-autocommit accepted request 988454 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 22)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 988408 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 21)
update to latest version
buildservice-autocommit accepted request 980049 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 20)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 979982 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 19)
update to latest version
Displaying revisions 1 - 20 of 38
openSUSE Build Service is sponsored by