diff --git a/.gitignore b/.gitignore index 406730a..11f5623 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /yamllint-1.18.0.tar.gz +/yamllint-1.20.0.tar.gz diff --git a/sources b/sources index 629a9dd..bb94a20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.18.0.tar.gz) = 8b7ac7aeee25530b05903bd09cc4913fd0f318accf17cf1ac389714b5f2eed7d9946064760fc29f8632e5c2463072b21f8a1396d3864359ef93b86e92e7d86cf +SHA512 (yamllint-1.20.0.tar.gz) = 3d40cb4c95f5a6c7f948a0bab1adc5b741796a9096fc978a100790801df2f330717b9c05be027fc458f36edb76daaeb18cee4b75a04003b63ed93a21e6f8420d diff --git a/yamllint.spec b/yamllint.spec index 91312dc..18630a4 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.18.0 +Version: 1.20.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 +* Thu Dec 26 2019 Adrien Vergé - 1.20.0-1 +- Update to latest upstream version + * Tue Oct 15 2019 Adrien Vergé - 1.18.0-1 - Update to latest upstream version