From 3331c935d886b778ca4901fb743ac7d10f9add73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Wed, 22 Mar 2023 12:06:55 +0100 Subject: [PATCH 01/27] Update to latest upstream version --- .gitignore | 1 + sources | 2 +- yamllint.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a62dd30..e930251 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /yamllint-1.27.1.tar.gz /yamllint-1.28.0.tar.gz /yamllint-1.29.0.tar.gz +/yamllint-1.30.0.tar.gz diff --git a/sources b/sources index 4c532ec..a13bdcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.29.0.tar.gz) = 25c8b1db12c1955878a368433634277a75c2fbde14b041022f591ff7d71b975b509e24b6755c98fa086d3a3a5adf1560ef62f86f9f9e4798d6ca5a0fb50e9e52 +SHA512 (yamllint-1.30.0.tar.gz) = 1db2c7133d7ce279a84d326684284e674f972cb820528201546cb3ab85309ab4baa4e1df7aca0529217a2a0b0d499158fd406be4263470ec9936326f844dc266 diff --git a/yamllint.spec b/yamllint.spec index a87b499..d111875 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,8 +3,8 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.29.0 -Release: 2%{?dist} +Version: 1.30.0 +Release: 1%{?dist} Summary: A linter for YAML files License: GPLv3+ @@ -58,6 +58,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Wed Mar 22 2023 Adrien Vergé - 1.30.0-1 +- Update to latest upstream version + * Sat Jan 21 2023 Fedora Release Engineering - 1.29.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 8dc11ffb2f5b9b1594be8ac4a078b78f99ce1ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 14 Apr 2023 13:17:35 +0200 Subject: [PATCH 02/27] Update 'check' step to stop using setup.py --- yamllint.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yamllint.spec b/yamllint.spec index d111875..86930e1 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.30.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A linter for YAML files License: GPLv3+ @@ -46,7 +46,7 @@ mkdir -p %{buildroot}%{_mandir}/man1/ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %check -%{__python3} setup.py test +%{__python3} -m unittest discover %files %doc README.rst @@ -58,6 +58,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Fri Apr 14 2023 Adrien Vergé - 1.30.0-2 +- Update 'check' step to stop using setup.py + * Wed Mar 22 2023 Adrien Vergé - 1.30.0-1 - Update to latest upstream version From c513244a2a41e6d1035e4f4c043dab4bce43d7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 21 Apr 2023 14:29:20 +0200 Subject: [PATCH 03/27] Update to latest upstream version --- .gitignore | 1 + sources | 2 +- yamllint.spec | 14 ++++++++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e930251..bbca8da 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /yamllint-1.28.0.tar.gz /yamllint-1.29.0.tar.gz /yamllint-1.30.0.tar.gz +/yamllint-1.31.0.tar.gz diff --git a/sources b/sources index a13bdcd..5f4f69d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.30.0.tar.gz) = 1db2c7133d7ce279a84d326684284e674f972cb820528201546cb3ab85309ab4baa4e1df7aca0529217a2a0b0d499158fd406be4263470ec9936326f844dc266 +SHA512 (yamllint-1.31.0.tar.gz) = 123c1415dcc53da8b0f34da7d254fe70192b8f2536b0ff40517817d936264607c74f5770fc0bad72ed708b57f61a10da99d3416ee233207f4be0902280575889 diff --git a/yamllint.spec b/yamllint.spec index 86930e1..5d871d5 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,8 +3,8 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.30.0 -Release: 2%{?dist} +Version: 1.31.0 +Release: 1%{?dist} Summary: A linter for YAML files License: GPLv3+ @@ -26,13 +26,16 @@ yamllint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc. +%generate_buildrequires +%pyproject_buildrequires + %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build -%py3_build +%pyproject_wheel %{__make} SPHINXBUILD=/usr/bin/sphinx-build-3 -C docs man gzip docs/_build/man/%{pypi_name}.1 @@ -40,7 +43,7 @@ gzip docs/_build/man/%{pypi_name}.1 %install # Must do the subpackages' install first because the scripts in /usr/bin are # overwritten with every setup.py install. -%py3_install +%pyproject_install mkdir -p %{buildroot}%{_mandir}/man1/ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ @@ -58,6 +61,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Fri Apr 21 2023 Adrien Vergé - 1.31.0-1 +- Update to latest upstream version + * Fri Apr 14 2023 Adrien Vergé - 1.30.0-2 - Update 'check' step to stop using setup.py From c6fabae1ba0c8a0e4c5262db89a93b1a4ef8f839 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 04/27] 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 bbca8da..11aac17 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,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 5d871d5..76080a7 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,7 +3,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 @@ -61,6 +61,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %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 From 3b6435a01ce2b8b47de9b994c59f991633ee00de Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 06:18:49 +0200 Subject: [PATCH 05/27] Rebuilt for Python 3.12 --- yamllint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yamllint.spec b/yamllint.spec index 76080a7..b5b9d7a 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.32.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A linter for YAML files License: GPLv3+ @@ -61,6 +61,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Wed Jun 14 2023 Python Maint - 1.32.0-2 +- Rebuilt for Python 3.12 + * Mon May 22 2023 Adrien Vergé - 1.32.0-1 - Update to latest upstream version From a1fb67349ffc7e8a5e4e3aedff19ba2d19407d33 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:27:32 +0000 Subject: [PATCH 06/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yamllint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yamllint.spec b/yamllint.spec index b5b9d7a..69561c7 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.32.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A linter for YAML files License: GPLv3+ @@ -61,6 +61,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.32.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Jun 14 2023 Python Maint - 1.32.0-2 - Rebuilt for Python 3.12 From 758df33e1c5876715f27bc9a31bf24a4848ae72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Thu, 9 Nov 2023 10:37:48 +0100 Subject: [PATCH 07/27] Update to latest upstream version --- .gitignore | 1 + sources | 2 +- yamllint.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 11aac17..a6bbfa8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /yamllint-1.30.0.tar.gz /yamllint-1.31.0.tar.gz /yamllint-1.32.0.tar.gz +/yamllint-1.33.0.tar.gz diff --git a/sources b/sources index 5d4f65c..27888f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.32.0.tar.gz) = 8a7ecb22c5c6705fe85091923b0f1ef9c7df702ad35ffaeb5db94262c32a294c59c9d1a737d6ca280c16a054ad8d3f3210b31acdd69cc73d4fa259c9631cc322 +SHA512 (yamllint-1.33.0.tar.gz) = 99aa8f1a85da891d697c78f998af9bd656759fa218b7c058d6b990b01a6a939d78ecb2938ef5211700e5c5a1b0f884e77ba68510d9e790d7f77e3185e2f4fb52 diff --git a/yamllint.spec b/yamllint.spec index 69561c7..ebcdc5b 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,8 +3,8 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.32.0 -Release: 3%{?dist} +Version: 1.33.0 +Release: 1%{?dist} Summary: A linter for YAML files License: GPLv3+ @@ -61,6 +61,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Thu Nov 09 2023 Adrien Vergé - 1.33.0-1 +- Update to latest upstream version + * Sat Jul 22 2023 Fedora Release Engineering - 1.32.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 27d0b7492877ad199a326655e6ce9b19fe876c3e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 10:39:19 +0000 Subject: [PATCH 08/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- yamllint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yamllint.spec b/yamllint.spec index ebcdc5b..4be048a 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.33.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A linter for YAML files License: GPLv3+ @@ -61,6 +61,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.33.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Nov 09 2023 Adrien Vergé - 1.33.0-1 - Update to latest upstream version From 6f2fbfae7797d16778f82145b65f610a539bd6c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Tue, 6 Feb 2024 10:06:56 +0100 Subject: [PATCH 09/27] Update to latest upstream version --- .gitignore | 1 + sources | 2 +- yamllint.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a6bbfa8..31985f8 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /yamllint-1.31.0.tar.gz /yamllint-1.32.0.tar.gz /yamllint-1.33.0.tar.gz +/yamllint-1.34.0.tar.gz diff --git a/sources b/sources index 27888f9..9466d57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.33.0.tar.gz) = 99aa8f1a85da891d697c78f998af9bd656759fa218b7c058d6b990b01a6a939d78ecb2938ef5211700e5c5a1b0f884e77ba68510d9e790d7f77e3185e2f4fb52 +SHA512 (yamllint-1.34.0.tar.gz) = d21ef5d3af953b34101f8e07e61743b098b4a2f9bc54f8cb30aea292edd657b962d65dc61827090304fea73341f5f01959316f6b4bee8c81001204f5da04c7d2 diff --git a/yamllint.spec b/yamllint.spec index 4be048a..9d9937f 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,8 +3,8 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.33.0 -Release: 2%{?dist} +Version: 1.34.0 +Release: 1%{?dist} Summary: A linter for YAML files License: GPLv3+ @@ -61,6 +61,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Tue Feb 06 2024 Adrien Vergé - 1.34.0-1 +- Update to latest upstream version + * Sat Jan 27 2024 Fedora Release Engineering - 1.33.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 9956815054eb5801370d8589e5ddcabcdc680fec 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 10/27] Update to latest upstream version --- .gitignore | 1 + sources | 2 +- yamllint.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 31985f8..9c158ac 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,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 9d9937f..c132766 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,7 +3,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 @@ -18,6 +18,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-pathspec BuildRequires: python3-PyYAML BuildRequires: python3-sphinx +BuildRequires: python3-sphinx_rtd_theme %description A linter for YAML files. @@ -61,6 +62,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %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 From aa5b064cb9421aa9d624061de7e02ac8f875ae0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 16 Feb 2024 11:51:56 +0100 Subject: [PATCH 11/27] 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 9c158ac..911db45 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /yamllint-1.33.0.tar.gz /yamllint-1.34.0.tar.gz /yamllint-1.35.0.tar.gz +/yamllint-1.35.1.tar.gz diff --git a/sources b/sources index af0a128..7875a8f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.35.0.tar.gz) = 2f17f6501079488e0824b92a7bb1ffac70c6008edf1d850586fae643fe84edcaeacf54bb8c377e1ff499ab9f632accf901d43775379e60fd5095a95733150756 +SHA512 (yamllint-1.35.1.tar.gz) = c174b217da5b1efa56651a29fc92f91699c15d6c3c27f6cd4bd71ea8d55f59748b3006ed73678fa1b635b6d092230d8d5cd56b4bb63894931e7357a2c4f84a98 diff --git a/yamllint.spec b/yamllint.spec index c132766..9b6bc7f 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,7 +3,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.35.0 +Version: 1.35.1 Release: 1%{?dist} Summary: A linter for YAML files @@ -62,6 +62,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Fri Feb 16 2024 Adrien Vergé - 1.35.1-1 +- Update to latest upstream version + * Thu Feb 15 2024 Adrien Vergé - 1.35.0-1 - Update to latest upstream version From f3378500d6e3a4b4513c8c02ac1b7d0166a542b9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 19:07:34 +0200 Subject: [PATCH 12/27] Rebuilt for Python 3.13 --- yamllint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yamllint.spec b/yamllint.spec index 9b6bc7f..4f923f0 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.35.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A linter for YAML files License: GPLv3+ @@ -62,6 +62,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Fri Jun 07 2024 Python Maint - 1.35.1-2 +- Rebuilt for Python 3.13 + * Fri Feb 16 2024 Adrien Vergé - 1.35.1-1 - Update to latest upstream version From 32f74cbc6e3c1731b190a8f9a0bdddd941273efe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:38:27 +0000 Subject: [PATCH 13/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- yamllint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yamllint.spec b/yamllint.spec index 4f923f0..eaace9d 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.35.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A linter for YAML files License: GPLv3+ @@ -62,6 +62,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.35.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 1.35.1-2 - Rebuilt for Python 3.13 From f102d5475458d99b93d41935196c75a7ef8881d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 25 Jul 2024 13:35:31 +0200 Subject: [PATCH 14/27] convert GPLv3+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- yamllint.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/yamllint.spec b/yamllint.spec index eaace9d..8dea0e8 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,10 +4,11 @@ Name: %{pypi_name} Version: 1.35.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A linter for YAML files -License: GPLv3+ +# Automatically converted from old format: GPLv3+ - review is highly recommended. +License: GPL-3.0-or-later URL: https://github.com/adrienverge/yamllint Source0: https://pypi.python.org/packages/source/y/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch @@ -62,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Thu Jul 25 2024 Miroslav Suchý - 1.35.1-4 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.35.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 37bbcd6aed01786d9f8fdb48baddb027e40409ed Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:29:54 +0000 Subject: [PATCH 15/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- yamllint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yamllint.spec b/yamllint.spec index 8dea0e8..07c1bd9 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.35.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A linter for YAML files # Automatically converted from old format: GPLv3+ - review is highly recommended. @@ -63,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.35.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 25 2024 Miroslav Suchý - 1.35.1-4 - convert license to SPDX From e4694c742bb0eb97515e13d7bd2895f194baa73b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Tue, 11 Mar 2025 16:24:41 +0100 Subject: [PATCH 16/27] Update to latest upstream version --- .gitignore | 1 + sources | 2 +- yamllint.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 911db45..c532e9d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /yamllint-1.34.0.tar.gz /yamllint-1.35.0.tar.gz /yamllint-1.35.1.tar.gz +/yamllint-1.36.0.tar.gz diff --git a/sources b/sources index 7875a8f..949b17c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.35.1.tar.gz) = c174b217da5b1efa56651a29fc92f91699c15d6c3c27f6cd4bd71ea8d55f59748b3006ed73678fa1b635b6d092230d8d5cd56b4bb63894931e7357a2c4f84a98 +SHA512 (yamllint-1.36.0.tar.gz) = c4aa90b9b34d5743495b8a3c7aa1b93a0901d1bcc548c4912535305ea0b8f15abc601ee98f6638c3cc05a1f826ff5e4ef49988708d2b82d95e748f3ce6c7cd2d diff --git a/yamllint.spec b/yamllint.spec index 07c1bd9..72952e9 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,8 +3,8 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.35.1 -Release: 5%{?dist} +Version: 1.36.0 +Release: 1%{?dist} Summary: A linter for YAML files # Automatically converted from old format: GPLv3+ - review is highly recommended. @@ -63,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Tue Mar 11 2025 Adrien Vergé - 1.36.0-1 +- Update to latest upstream version + * Sun Jan 19 2025 Fedora Release Engineering - 1.35.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From a8a361bbfa4326e0240bb02f637713e8f592e5c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Mon, 17 Mar 2025 10:15:03 +0100 Subject: [PATCH 17/27] 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 c532e9d..ef2671a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /yamllint-1.35.0.tar.gz /yamllint-1.35.1.tar.gz /yamllint-1.36.0.tar.gz +/yamllint-1.36.2.tar.gz diff --git a/sources b/sources index 949b17c..194eed5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.36.0.tar.gz) = c4aa90b9b34d5743495b8a3c7aa1b93a0901d1bcc548c4912535305ea0b8f15abc601ee98f6638c3cc05a1f826ff5e4ef49988708d2b82d95e748f3ce6c7cd2d +SHA512 (yamllint-1.36.2.tar.gz) = 2ec127e056988e198929bcd562c743cd2a8bc54137c9ecd22450fae92e2156a35100d4102f341bc7af00961b60d47e8eceeca5811721b9764012cbac4e05547c diff --git a/yamllint.spec b/yamllint.spec index 72952e9..3e57ae6 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,7 +3,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.36.0 +Version: 1.36.2 Release: 1%{?dist} Summary: A linter for YAML files @@ -63,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Mon Mar 17 2025 Adrien Vergé - 1.36.2-1 +- Update to latest upstream version + * Tue Mar 11 2025 Adrien Vergé - 1.36.0-1 - Update to latest upstream version From a039daa1b8727b92b784d6fd11bd3145a1734b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Sun, 23 Mar 2025 10:24:36 +0100 Subject: [PATCH 18/27] 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 ef2671a..fa73d14 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /yamllint-1.35.1.tar.gz /yamllint-1.36.0.tar.gz /yamllint-1.36.2.tar.gz +/yamllint-1.37.0.tar.gz diff --git a/sources b/sources index 194eed5..f057396 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.36.2.tar.gz) = 2ec127e056988e198929bcd562c743cd2a8bc54137c9ecd22450fae92e2156a35100d4102f341bc7af00961b60d47e8eceeca5811721b9764012cbac4e05547c +SHA512 (yamllint-1.37.0.tar.gz) = e29b3f416721e5e82bffe1814d2315603de16c4766b6e3cce52ea25e803063363f9c40b5620e000dc11622b6e0fef129bbfcb7c9c6fc1ac74220e9bc1ad249fc diff --git a/yamllint.spec b/yamllint.spec index 3e57ae6..c304637 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,7 +3,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.36.2 +Version: 1.37.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -63,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Sun Mar 23 2025 Adrien Vergé - 1.37.0-1 +- Update to latest upstream version + * Mon Mar 17 2025 Adrien Vergé - 1.36.2-1 - Update to latest upstream version From ebd0921577ff7f4663074b97244ed067231fe5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Sun, 4 May 2025 10:30:44 +0200 Subject: [PATCH 19/27] 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 fa73d14..f75bbfd 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /yamllint-1.36.0.tar.gz /yamllint-1.36.2.tar.gz /yamllint-1.37.0.tar.gz +/yamllint-1.37.1.tar.gz diff --git a/sources b/sources index f057396..f6c8491 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.37.0.tar.gz) = e29b3f416721e5e82bffe1814d2315603de16c4766b6e3cce52ea25e803063363f9c40b5620e000dc11622b6e0fef129bbfcb7c9c6fc1ac74220e9bc1ad249fc +SHA512 (yamllint-1.37.1.tar.gz) = f10e1c4b6b1233701044cb9b7918198bdd107a524d1832d2158b5845277a953ef7fd6d7295e9c3d0730a8f5dea7d1823c1adcba74603c71ce7cf0757435ed1ce diff --git a/yamllint.spec b/yamllint.spec index c304637..d312ba9 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,7 +3,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.37.0 +Version: 1.37.1 Release: 1%{?dist} Summary: A linter for YAML files @@ -63,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Sun May 04 2025 Adrien Vergé - 1.37.1-1 +- Update to latest upstream version + * Sun Mar 23 2025 Adrien Vergé - 1.37.0-1 - Update to latest upstream version From 5552dc9270173a5187fe27bec9b4706913835014 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 12:10:31 +0200 Subject: [PATCH 20/27] Rebuilt for Python 3.14 --- yamllint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yamllint.spec b/yamllint.spec index d312ba9..aa8626f 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.37.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A linter for YAML files # Automatically converted from old format: GPLv3+ - review is highly recommended. @@ -63,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Tue Jun 03 2025 Python Maint - 1.37.1-2 +- Rebuilt for Python 3.14 + * Sun May 04 2025 Adrien Vergé - 1.37.1-1 - Update to latest upstream version From bcde2b0362cf6432454ecb8d49b36e0a86e5e40c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:10:20 +0000 Subject: [PATCH 21/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- yamllint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yamllint.spec b/yamllint.spec index aa8626f..76933ec 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.37.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A linter for YAML files # Automatically converted from old format: GPLv3+ - review is highly recommended. @@ -63,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.37.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jun 03 2025 Python Maint - 1.37.1-2 - Rebuilt for Python 3.14 From d31c929795a117f1ce5d8eb4adcd9d83aff136d9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:23:30 +0200 Subject: [PATCH 22/27] Rebuilt for Python 3.14.0rc2 bytecode --- yamllint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yamllint.spec b/yamllint.spec index 76933ec..1fbd602 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.37.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A linter for YAML files # Automatically converted from old format: GPLv3+ - review is highly recommended. @@ -63,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Fri Aug 15 2025 Python Maint - 1.37.1-4 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 1.37.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 7da666cdcbb60f1b690382a76208891b9197955e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 15:04:08 +0200 Subject: [PATCH 23/27] Rebuilt for Python 3.14.0rc3 bytecode --- yamllint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yamllint.spec b/yamllint.spec index 1fbd602..6f6715e 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.37.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A linter for YAML files # Automatically converted from old format: GPLv3+ - review is highly recommended. @@ -63,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Fri Sep 19 2025 Python Maint - 1.37.1-5 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 1.37.1-4 - Rebuilt for Python 3.14.0rc2 bytecode From a7d5440795d95cf8a3b192d8d946441c57957462 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 21:00:08 +0000 Subject: [PATCH 24/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- yamllint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yamllint.spec b/yamllint.spec index 6f6715e..da45a06 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.37.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A linter for YAML files # Automatically converted from old format: GPLv3+ - review is highly recommended. @@ -63,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.37.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Sep 19 2025 Python Maint - 1.37.1-5 - Rebuilt for Python 3.14.0rc3 bytecode From bcf726d4fca754025b7d59b838e3f0e32749ca00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Tue, 13 Jan 2026 09:22:11 +0100 Subject: [PATCH 25/27] Update to latest upstream version --- .gitignore | 1 + sources | 2 +- yamllint.spec | 101 ++++++++++++++++++++++++++------------------------ 3 files changed, 54 insertions(+), 50 deletions(-) diff --git a/.gitignore b/.gitignore index f75bbfd..3d54c3e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /yamllint-1.36.2.tar.gz /yamllint-1.37.0.tar.gz /yamllint-1.37.1.tar.gz +/yamllint-1.38.0.tar.gz diff --git a/sources b/sources index f6c8491..54eba69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.37.1.tar.gz) = f10e1c4b6b1233701044cb9b7918198bdd107a524d1832d2158b5845277a953ef7fd6d7295e9c3d0730a8f5dea7d1823c1adcba74603c71ce7cf0757435ed1ce +SHA512 (yamllint-1.38.0.tar.gz) = e8efdfcd5759633ce40e9bb7b6ef4f1a94362af7e7fb96e446a8ad45fbc9863fdc0f718a83ab10f70c553085a4ad8ab5925019b4a2807817ee0ca526f9c925cd diff --git a/yamllint.spec b/yamllint.spec index da45a06..8fc0a18 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,8 +3,8 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.37.1 -Release: 6%{?dist} +Version: 1.38.0 +Release: 1%{?dist} Summary: A linter for YAML files # Automatically converted from old format: GPLv3+ - review is highly recommended. @@ -63,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Tue Jan 13 2026 Adrien Vergé - 1.38.0-1 +- Update to latest upstream version + * Sat Jan 17 2026 Fedora Release Engineering - 1.37.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild @@ -78,16 +81,16 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ * Tue Jun 03 2025 Python Maint - 1.37.1-2 - Rebuilt for Python 3.14 -* Sun May 04 2025 Adrien Vergé - 1.37.1-1 +* Sun May 04 2025 Adrien Vergé - 1.37.1-1 - Update to latest upstream version -* Sun Mar 23 2025 Adrien Vergé - 1.37.0-1 +* Sun Mar 23 2025 Adrien Vergé - 1.37.0-1 - Update to latest upstream version -* Mon Mar 17 2025 Adrien Vergé - 1.36.2-1 +* Mon Mar 17 2025 Adrien Vergé - 1.36.2-1 - Update to latest upstream version -* Tue Mar 11 2025 Adrien Vergé - 1.36.0-1 +* Tue Mar 11 2025 Adrien Vergé - 1.36.0-1 - Update to latest upstream version * Sun Jan 19 2025 Fedora Release Engineering - 1.35.1-5 @@ -102,19 +105,19 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ * Fri Jun 07 2024 Python Maint - 1.35.1-2 - Rebuilt for Python 3.13 -* Fri Feb 16 2024 Adrien Vergé - 1.35.1-1 +* Fri Feb 16 2024 Adrien Vergé - 1.35.1-1 - Update to latest upstream version -* Thu Feb 15 2024 Adrien Vergé - 1.35.0-1 +* 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 +* Tue Feb 06 2024 Adrien Vergé - 1.34.0-1 - Update to latest upstream version * Sat Jan 27 2024 Fedora Release Engineering - 1.33.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild -* Thu Nov 09 2023 Adrien Vergé - 1.33.0-1 +* Thu Nov 09 2023 Adrien Vergé - 1.33.0-1 - Update to latest upstream version * Sat Jul 22 2023 Fedora Release Engineering - 1.32.0-3 @@ -123,34 +126,34 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ * Wed Jun 14 2023 Python Maint - 1.32.0-2 - Rebuilt for Python 3.12 -* Mon May 22 2023 Adrien Vergé - 1.32.0-1 +* 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 +* Fri Apr 21 2023 Adrien Vergé - 1.31.0-1 - Update to latest upstream version -* Fri Apr 14 2023 Adrien Vergé - 1.30.0-2 +* Fri Apr 14 2023 Adrien Vergé - 1.30.0-2 - Update 'check' step to stop using setup.py -* Wed Mar 22 2023 Adrien Vergé - 1.30.0-1 +* Wed Mar 22 2023 Adrien Vergé - 1.30.0-1 - Update to latest upstream version * Sat Jan 21 2023 Fedora Release Engineering - 1.29.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild -* Tue Jan 10 2023 Adrien Vergé - 1.29.0-1 +* Tue Jan 10 2023 Adrien Vergé - 1.29.0-1 - Update to latest upstream version -* Mon Sep 12 2022 Adrien Vergé - 1.28.0-1 +* Mon Sep 12 2022 Adrien Vergé - 1.28.0-1 - Update to latest upstream version * Sat Jul 23 2022 Fedora Release Engineering - 1.27.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild -* Fri Jul 08 2022 Adrien Vergé - 1.27.1-1 +* 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 +* Fri Jul 08 2022 Adrien Vergé - 1.27.0-1 - Update to latest upstream version * Mon Jun 13 2022 Python Maint - 1.26.3-2 @@ -168,40 +171,40 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ * Fri Jun 04 2021 Python Maint - 1.26.0-2 - Rebuilt for Python 3.10 -* Fri Jan 29 2021 Adrien Vergé - 1.26.0-1 +* Fri Jan 29 2021 Adrien Vergé - 1.26.0-1 - Update to latest upstream version * Thu Jan 28 2021 Fedora Release Engineering - 1.25.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild -* Tue Sep 29 2020 Adrien Vergé - 1.25.0-1 +* Tue Sep 29 2020 Adrien Vergé - 1.25.0-1 - Update to latest upstream version * Wed Jul 29 2020 Fedora Release Engineering - 1.24.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild -* Thu Jul 16 2020 Adrien Vergé - 1.24.2-1 +* Thu Jul 16 2020 Adrien Vergé - 1.24.2-1 - Update to latest upstream version -* Wed Jul 15 2020 Adrien Vergé - 1.24.0-1 +* Wed Jul 15 2020 Adrien Vergé - 1.24.0-1 - Update to latest upstream version * Tue May 26 2020 Miro Hrončok - 1.23.0-2 - Rebuilt for Python 3.9 -* Fri Apr 17 2020 Adrien Vergé - 1.23.0-1 +* Fri Apr 17 2020 Adrien Vergé - 1.23.0-1 - Update to latest upstream version -* Tue Mar 24 2020 Adrien Vergé - 1.21.0-1 +* Tue Mar 24 2020 Adrien Vergé - 1.21.0-1 - Update to latest upstream version * Fri Jan 31 2020 Fedora Release Engineering - 1.20.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild -* Thu Dec 26 2019 Adrien Vergé - 1.20.0-1 +* Thu Dec 26 2019 Adrien Vergé - 1.20.0-1 - Update to latest upstream version -* Tue Oct 15 2019 Adrien Vergé - 1.18.0-1 +* Tue Oct 15 2019 Adrien Vergé - 1.18.0-1 - Update to latest upstream version * Thu Oct 03 2019 Miro Hrončok - 1.17.0-3 @@ -210,16 +213,16 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ * Mon Aug 19 2019 Miro Hrončok - 1.17.0-2 - Rebuilt for Python 3.8 -* Mon Aug 12 2019 Adrien Vergé - 1.17.0-1 +* Mon Aug 12 2019 Adrien Vergé - 1.17.0-1 - Update to latest upstream version * Sat Jul 27 2019 Fedora Release Engineering - 1.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild -* Fri Jun 7 2019 Adrien Vergé - 1.16.0-1 +* Fri Jun 7 2019 Adrien Vergé - 1.16.0-1 - Update to latest upstream version -* Mon Feb 11 2019 Adrien Vergé - 1.15.0-1 +* Mon Feb 11 2019 Adrien Vergé - 1.15.0-1 - Update to latest upstream version * Sun Feb 03 2019 Fedora Release Engineering - 1.14.0-3 @@ -228,16 +231,16 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ * Tue Jan 15 2019 Igor Gnatenko - 1.14.0-2 - Enable python dependency generator -* Mon Jan 14 2019 Adrien Vergé - 1.14.0-1 +* Mon Jan 14 2019 Adrien Vergé - 1.14.0-1 - Update to latest upstream version -* Wed Nov 14 2018 Adrien Vergé - 1.13.0-1 +* Wed Nov 14 2018 Adrien Vergé - 1.13.0-1 - Update to latest upstream version -* Wed Oct 17 2018 Adrien Vergé - 1.12.1-1 +* Wed Oct 17 2018 Adrien Vergé - 1.12.1-1 - Update to latest upstream version -* Thu Oct 4 2018 Adrien Vergé - 1.12.0-1 +* Thu Oct 4 2018 Adrien Vergé - 1.12.0-1 - Update to latest upstream version * Sat Jul 14 2018 Fedora Release Engineering - 1.11.1-3 @@ -246,32 +249,32 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ * Tue Jun 19 2018 Miro Hrončok - 1.11.1-2 - Rebuilt for Python 3.7 -* Sun Apr 29 2018 Adrien Vergé - 1.11.1-1 +* Sun Apr 29 2018 Adrien Vergé - 1.11.1-1 - Update to latest upstream version -* Wed Feb 21 2018 Adrien Vergé - 1.11.0-1 +* Wed Feb 21 2018 Adrien Vergé - 1.11.0-1 - Update to latest upstream version * Fri Feb 09 2018 Fedora Release Engineering - 1.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild -* Sun Nov 5 2017 Adrien Vergé - 1.10.0-1 +* Sun Nov 5 2017 Adrien Vergé - 1.10.0-1 - Update to latest upstream version -* Mon Oct 16 2017 Adrien Vergé - 1.9.0-1 +* Mon Oct 16 2017 Adrien Vergé - 1.9.0-1 - Update to latest upstream version * Thu Jul 27 2017 Fedora Release Engineering - 1.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild -* Wed Jul 12 2017 Adrien Vergé - 1.8.1-1 +* Wed Jul 12 2017 Adrien Vergé - 1.8.1-1 - Update to latest upstream version - Update dependencies -* Tue Apr 25 2017 Adrien Vergé - 1.7.0-1 +* Tue Apr 25 2017 Adrien Vergé - 1.7.0-1 - Update to latest upstream version -* Sun Feb 26 2017 Adrien Vergé - 1.6.1-1 +* Sun Feb 26 2017 Adrien Vergé - 1.6.1-1 - Update to latest upstream version * Sat Feb 11 2017 Fedora Release Engineering - 1.6.0-3 @@ -280,35 +283,35 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ * Mon Dec 19 2016 Miro Hrončok - 1.6.0-2 - Rebuild for Python 3.6 -* Wed Nov 30 2016 Adrien Vergé - 1.6.0-1 +* Wed Nov 30 2016 Adrien Vergé - 1.6.0-1 - Update to latest upstream version -* Sat Oct 8 2016 Adrien Vergé - 1.5.0-1 +* Sat Oct 8 2016 Adrien Vergé - 1.5.0-1 - Update to latest upstream version -* Tue Sep 27 2016 Adrien Vergé - 1.4.1-1 +* Tue Sep 27 2016 Adrien Vergé - 1.4.1-1 - Update to latest upstream version -* Mon Sep 19 2016 Adrien Vergé - 1.4.0-1 +* Mon Sep 19 2016 Adrien Vergé - 1.4.0-1 - Update to latest upstream version * Tue Jul 19 2016 Fedora Release Engineering - 1.3.2-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages -* Tue Jun 28 2016 Adrien Vergé - 1.3.2-1 +* Tue Jun 28 2016 Adrien Vergé - 1.3.2-1 - Update to latest upstream version -* Mon Jun 27 2016 Adrien Vergé - 1.3.0-1 +* Mon Jun 27 2016 Adrien Vergé - 1.3.0-1 - Update to latest upstream version -* Fri Jun 24 2016 Adrien Vergé - 1.2.2-1 +* Fri Jun 24 2016 Adrien Vergé - 1.2.2-1 - Update to latest upstream version -* Fri Mar 25 2016 Adrien Vergé - 1.2.1-1 +* Fri Mar 25 2016 Adrien Vergé - 1.2.1-1 - Update to latest upstream version - Justify summary -* Mon Mar 7 2016 Adrien Vergé - 1.2.0-1 +* Mon Mar 7 2016 Adrien Vergé - 1.2.0-1 - Update to latest upstream version - Fix 'License:' field (from GPLv3 to GPLv3+) - Add license file from upstream From 7922c02845cbd49bf70ac649a60bfdb01923e376 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 3 Jun 2026 23:20:28 +0200 Subject: [PATCH 26/27] Rebuilt for Python 3.15 --- yamllint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yamllint.spec b/yamllint.spec index 8fc0a18..abbc38f 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.38.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A linter for YAML files # Automatically converted from old format: GPLv3+ - review is highly recommended. @@ -63,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Wed Jun 03 2026 Python Maint - 1.38.0-2 +- Rebuilt for Python 3.15 + * Tue Jan 13 2026 Adrien Vergé - 1.38.0-1 - Update to latest upstream version From 673bb938068e43a71bb12d279b02d0a2e878d80f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:32:37 +0000 Subject: [PATCH 27/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- yamllint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yamllint.spec b/yamllint.spec index abbc38f..62b243f 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -4,7 +4,7 @@ Name: %{pypi_name} Version: 1.38.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A linter for YAML files # Automatically converted from old format: GPLv3+ - review is highly recommended. @@ -63,6 +63,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/ %exclude %{python3_sitelib}/tests %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.38.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Wed Jun 03 2026 Python Maint - 1.38.0-2 - Rebuilt for Python 3.15