From e7427df555c8469b5e1e01a61289b74aa00aadb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Mon, 22 May 2023 18:06:22 +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 42daba6..4b4fb55 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /yamllint-1.29.0.tar.gz /yamllint-1.30.0.tar.gz /yamllint-1.31.0.tar.gz +/yamllint-1.32.0.tar.gz diff --git a/sources b/sources index 5f4f69d..5d4f65c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.31.0.tar.gz) = 123c1415dcc53da8b0f34da7d254fe70192b8f2536b0ff40517817d936264607c74f5770fc0bad72ed708b57f61a10da99d3416ee233207f4be0902280575889 +SHA512 (yamllint-1.32.0.tar.gz) = 8a7ecb22c5c6705fe85091923b0f1ef9c7df702ad35ffaeb5db94262c32a294c59c9d1a737d6ca280c16a054ad8d3f3210b31acdd69cc73d4fa259c9631cc322 diff --git a/yamllint.spec b/yamllint.spec index b49aa35..bc91ce0 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.31.0 +Version: 1.32.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 +* Mon May 22 2023 Adrien Vergé - 1.32.0-1 +- Update to latest upstream version + * Fri Apr 21 2023 Adrien Vergé - 1.31.0-1 - Update to latest upstream version - Temporarily restore setup.py/setup.cfg since setuptools ≥ 61 is not available