From 832275c011c576779971bc09fb7d935a19181f3d 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 1/9] 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 23fc69ae2cdf0393c2f0c3ba7799869c56398c75 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 2/9] 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 6b985d4c53703abe7f390e019972525e14d86fa4 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 3/9] 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 f6bf282923bcc3d2453e58a1fdaf454d5159344f 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 4/9] 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 d54862d01fa7b9d3daea8726374deb490aa53502 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 5/9] 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 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 76080a7..5bf8f59 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,7 +3,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.32.0 +Version: 1.33.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 +* Thu Nov 09 2023 Adrien Vergé - 1.33.0-1 +- Update to latest upstream version + * Mon May 22 2023 Adrien Vergé - 1.32.0-1 - Update to latest upstream version From fcb0dcac9bbce0e2d2d89f937481cca51af9ddf2 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 6/9] 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 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 5bf8f59..277c506 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,7 +3,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.33.0 +Version: 1.34.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 +* Tue Feb 06 2024 Adrien Vergé - 1.34.0-1 +- Update to latest upstream version + * Thu Nov 09 2023 Adrien Vergé - 1.33.0-1 - Update to latest upstream version From f3a3a2d63e59fcdb6ece829da89bc5aaa3cdd2e4 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 7/9] 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 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 277c506..163b894 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 @@ -61,6 +61,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 4181170cab379e1b46891433fb7273abc645d544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Thu, 15 Feb 2024 10:10:30 +0100 Subject: [PATCH 8/9] Add BuildRequires: python3-sphinx_rtd_theme --- yamllint.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/yamllint.spec b/yamllint.spec index 163b894..723b843 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -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. From a92129eda09300fed6b41d7730a75285091f835c 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 9/9] 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 723b843..f8b2e23 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