diff --git a/.gitignore b/.gitignore index 11f5623..a9b5a84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /yamllint-1.18.0.tar.gz /yamllint-1.20.0.tar.gz +/yamllint-1.21.0.tar.gz diff --git a/sources b/sources index bb94a20..ab080e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.20.0.tar.gz) = 3d40cb4c95f5a6c7f948a0bab1adc5b741796a9096fc978a100790801df2f330717b9c05be027fc458f36edb76daaeb18cee4b75a04003b63ed93a21e6f8420d +SHA512 (yamllint-1.21.0.tar.gz) = 6578501aea6c17021047081d5d4f7879fc82a549912f53cb9821a4d61225a4fb8acf31c39414c2535512e3fed14ffca80929cdd3e3b88acb9bd4af6177fbbbf7 diff --git a/yamllint.spec b/yamllint.spec index 18630a4..10732b8 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.20.0 +Version: 1.21.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 +* Tue Mar 24 2020 Adrien Vergé - 1.21.0-1 +- Update to latest upstream version + * Thu Dec 26 2019 Adrien Vergé - 1.20.0-1 - Update to latest upstream version