From 9e0b121127f569339d4ac84e47605b9d929c79ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 8 Jul 2022 18:08:55 +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 c377ef1..e51978a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /yamllint-1.25.0.tar.gz /yamllint-1.26.0.tar.gz /yamllint-1.27.0.tar.gz +/yamllint-1.27.1.tar.gz diff --git a/sources b/sources index cf7e8cb..cf24082 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.27.0.tar.gz) = 1e2511aba5875627b49e87dc0bbc7d936014f7c086ffb93a61e7fc7de6a0db15518d2c8cb4b31aa22d4c3f291c4c020ad01a8fc596960b956a136998d859d2d2 +SHA512 (yamllint-1.27.1.tar.gz) = c00fcb5da35f79b0f877f1b8c3e5f1ff8c5d161dd795d3a2657e44e27d8b943961984bf15c294be263e00bf9dfcaf3dbf16ef8fd7354bedc8ed92e3e24ce4baf diff --git a/yamllint.spec b/yamllint.spec index cfdf855..43b83d5 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.27.0 +Version: 1.27.1 Release: 1%{?dist} Summary: A linter for YAML files @@ -53,6 +53,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Fri Jul 08 2022 Adrien Vergé - 1.27.1-1 +- Update to latest upstream version + * Fri Jul 08 2022 Adrien Vergé - 1.27.0-1 - Update to latest upstream version