From 4502a2f8cf97e58d8fae5463ea195f0b4711c1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Thu, 15 Feb 2024 10:01:53 +0100 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 5726cfd..4a6cfb6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /yamllint-1.32.0.tar.gz /yamllint-1.33.0.tar.gz /yamllint-1.34.0.tar.gz +/yamllint-1.35.0.tar.gz diff --git a/sources b/sources index 9466d57..af0a128 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.34.0.tar.gz) = d21ef5d3af953b34101f8e07e61743b098b4a2f9bc54f8cb30aea292edd657b962d65dc61827090304fea73341f5f01959316f6b4bee8c81001204f5da04c7d2 +SHA512 (yamllint-1.35.0.tar.gz) = 2f17f6501079488e0824b92a7bb1ffac70c6008edf1d850586fae643fe84edcaeacf54bb8c377e1ff499ab9f632accf901d43775379e60fd5095a95733150756 diff --git a/yamllint.spec b/yamllint.spec index 2009ae6..90641d7 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.34.0 +Version: 1.35.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -59,6 +59,9 @@ sed -i 's/^setup()$/setup(name="yamllint", version="%{version}")/' setup.py %exclude %{python3_sitelib}/tests %changelog +* Thu Feb 15 2024 Adrien Vergé - 1.35.0-1 +- Update to latest upstream version + * Tue Feb 06 2024 Adrien Vergé - 1.34.0-1 - Update to latest upstream version