From a760399678af053d89b24f565555f33a570adca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Thu, 16 Jul 2020 09:36:38 +0200 Subject: [PATCH] Update to latest upstream version --- .gitignore | 1 + sources | 2 +- yamllint.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 14c97ba..56e6602 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /yamllint-1.21.0.tar.gz /yamllint-1.23.0.tar.gz /yamllint-1.24.0.tar.gz +/yamllint-1.24.2.tar.gz diff --git a/sources b/sources index 0ced90c..a63befc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.24.0.tar.gz) = 7d5fd0e9451414e28442ff56081070a58586fadcf9f08e887aa366be3e413afe8e97d5db018f3b451c3c09b743d62f77baae585644da94837e5c56e3ed734ae8 +SHA512 (yamllint-1.24.2.tar.gz) = 3e290d8c1f44be45c60321253e277b8cb4a087759fce90d9b5365066c7cbc0ebf52a861272fd9deaf9380f02371b0299271b3a18a22a1bf77a53a3697a908956 diff --git a/yamllint.spec b/yamllint.spec index 630a735..6b8d24d 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.24.0 +Version: 1.24.2 Release: 1%{?dist} Summary: A linter for YAML files @@ -54,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Thu Jul 16 2020 Adrien Vergé - 1.24.2-1 +- Update to latest upstream version + * Wed Jul 15 2020 Adrien Vergé - 1.24.0-1 - Update to latest upstream version