Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Adrien Vergé
c43380665e Update to latest upstream version 2024-02-16 11:52:44 +01:00
Adrien Vergé
a8f860f9ba Update to latest upstream version 2024-02-15 10:19:31 +01:00
3 changed files with 11 additions and 2 deletions

2
.gitignore vendored
View file

@ -17,3 +17,5 @@
/yamllint-1.32.0.tar.gz
/yamllint-1.33.0.tar.gz
/yamllint-1.34.0.tar.gz
/yamllint-1.35.0.tar.gz
/yamllint-1.35.1.tar.gz

View file

@ -1 +1 @@
SHA512 (yamllint-1.34.0.tar.gz) = d21ef5d3af953b34101f8e07e61743b098b4a2f9bc54f8cb30aea292edd657b962d65dc61827090304fea73341f5f01959316f6b4bee8c81001204f5da04c7d2
SHA512 (yamllint-1.35.1.tar.gz) = c174b217da5b1efa56651a29fc92f91699c15d6c3c27f6cd4bd71ea8d55f59748b3006ed73678fa1b635b6d092230d8d5cd56b4bb63894931e7357a2c4f84a98

View file

@ -3,7 +3,7 @@
%global pypi_name yamllint
Name: %{pypi_name}
Version: 1.34.0
Version: 1.35.1
Release: 1%{?dist}
Summary: A linter for YAML files
@ -18,6 +18,7 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pathspec
BuildRequires: python3-PyYAML
BuildRequires: python3-sphinx
BuildRequires: python3-sphinx_rtd_theme
%description
A linter for YAML files.
@ -61,6 +62,12 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/
%exclude %{python3_sitelib}/tests
%changelog
* Fri Feb 16 2024 Adrien Vergé <adrienverge@gmail.com> - 1.35.1-1
- Update to latest upstream version
* Thu Feb 15 2024 Adrien Vergé <adrienverge@gmail.com> - 1.35.0-1
- Update to latest upstream version
* Tue Feb 06 2024 Adrien Vergé <adrienverge@gmail.com> - 1.34.0-1
- Update to latest upstream version