From 59ddede9aa9eef9347d1654c8513faf1bd7db9d4 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Tue, 15 Oct 2019 08:35:26 -0500 Subject: [PATCH 01/21] "Adding package.cfg file" --- package.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 package.cfg diff --git a/package.cfg b/package.cfg new file mode 100644 index 0000000..66ea79d --- /dev/null +++ b/package.cfg @@ -0,0 +1,2 @@ +[koji] +targets = epel8 epel8-playground \ No newline at end of file From 4d996dedadac154964aefdd606515adb922a5b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Tue, 15 Oct 2019 16:18:45 +0200 Subject: [PATCH 02/21] Update to latest upstream version --- .gitignore | 1 + sources | 1 + yamllint.spec | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 161 insertions(+) create mode 100644 yamllint.spec diff --git a/.gitignore b/.gitignore index e69de29..406730a 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/yamllint-1.18.0.tar.gz diff --git a/sources b/sources index e69de29..629a9dd 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (yamllint-1.18.0.tar.gz) = 8b7ac7aeee25530b05903bd09cc4913fd0f318accf17cf1ac389714b5f2eed7d9946064760fc29f8632e5c2463072b21f8a1396d3864359ef93b86e92e7d86cf diff --git a/yamllint.spec b/yamllint.spec new file mode 100644 index 0000000..91312dc --- /dev/null +++ b/yamllint.spec @@ -0,0 +1,159 @@ +# Based on spec created by pyp2rpm-2.0.0 +%global pypi_name yamllint + +Name: %{pypi_name} +Version: 1.18.0 +Release: 1%{?dist} +Summary: A linter for YAML files + +License: GPLv3+ +URL: https://github.com/adrienverge/yamllint +Source0: https://pypi.python.org/packages/source/y/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +Requires: python%{python3_pkgversion}-pathspec +Requires: python%{python3_pkgversion}-PyYAML +Requires: python%{python3_pkgversion}-setuptools + +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-setuptools +BuildRequires: python%{python3_pkgversion}-nose +BuildRequires: python%{python3_pkgversion}-pathspec +BuildRequires: python%{python3_pkgversion}-PyYAML + +%description +A linter for YAML files. + +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. + +%prep +%autosetup -n %{pypi_name}-%{version} +# Remove bundled egg-info +rm -rf %{pypi_name}.egg-info + +%build +%py3_build + +%install +# Must do the subpackages' install first because the scripts in /usr/bin are +# overwritten with every setup.py install. +%py3_install + +%check +%{__python3} setup.py test + +%files +%doc README.rst +%license LICENSE +%{_bindir}/%{pypi_name} +%{python3_sitelib}/%{pypi_name} +%{python3_sitelib}/%{pypi_name}-* +%exclude %{python3_sitelib}/tests + +%changelog +* Tue Oct 15 2019 Adrien Vergé - 1.18.0-1 +- Update to latest upstream version + +* Mon Aug 12 2019 Adrien Vergé - 1.17.0-1 +- Update to latest upstream version + +* Fri Jun 7 2019 Adrien Vergé - 1.16.0-1 +- Update to latest upstream version + +* Fri Mar 08 2019 Troy Dawson - 1.15.0-2 +- Rebuilt to change main python from 3.4 to 3.6 + +* Mon Feb 11 2019 Adrien Vergé - 1.15.0-1 +- Update to latest upstream version + +* 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 +- Update to latest upstream version +- Use python%{python3_pkgversion}- packages (python34- no longer works) + +* 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 +- Update to latest upstream version + +* 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 +- Update to latest upstream version + +* Sun Nov 5 2017 Adrien Vergé - 1.10.0-1 +- Update to latest upstream version +- Remove C.UTF-8 patch, now included upstream + +* Mon Oct 16 2017 Adrien Vergé - 1.9.0-1 +- Update to latest upstream version +- Update patch for new version + +* Wed Jul 12 2017 Adrien Vergé - 1.8.1-1 +- Update to latest upstream version +- Update dependencies +- Patch a test because of missing C.UTF-8 locale (again) + +* 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 +- Update to latest upstream version + +* Wed Nov 30 2016 Adrien Vergé - 1.6.0-1 +- Update to latest upstream version + +* Sat Oct 8 2016 Adrien Vergé - 1.5.0-2 +- Revert patching from 1.4.0-2 because tests are not installed anymore + +* 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 +- Update to latest upstream version + +* Mon Sep 19 2016 Adrien Vergé - 1.4.0-2 +- Patch a test because the C.UTF-8 locale is not (yet) available in EPEL 7 + +* Mon Sep 19 2016 Adrien Vergé - 1.4.0-1 +- Update to latest upstream version + +* Tue Sep 13 2016 Adrien Vergé - 1.3.2-2 +- Add missing 'python34-setuptools' dependency + +* 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 +- Update to latest upstream version + +* 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-2 +- Do not build man page as Sphinx is not packaged for Python 3 + +* 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 + +* Wed Mar 02 2016 Adrien Vergé - 1.0.3-3 +- Use packages from RHEL / EPEL repos + +* Fri Feb 26 2016 Adam Miller - 1.0.3-2 +- Fix permissions on man page install + +* Wed Feb 24 2016 Adam Miller - 1.0.3-1 +- Update to latest upstream +- Add man page + +* Thu Feb 18 2016 Adam Miller - 0.7.2-1 +- Initial package. From ad33a95cd7752b3916f2718354cb538bdc2c43cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Thu, 26 Dec 2019 16:10:18 +0100 Subject: [PATCH 03/21] 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 406730a..11f5623 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /yamllint-1.18.0.tar.gz +/yamllint-1.20.0.tar.gz diff --git a/sources b/sources index 629a9dd..bb94a20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.18.0.tar.gz) = 8b7ac7aeee25530b05903bd09cc4913fd0f318accf17cf1ac389714b5f2eed7d9946064760fc29f8632e5c2463072b21f8a1396d3864359ef93b86e92e7d86cf +SHA512 (yamllint-1.20.0.tar.gz) = 3d40cb4c95f5a6c7f948a0bab1adc5b741796a9096fc978a100790801df2f330717b9c05be027fc458f36edb76daaeb18cee4b75a04003b63ed93a21e6f8420d diff --git a/yamllint.spec b/yamllint.spec index 91312dc..18630a4 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.18.0 +Version: 1.20.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -53,6 +53,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* 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 - Update to latest upstream version From ceb886c9f0fcd1069629bffdf2eb8b7a05301f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Tue, 24 Mar 2020 07:59:05 +0100 Subject: [PATCH 04/21] 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 11f5623..a9b5a84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /yamllint-1.18.0.tar.gz /yamllint-1.20.0.tar.gz +/yamllint-1.21.0.tar.gz diff --git a/sources b/sources index bb94a20..ab080e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.20.0.tar.gz) = 3d40cb4c95f5a6c7f948a0bab1adc5b741796a9096fc978a100790801df2f330717b9c05be027fc458f36edb76daaeb18cee4b75a04003b63ed93a21e6f8420d +SHA512 (yamllint-1.21.0.tar.gz) = 6578501aea6c17021047081d5d4f7879fc82a549912f53cb9821a4d61225a4fb8acf31c39414c2535512e3fed14ffca80929cdd3e3b88acb9bd4af6177fbbbf7 diff --git a/yamllint.spec b/yamllint.spec index 18630a4..10732b8 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.20.0 +Version: 1.21.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -53,6 +53,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Tue Mar 24 2020 Adrien Vergé - 1.21.0-1 +- Update to latest upstream version + * Thu Dec 26 2019 Adrien Vergé - 1.20.0-1 - Update to latest upstream version From b6a49c85f211ea76a4cf23d88abf0b00ae989314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 17 Apr 2020 10:36:00 +0200 Subject: [PATCH 05/21] 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 a9b5a84..faad17b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /yamllint-1.18.0.tar.gz /yamllint-1.20.0.tar.gz /yamllint-1.21.0.tar.gz +/yamllint-1.23.0.tar.gz diff --git a/sources b/sources index ab080e9..7cdc703 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.21.0.tar.gz) = 6578501aea6c17021047081d5d4f7879fc82a549912f53cb9821a4d61225a4fb8acf31c39414c2535512e3fed14ffca80929cdd3e3b88acb9bd4af6177fbbbf7 +SHA512 (yamllint-1.23.0.tar.gz) = 3eaf42f07935f7f8874b0092efa42a668726e048e82db7da05e4b748d7f463415e964f4e150353773fc6bae120a3e6a098d349faa9be10fb101f909579f1c40f diff --git a/yamllint.spec b/yamllint.spec index 10732b8..f8f9192 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.21.0 +Version: 1.23.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -53,6 +53,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* 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 - Update to latest upstream version From e2ef7c72c2725cd65915e0fe9d29ee9e25ecf417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Wed, 15 Jul 2020 11:35:59 +0200 Subject: [PATCH 06/21] Add patch because of old failing PyYAML --- ...ted_strings-failing-if-PyYAML-is-too.patch | 25 +++++++++++++++++++ yamllint.spec | 8 ++++-- 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 0001-Skip-test-on-quoted_strings-failing-if-PyYAML-is-too.patch diff --git a/0001-Skip-test-on-quoted_strings-failing-if-PyYAML-is-too.patch b/0001-Skip-test-on-quoted_strings-failing-if-PyYAML-is-too.patch new file mode 100644 index 0000000..1702677 --- /dev/null +++ b/0001-Skip-test-on-quoted_strings-failing-if-PyYAML-is-too.patch @@ -0,0 +1,25 @@ +From 1c85f6c244e5b71f625486cf6a0cb84402cc12f9 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Adrien=20Verg=C3=A9?= +Date: Wed, 15 Jul 2020 11:21:02 +0200 +Subject: [PATCH] Skip test on quoted_strings failing if PyYAML is too old + +--- + tests/rules/test_quoted_strings.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tests/rules/test_quoted_strings.py b/tests/rules/test_quoted_strings.py +index d66cb0b..7c01441 100644 +--- a/tests/rules/test_quoted_strings.py ++++ b/tests/rules/test_quoted_strings.py +@@ -360,7 +360,7 @@ class QuotedTestCase(RuleTestCase): + 'k6: ":wq"\n', # fails + conf, problem1=(3, 5), problem2=(5, 5), problem3=(7, 5)) + +- def test_only_when_needed_extras(self): ++ def skip_test_only_when_needed_extras(self): + conf = ('quoted-strings:\n' + ' required: true\n' + ' extra-allowed: [^http://]\n') +-- +2.26.2 + diff --git a/yamllint.spec b/yamllint.spec index f8f9192..82af1de 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,12 +3,13 @@ Name: %{pypi_name} Version: 1.23.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A linter for YAML files License: GPLv3+ URL: https://github.com/adrienverge/yamllint Source0: https://pypi.python.org/packages/source/y/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Patch0: 0001-Skip-test-on-quoted_strings-failing-if-PyYAML-is-too.patch BuildArch: noarch Requires: python%{python3_pkgversion}-pathspec @@ -29,7 +30,7 @@ repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc. %prep -%autosetup -n %{pypi_name}-%{version} +%autosetup -n %{pypi_name}-%{version} -p1 # Remove bundled egg-info rm -rf %{pypi_name}.egg-info @@ -53,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Wed Jul 15 2020 Adrien Vergé - 1.23.0-2 +- Add patch because of old failing PyYAML + * Fri Apr 17 2020 Adrien Vergé - 1.23.0-1 - Update to latest upstream version From 8f5a6cf40b1d07cea8cc8e708d99e85eb3bb13ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Wed, 15 Jul 2020 11:53:38 +0200 Subject: [PATCH 07/21] 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 faad17b..14c97ba 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /yamllint-1.20.0.tar.gz /yamllint-1.21.0.tar.gz /yamllint-1.23.0.tar.gz +/yamllint-1.24.0.tar.gz diff --git a/sources b/sources index 7cdc703..0ced90c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.23.0.tar.gz) = 3eaf42f07935f7f8874b0092efa42a668726e048e82db7da05e4b748d7f463415e964f4e150353773fc6bae120a3e6a098d349faa9be10fb101f909579f1c40f +SHA512 (yamllint-1.24.0.tar.gz) = 7d5fd0e9451414e28442ff56081070a58586fadcf9f08e887aa366be3e413afe8e97d5db018f3b451c3c09b743d62f77baae585644da94837e5c56e3ed734ae8 diff --git a/yamllint.spec b/yamllint.spec index 82af1de..630a735 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,8 +2,8 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.23.0 -Release: 2%{?dist} +Version: 1.24.0 +Release: 1%{?dist} Summary: A linter for YAML files License: GPLv3+ @@ -54,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Wed Jul 15 2020 Adrien Vergé - 1.24.0-1 +- Update to latest upstream version + * Wed Jul 15 2020 Adrien Vergé - 1.23.0-2 - Add patch because of old failing PyYAML From a760399678af053d89b24f565555f33a570adca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Thu, 16 Jul 2020 09:36:38 +0200 Subject: [PATCH 08/21] 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 14c97ba..56e6602 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /yamllint-1.21.0.tar.gz /yamllint-1.23.0.tar.gz /yamllint-1.24.0.tar.gz +/yamllint-1.24.2.tar.gz diff --git a/sources b/sources index 0ced90c..a63befc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.24.0.tar.gz) = 7d5fd0e9451414e28442ff56081070a58586fadcf9f08e887aa366be3e413afe8e97d5db018f3b451c3c09b743d62f77baae585644da94837e5c56e3ed734ae8 +SHA512 (yamllint-1.24.2.tar.gz) = 3e290d8c1f44be45c60321253e277b8cb4a087759fce90d9b5365066c7cbc0ebf52a861272fd9deaf9380f02371b0299271b3a18a22a1bf77a53a3697a908956 diff --git a/yamllint.spec b/yamllint.spec index 630a735..6b8d24d 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.24.0 +Version: 1.24.2 Release: 1%{?dist} Summary: A linter for YAML files @@ -54,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* 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 - Update to latest upstream version From cabb8ee559b84a228960d2032e3b657b89941b59 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 24 Sep 2020 16:10:05 +0000 Subject: [PATCH 09/21] remove package.cfg per new epel-playground policy --- package.cfg | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 package.cfg diff --git a/package.cfg b/package.cfg deleted file mode 100644 index 66ea79d..0000000 --- a/package.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[koji] -targets = epel8 epel8-playground \ No newline at end of file From a335ad58721757e469b4c465988d6956122abd86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Tue, 29 Sep 2020 08:56:49 +0200 Subject: [PATCH 10/21] 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 56e6602..fcdec6d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /yamllint-1.23.0.tar.gz /yamllint-1.24.0.tar.gz /yamllint-1.24.2.tar.gz +/yamllint-1.25.0.tar.gz diff --git a/sources b/sources index a63befc..b65d6a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.24.2.tar.gz) = 3e290d8c1f44be45c60321253e277b8cb4a087759fce90d9b5365066c7cbc0ebf52a861272fd9deaf9380f02371b0299271b3a18a22a1bf77a53a3697a908956 +SHA512 (yamllint-1.25.0.tar.gz) = c12e3c6bbd0d7a939039ecf80cc7e8098a4295058e7d8c638baaedc9f7c6b9103defe2a1d290388920105c2f397bdc5913788ee2576db79aef8f168b86049c5e diff --git a/yamllint.spec b/yamllint.spec index 6b8d24d..517d059 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.24.2 +Version: 1.25.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -54,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Tue Sep 29 2020 Adrien Vergé - 1.25.0-1 +- Update to latest upstream version + * Thu Jul 16 2020 Adrien Vergé - 1.24.2-1 - Update to latest upstream version From e875d2c85c660667cc33102bc64f4425a5b80263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 29 Jan 2021 18:23:53 +0100 Subject: [PATCH 11/21] 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 fcdec6d..5f357c5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /yamllint-1.24.0.tar.gz /yamllint-1.24.2.tar.gz /yamllint-1.25.0.tar.gz +/yamllint-1.26.0.tar.gz diff --git a/sources b/sources index b65d6a3..3610e07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.25.0.tar.gz) = c12e3c6bbd0d7a939039ecf80cc7e8098a4295058e7d8c638baaedc9f7c6b9103defe2a1d290388920105c2f397bdc5913788ee2576db79aef8f168b86049c5e +SHA512 (yamllint-1.26.0.tar.gz) = 62cba9f644b7a80e1c0d458f4d80f088416f4e7b1f266c5abc81db4f8901518b5df3dab25a353550a2b1121703ee31fbb7c81fc3ff21e9481539b1dd2d922c0d diff --git a/yamllint.spec b/yamllint.spec index 517d059..a6a2aa1 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.25.0 +Version: 1.26.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -54,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Fri Jan 29 2021 Adrien Vergé - 1.26.0-1 +- Update to latest upstream version + * Tue Sep 29 2020 Adrien Vergé - 1.25.0-1 - Update to latest upstream version From 84fd3724c5ab02d1b5f3976448723050e2333569 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 12/21] 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 5f357c5..c377ef1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /yamllint-1.24.2.tar.gz /yamllint-1.25.0.tar.gz /yamllint-1.26.0.tar.gz +/yamllint-1.27.0.tar.gz diff --git a/sources b/sources index 3610e07..cf7e8cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.26.0.tar.gz) = 62cba9f644b7a80e1c0d458f4d80f088416f4e7b1f266c5abc81db4f8901518b5df3dab25a353550a2b1121703ee31fbb7c81fc3ff21e9481539b1dd2d922c0d +SHA512 (yamllint-1.27.0.tar.gz) = 1e2511aba5875627b49e87dc0bbc7d936014f7c086ffb93a61e7fc7de6a0db15518d2c8cb4b31aa22d4c3f291c4c020ad01a8fc596960b956a136998d859d2d2 diff --git a/yamllint.spec b/yamllint.spec index a6a2aa1..a4bad44 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.26.0 +Version: 1.27.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -54,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Fri Jul 08 2022 Adrien Vergé - 1.27.0-1 +- Update to latest upstream version + * Fri Jan 29 2021 Adrien Vergé - 1.26.0-1 - Update to latest upstream version From 522cdd024c9d24f770ef66955accdeae28f5cc05 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 13/21] 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 c377ef1..e51978a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /yamllint-1.25.0.tar.gz /yamllint-1.26.0.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 a4bad44..945ba6a 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,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 @@ -54,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %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 From 415143d8d0478478d26ffa56ac397be9a5c4ff91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Mon, 12 Sep 2022 14:44:09 +0200 Subject: [PATCH 14/21] 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 e51978a..3d94b85 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /yamllint-1.26.0.tar.gz /yamllint-1.27.0.tar.gz /yamllint-1.27.1.tar.gz +/yamllint-1.28.0.tar.gz diff --git a/sources b/sources index cf24082..f034300 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.27.1.tar.gz) = c00fcb5da35f79b0f877f1b8c3e5f1ff8c5d161dd795d3a2657e44e27d8b943961984bf15c294be263e00bf9dfcaf3dbf16ef8fd7354bedc8ed92e3e24ce4baf +SHA512 (yamllint-1.28.0.tar.gz) = 9d811616f5a2c8c9574ef74afd2548c415881386932e4ee9b29311c3ef32150ed868943bcef19b31226d9a31f0be384e0ee3b3ec86cebf0d7c4216696a6b0161 diff --git a/yamllint.spec b/yamllint.spec index 945ba6a..5519b3b 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.27.1 +Version: 1.28.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -54,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Mon Sep 12 2022 Adrien Vergé - 1.28.0-1 +- Update to latest upstream version + * Fri Jul 08 2022 Adrien Vergé - 1.27.1-1 - Update to latest upstream version From 92edecce7bbe17d0ef8914a9800dbde911ae1a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Tue, 10 Jan 2023 19:02:47 +0100 Subject: [PATCH 15/21] 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 3d94b85..5e56064 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /yamllint-1.27.0.tar.gz /yamllint-1.27.1.tar.gz /yamllint-1.28.0.tar.gz +/yamllint-1.29.0.tar.gz diff --git a/sources b/sources index f034300..4c532ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yamllint-1.28.0.tar.gz) = 9d811616f5a2c8c9574ef74afd2548c415881386932e4ee9b29311c3ef32150ed868943bcef19b31226d9a31f0be384e0ee3b3ec86cebf0d7c4216696a6b0161 +SHA512 (yamllint-1.29.0.tar.gz) = 25c8b1db12c1955878a368433634277a75c2fbde14b041022f591ff7d71b975b509e24b6755c98fa086d3a3a5adf1560ef62f86f9f9e4798d6ca5a0fb50e9e52 diff --git a/yamllint.spec b/yamllint.spec index 5519b3b..db08814 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.28.0 +Version: 1.29.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -54,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* 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 - Update to latest upstream version From a7e74599046531cccb7da816c13331192249e4c3 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 16/21] 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 5e56064..da31588 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,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 db08814..a90d634 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,7 @@ %global pypi_name yamllint Name: %{pypi_name} -Version: 1.29.0 +Version: 1.30.0 Release: 1%{?dist} Summary: A linter for YAML files @@ -54,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Wed Mar 22 2023 Adrien Vergé - 1.30.0-1 +- Update to latest upstream version + * Tue Jan 10 2023 Adrien Vergé - 1.29.0-1 - Update to latest upstream version From b1d2cbc484304240be8a47da58a9af56f11370c9 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 17/21] 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 a90d634..b02a7f8 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -3,7 +3,7 @@ Name: %{pypi_name} Version: 1.30.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A linter for YAML files License: GPLv3+ @@ -43,7 +43,7 @@ rm -rf %{pypi_name}.egg-info %py3_install %check -%{__python3} setup.py test +%{__python3} -m unittest discover %files %doc README.rst @@ -54,6 +54,9 @@ rm -rf %{pypi_name}.egg-info %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 47751026f33eac17d82a3b9571bc973f9143100b 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 18/21] 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 da31588..42daba6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,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 b02a7f8..5efc39f 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,8 +2,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+ @@ -29,18 +29,21 @@ 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} -p1 # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build -%py3_build +%pyproject_wheel %install # Must do the subpackages' install first because the scripts in /usr/bin are # overwritten with every setup.py install. -%py3_install +%pyproject_install %check %{__python3} -m unittest discover @@ -54,6 +57,9 @@ rm -rf %{pypi_name}.egg-info %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 6e56ab54e855fa922774f437c393b84acf83643b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 21 Apr 2023 16:26:45 +0200 Subject: [PATCH 19/21] =?UTF-8?q?Temporarily=20restore=20setup.py/setup.cf?= =?UTF-8?q?g=20since=20setuptools=20=E2=89=A5=2061=20is=20not=20available?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...re-setup.cfg-for-setuptools-below-61.patch | 30 +++++++++++++++++++ yamllint.spec | 17 ++++++----- 2 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 0002-Restore-setup.cfg-for-setuptools-below-61.patch diff --git a/0002-Restore-setup.cfg-for-setuptools-below-61.patch b/0002-Restore-setup.cfg-for-setuptools-below-61.patch new file mode 100644 index 0000000..9d71903 --- /dev/null +++ b/0002-Restore-setup.cfg-for-setuptools-below-61.patch @@ -0,0 +1,30 @@ +--- a/setup.cfg ++++ b/setup.cfg +@@ -1,4 +1,24 @@ +-[egg_info] +-tag_build = +-tag_date = 0 ++[options] ++packages = find: + ++python_requires = >=3.7 ++ ++include_package_data = True ++install_requires = ++ pathspec >= 0.5.3 ++ pyyaml ++ setuptools ++ ++test_suite = tests ++ ++[options.packages.find] ++exclude = ++ tests ++ tests.* ++ ++[options.package_data] ++yamllint = conf/*.yaml ++ ++[options.entry_points] ++console_scripts = ++ yamllint = yamllint.cli:run diff --git a/yamllint.spec b/yamllint.spec index 5efc39f..e2928fb 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -10,6 +10,7 @@ License: GPLv3+ URL: https://github.com/adrienverge/yamllint Source0: https://pypi.python.org/packages/source/y/%{pypi_name}/%{pypi_name}-%{version}.tar.gz Patch0: 0001-Skip-test-on-quoted_strings-failing-if-PyYAML-is-too.patch +Patch1: 0002-Restore-setup.cfg-for-setuptools-below-61.patch BuildArch: noarch Requires: python%{python3_pkgversion}-pathspec @@ -18,7 +19,8 @@ Requires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools -BuildRequires: python%{python3_pkgversion}-nose +BuildRequires: python%{python3_pkgversion}-wheel +BuildRequires: python%{python3_pkgversion}-pip BuildRequires: python%{python3_pkgversion}-pathspec BuildRequires: python%{python3_pkgversion}-PyYAML @@ -29,21 +31,21 @@ 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 +# Don't use generate_buildrequires/pyproject_buildrequires macros since +# setuptools ≥ 61 is not available. %prep %autosetup -n %{pypi_name}-%{version} -p1 # Remove bundled egg-info rm -rf %{pypi_name}.egg-info +# Restore old setup.py/setup.cfg usage since setuptools ≥ 61 is not available +sed -i 's/^setup()$/setup(name="yamllint", version="%{version}")/' setup.py %build -%pyproject_wheel +%py3_build %install -# Must do the subpackages' install first because the scripts in /usr/bin are -# overwritten with every setup.py install. -%pyproject_install +%py3_install %check %{__python3} -m unittest discover @@ -59,6 +61,7 @@ rm -rf %{pypi_name}.egg-info %changelog * 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 * Fri Apr 14 2023 Adrien Vergé - 1.30.0-2 - Update 'check' step to stop using setup.py From e106f6e47e535ef6623decb086cfd6bb7f2ff5dc 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 20/21] 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 e2928fb..3621866 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 From 709e97e11ae0ba3041067f92b1fa0def2f25c040 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 21/21] 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 4b4fb55..3c87cd3 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,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 3621866..94b5de7 100644 --- a/yamllint.spec +++ b/yamllint.spec @@ -2,7 +2,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 @@ -59,6 +59,9 @@ sed -i 's/^setup()$/setup(name="yamllint", version="%{version}")/' setup.py %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