| |
@@ -1,8 +1,8 @@
|
| |
%bcond_without check
|
| |
|
| |
Name: pre-commit
|
| |
- Version: 2.16.0
|
| |
- Release: 3%{?dist}
|
| |
+ Version: 2.19.0
|
| |
+ Release: 1%{?dist}
|
| |
Summary: Framework for managing and maintaining multi-language pre-commit hooks
|
| |
|
| |
License: MIT
|
| |
@@ -32,6 +32,8 @@
|
| |
|
| |
BuildRequires: cargo
|
| |
BuildRequires: git-core
|
| |
+ BuildRequires: lua-devel
|
| |
+ BuildRequires: luarocks
|
| |
BuildRequires: npm
|
| |
BuildRequires: nodejs
|
| |
BuildRequires: perl-CPAN
|
| |
@@ -91,6 +93,7 @@
|
| |
k="${k-}${k+ and }not test_installs_without_links_outside_env"
|
| |
k="${k-}${k+ and }not test_local_conda_additional_dependencies"
|
| |
k="${k-}${k+ and }not test_local_golang_additional_dependencies"
|
| |
+ k="${k-}${k+ and }not test_local_lua_additional_dependencies"
|
| |
k="${k-}${k+ and }not test_local_perl_additional_dependencies"
|
| |
k="${k-}${k+ and }not test_local_rust_additional_dependencies"
|
| |
k="${k-}${k+ and }not test_r_hook"
|
| |
@@ -102,6 +105,7 @@
|
| |
k="${k-}${k+ and }not test_run_versioned_node_hook"
|
| |
k="${k-}${k+ and }not test_run_versioned_ruby_hook"
|
| |
# Requires Python 2 (forbidden as a BR, obsolete)
|
| |
+ k="${k-}${k+ and }not test_local_python_repo_python2"
|
| |
k="${k-}${k+ and }not test_switch_language_versions_doesnt_clobber"
|
| |
# Requires dart (not packaged):
|
| |
k="${k-}${k+ and }not test_dart_hook"
|
| |
@@ -123,6 +127,9 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Sun May 15 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 2.19.0-1
|
| |
+ - Update to 2.19.0
|
| |
+
|
| |
* Thu Mar 24 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 2.16.0-3
|
| |
- Use pytest-env, now that it is packaged
|
| |
- Skip tests more precisely/selectively
|
| |
According to the upstream release notes and the source diff, this should be a straightforward compatible update.
Based on the above, and the fact that no packages have strictly-versioned dependencies on
pre-commit
, it should be safe to provide this as an update for stable releases if you choose. Scratch builds: F36, F35, F34