From 2d3b04f1352f92bf0931c3708548c5cf46bf9d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 8 Jul 2022 17:37:58 +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 5f357c5..c377ef1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /yamllint-1.24.2.tar.gz /yamllint-1.25.0.tar.gz /yamllint-1.26.0.tar.gz +/yamllint-1.27.0.tar.gz diff --git a/sources b/sources index 3610e07..cf7e8cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.26.0.tar.gz) = 62cba9f644b7a80e1c0d458f4d80f088416f4e7b1f266c5abc81db4f8901518b5df3dab25a353550a2b1121703ee31fbb7c81fc3ff21e9481539b1dd2d922c0d +SHA512 (yamllint-1.27.0.tar.gz) = 1e2511aba5875627b49e87dc0bbc7d936014f7c086ffb93a61e7fc7de6a0db15518d2c8cb4b31aa22d4c3f291c4c020ad01a8fc596960b956a136998d859d2d2 diff --git a/yamllint.spec b/yamllint.spec index 8750203..cfdf855 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.26.0 +Version: 1.27.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 +* Fri Jul 08 2022 Adrien Vergé - 1.27.0-1 +- Update to latest upstream version + * Fri Jan 29 2021 Adrien Vergé - 1.26.0-1 - Update to latest upstream version