From 8f5a6cf40b1d07cea8cc8e708d99e85eb3bb13ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Wed, 15 Jul 2020 11:53:38 +0200 Subject: [PATCH] Update to latest upstream version --- .gitignore | 1 + sources | 2 +- yamllint.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index faad17b..14c97ba 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /yamllint-1.20.0.tar.gz /yamllint-1.21.0.tar.gz /yamllint-1.23.0.tar.gz +/yamllint-1.24.0.tar.gz diff --git a/sources b/sources index 7cdc703..0ced90c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.23.0.tar.gz) = 3eaf42f07935f7f8874b0092efa42a668726e048e82db7da05e4b748d7f463415e964f4e150353773fc6bae120a3e6a098d349faa9be10fb101f909579f1c40f +SHA512 (yamllint-1.24.0.tar.gz) = 7d5fd0e9451414e28442ff56081070a58586fadcf9f08e887aa366be3e413afe8e97d5db018f3b451c3c09b743d62f77baae585644da94837e5c56e3ed734ae8 diff --git a/yamllint.spec b/yamllint.spec index 82af1de..630a735 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,8 +2,8 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.23.0 -Release: 2%{?dist} +Version: 1.24.0 +Release: 1%{?dist} Summary: A linter for YAML files License: GPLv3+ @@ -54,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Wed Jul 15 2020 Adrien Vergé - 1.24.0-1 +- Update to latest upstream version + * Wed Jul 15 2020 Adrien Vergé - 1.23.0-2 - Add patch because of old failing PyYAML