diff --git a/python-yamllint.changes b/python-yamllint.changes index b3c3c0b..02f1ec5 100644 --- a/python-yamllint.changes +++ b/python-yamllint.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Dec 15 22:11:00 UTC 2023 - Dirk Müller + +- update to 1.33.0: + * Add support for Python 3.12, drop support for Python 3.7 + * Rule ``document-end``: fix spurious "missing document end" + * Rule ``empty-values``: add ``forbid-in-block-sequences`` + option + ------------------------------------------------------------------- Thu Jun 1 05:40:16 UTC 2023 - Johannes Kastl diff --git a/python-yamllint.spec b/python-yamllint.spec index 636575c..0149760 100644 --- a/python-yamllint.spec +++ b/python-yamllint.spec @@ -18,23 +18,19 @@ %{?sle15_python_module_pythons} Name: python-yamllint -Version: 1.32.0 +Version: 1.33.0 Release: 0 Summary: A linter for YAML files License: GPL-3.0-only Group: Development/Languages/Python URL: https://github.com/adrienverge/yamllint Source: https://files.pythonhosted.org/packages/source/y/yamllint/yamllint-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.6} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyYAML Requires: python-pathspec >= 0.5.3 -%if 0%{python_version_nodots} < 38 -# boo#1151703, See below -Requires: python-setuptools -%endif Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch diff --git a/yamllint-1.32.0.tar.gz b/yamllint-1.32.0.tar.gz deleted file mode 100644 index 1a31cd4..0000000 --- a/yamllint-1.32.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d01dde008c65de5b235188ab3110bebc59d18e5c65fc8a58267cd211cd9df34a -size 130041 diff --git a/yamllint-1.33.0.tar.gz b/yamllint-1.33.0.tar.gz new file mode 100644 index 0000000..a4ca423 --- /dev/null +++ b/yamllint-1.33.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dceab9ef2d99518a2fcf4ffc964d44250ac4459be1ba3ca315118e4a1a81f7d +size 130357