From 1532874f7fb7e7729667f9305f1f8e98dc76c6cf 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 1/2] 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 9206256..65ae8d8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /yamllint-1.25.0.tar.gz /yamllint-1.26.0.tar.gz /yamllint-1.26.3.tar.gz +/yamllint-1.27.0.tar.gz diff --git a/sources b/sources index 9aa501d..cf7e8cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.26.3.tar.gz) = c5ed17ecec102324bec077484dcede6fbf8c01a37a9292929a52163a4a9d9e9989809879c29b69c45b7cce8cbeefc830d4542118f617e846702f216f49d9db5b +SHA512 (yamllint-1.27.0.tar.gz) = 1e2511aba5875627b49e87dc0bbc7d936014f7c086ffb93a61e7fc7de6a0db15518d2c8cb4b31aa22d4c3f291c4c020ad01a8fc596960b956a136998d859d2d2 diff --git a/yamllint.spec b/yamllint.spec index bfc1f8c..f859902 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,7 +3,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.26.3 +Version: 1.27.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -58,6 +58,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Fri Jul 08 2022 Adrien Vergé - 1.27.0-1 +- Update to latest upstream version + * Sun Feb 13 2022 Fabio Alessandro Locati - 1.26.3-1 - Update for 1.26.3 From 80d1468b43d58a9c8d77ccbab3253f2b2de829cf 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 2/2] 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 65ae8d8..c8f1130 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /yamllint-1.26.0.tar.gz /yamllint-1.26.3.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 f859902..158a713 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,7 +3,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 @@ -58,6 +58,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %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