diff --git a/.gitignore b/.gitignore index e51978a..3d94b85 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /yamllint-1.26.0.tar.gz /yamllint-1.27.0.tar.gz /yamllint-1.27.1.tar.gz +/yamllint-1.28.0.tar.gz diff --git a/sources b/sources index cf24082..f034300 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.27.1.tar.gz) = c00fcb5da35f79b0f877f1b8c3e5f1ff8c5d161dd795d3a2657e44e27d8b943961984bf15c294be263e00bf9dfcaf3dbf16ef8fd7354bedc8ed92e3e24ce4baf +SHA512 (yamllint-1.28.0.tar.gz) = 9d811616f5a2c8c9574ef74afd2548c415881386932e4ee9b29311c3ef32150ed868943bcef19b31226d9a31f0be384e0ee3b3ec86cebf0d7c4216696a6b0161 diff --git a/yamllint.spec b/yamllint.spec index 43b83d5..d79a2b0 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.27.1 +Version: 1.28.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -53,6 +53,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Mon Sep 12 2022 Adrien Vergé - 1.28.0-1 +- Update to latest upstream version + * Fri Jul 08 2022 Adrien Vergé - 1.27.1-1 - Update to latest upstream version