Compare commits

..

No commits in common. "rawhide" and "f39" have entirely different histories.

2 changed files with 5 additions and 23 deletions

View file

@ -1,2 +1,2 @@
SHA512 (vcs-diff-lint-6.7.tar.gz) = 0ac37a5b22309811d636aa4123c513df5e9f21ebac9df94b599dd6d04d293088c96c68b46675fb32bdd8345b3a7c73b60b7725103344246aaccbab8c779f69ae
SHA512 (vcs-diff-lint-6.4.tar.gz) = b1e1d76fca57c17ccc7c549e03d864e8c4febf8f3abd735d0ac9fa4ba26d867ba667b9523bdd4362fa699b70d7e79cf8adbd35633be4f49995d508f7373cbf49
SHA512 (vcs-diff-lint-testdata-1.0.0.bundle) = 59da14b42cf00ee793962784240e580a884312be3d1de1d7edc020c56c43afd4a6b6d4492d850a007b330add5569f45e48e764b1a0f6d09c0c8c350c7aa0320e

View file

@ -1,6 +1,6 @@
Name: vcs-diff-lint
Version: 6.7
Release: 2%{?dist}
Version: 6.4
Release: 1%{?dist}
Summary: VCS Differential Code Analysis Tool
BuildArch: noarch
@ -21,20 +21,18 @@ 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-core
Requires: git
Recommends: pylint
Recommends: python3-mypy
Recommends: python3-types-requests
Recommends: ruff
Recommends: yamllint
%if %{with check}
BuildRequires: csdiff
BuildRequires: git-core
BuildRequires: git
BuildRequires: pylint
BuildRequires: rpmdevtools
BuildRequires: python3-pytest
BuildRequires: yamllint
%endif
@ -66,7 +64,6 @@ 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
@ -81,21 +78,6 @@ install -p vcs-diff-lint-csdiff-yamllint %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