Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b12575ebc2 | ||
|
|
6a08bf6f41 | ||
|
|
f1dd919d1f | ||
|
|
322eeb29bd | ||
|
|
f0ecdf8b60 | ||
|
|
64154e3d37 | ||
|
|
1f9b5e542f |
2 changed files with 23 additions and 5 deletions
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (vcs-diff-lint-6.4.tar.gz) = b1e1d76fca57c17ccc7c549e03d864e8c4febf8f3abd735d0ac9fa4ba26d867ba667b9523bdd4362fa699b70d7e79cf8adbd35633be4f49995d508f7373cbf49
|
||||
SHA512 (vcs-diff-lint-6.7.tar.gz) = 0ac37a5b22309811d636aa4123c513df5e9f21ebac9df94b599dd6d04d293088c96c68b46675fb32bdd8345b3a7c73b60b7725103344246aaccbab8c779f69ae
|
||||
SHA512 (vcs-diff-lint-testdata-1.0.0.bundle) = 59da14b42cf00ee793962784240e580a884312be3d1de1d7edc020c56c43afd4a6b6d4492d850a007b330add5569f45e48e764b1a0f6d09c0c8c350c7aa0320e
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: vcs-diff-lint
|
||||
Version: 6.4
|
||||
Release: 1%{?dist}
|
||||
Version: 6.7
|
||||
Release: 2%{?dist}
|
||||
Summary: VCS Differential Code Analysis Tool
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -21,18 +21,20 @@ Source0: %name-%version.tar.gz
|
|||
Source1: https://github.com/praiskup/vcs-diff-lint-testdata/releases/download/v1.0.0/vcs-diff-lint-testdata-1.0.0.bundle
|
||||
|
||||
Requires: csdiff
|
||||
Requires: git
|
||||
Requires: git-core
|
||||
Recommends: pylint
|
||||
Recommends: python3-mypy
|
||||
Recommends: python3-types-requests
|
||||
Recommends: ruff
|
||||
Recommends: yamllint
|
||||
|
||||
%if %{with check}
|
||||
BuildRequires: csdiff
|
||||
BuildRequires: git
|
||||
BuildRequires: git-core
|
||||
BuildRequires: pylint
|
||||
BuildRequires: rpmdevtools
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: yamllint
|
||||
%endif
|
||||
|
||||
|
||||
|
|
@ -64,6 +66,7 @@ install -p vcs-diff-lint %buildroot%_bindir
|
|||
install -p vcs-diff-lint-csdiff-pylint %buildroot%_bindir
|
||||
install -p vcs-diff-lint-csdiff-mypy %buildroot%_bindir
|
||||
install -p vcs-diff-lint-csdiff-ruff %buildroot%_bindir
|
||||
install -p vcs-diff-lint-csdiff-yamllint %buildroot%_bindir
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
|
|
@ -78,6 +81,21 @@ install -p vcs-diff-lint-csdiff-ruff %buildroot%_bindir
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 6.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sun Apr 26 2026 Pavel Raiskup <pavel@raiskup.cz> 6.7-1
|
||||
- Handle (no traceback) "invalid-syntax" code from Ruff
|
||||
- log.debug() all git commands
|
||||
- do not let "git apply" pollute stderr with whitespace errors
|
||||
|
||||
* Fri Apr 24 2026 Pavel Raiskup <pavel@raiskup.cz> 6.6-1
|
||||
- Fix stdout buffering
|
||||
|
||||
* Fri Apr 24 2026 Pavel Raiskup <pavel@raiskup.cz> 6.5-1
|
||||
- yamllint support
|
||||
- depend on git-core instead of git
|
||||
|
||||
* Wed Oct 16 2024 Pavel Raiskup <praiskup@redhat.com> 6.4-1
|
||||
- add a basic test-suite
|
||||
- drop duplicated check for empty list of changed files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue