diff --git a/.gitignore b/.gitignore index 56e6602..fcdec6d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /yamllint-1.23.0.tar.gz /yamllint-1.24.0.tar.gz /yamllint-1.24.2.tar.gz +/yamllint-1.25.0.tar.gz diff --git a/sources b/sources index a63befc..b65d6a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.24.2.tar.gz) = 3e290d8c1f44be45c60321253e277b8cb4a087759fce90d9b5365066c7cbc0ebf52a861272fd9deaf9380f02371b0299271b3a18a22a1bf77a53a3697a908956 +SHA512 (yamllint-1.25.0.tar.gz) = c12e3c6bbd0d7a939039ecf80cc7e8098a4295058e7d8c638baaedc9f7c6b9103defe2a1d290388920105c2f397bdc5913788ee2576db79aef8f168b86049c5e diff --git a/yamllint.spec b/yamllint.spec index 6b8d24d..517d059 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.24.2 +Version: 1.25.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -54,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Tue Sep 29 2020 Adrien Vergé - 1.25.0-1 +- Update to latest upstream version + * Thu Jul 16 2020 Adrien Vergé - 1.24.2-1 - Update to latest upstream version