forked from pool/python-pre-commit
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
01d16f673e | |||
81b3778a4a | |||
ccc8f56d54 | |||
e808a3baa2 | |||
e88a10eeda | |||
d9165013bc |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dc004239d417d8ea7815e34c6dd2740870e01c84d5fe513bade9ba06aca7560
|
||||
size 270138
|
3
pre-commit-4.0.1.tar.gz
Normal file
3
pre-commit-4.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12b3e5ea4b2e378a38ba03b0260b331b416840dd3d8cb3c169a46c7343f9c9f0
|
||||
size 286821
|
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 10:58:24 UTC 2024 - Marina Latini <marina.latini@suse.com>
|
||||
|
||||
- spec file changes:
|
||||
* Specify a Group tag for recent Leap and SUSE Linux Enterprise
|
||||
* Disable Perl install test as that requires network for
|
||||
CPAN initialisation also on SUSE Linux Enterprise 15 SP7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 19:23:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.0.1:
|
||||
* Fix `pre-commit migrate-config` for unquoted deprecated
|
||||
stages names with purelib `pyyaml`.
|
||||
* Improve `pre-commit migrate-config` to handle more yaml
|
||||
formats.
|
||||
* Handle `stages` deprecation in `pre-commit migrate-config`.
|
||||
* Upgrade `ruby-build`.
|
||||
* Add "sensible regex" warnings to `repo: meta`.
|
||||
* Add warnings for deprecated `stages` (`commit` -> `pre-
|
||||
commit`, `push` -> `pre-push`, `merge-commit` -> `pre-merge-commit`).
|
||||
* `language: python_venv` has been removed -- use `language:
|
||||
python` instead.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 18:58:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.8.0:
|
||||
* Implement health checks for `language: r` so environments are
|
||||
recreated if the system version of R changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 19:37:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pre-commit
|
||||
Version: 3.7.1
|
||||
Version: 4.0.1
|
||||
Release: 0
|
||||
Summary: Multi-language pre-commit hooks
|
||||
License: MIT
|
||||
URL: https://github.com/pre-commit/pre-commit
|
||||
Source: https://github.com/pre-commit/pre-commit/archive/v%{version}.tar.gz#/pre-commit-%{version}.tar.gz
|
||||
%if 0%{?sle_version} <= 150600
|
||||
%if 0%{?sle_version} <= 150700
|
||||
Group: Development/Tools/Other
|
||||
%endif
|
||||
BuildRequires: %{python_module base >= 3.9}
|
||||
@@ -109,7 +109,7 @@ EXCLUDED_TESTS="$EXCLUDED_TESTS or test_lua_additional_dependencies"
|
||||
EXCLUDED_TESTS="$EXCLUDED_TESTS or (golang_test and test_during_commit_all)"
|
||||
# requires swift
|
||||
EXCLUDED_TESTS="$EXCLUDED_TESTS or test_swift_language"
|
||||
%if 0%{?sle_version} <= 150600
|
||||
%if 0%{?sle_version} <= 150700
|
||||
# requires network on Leap or SUSE Linux Enterprise
|
||||
EXCLUDED_TESTS="$EXCLUDED_TESTS or test_perl_install"
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user