14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yamllint?expand=0&rev=38
This commit is contained in:
2023-12-15 22:11:22 +00:00
committed by Git OBS Bridge
parent 4e2ea240a9
commit 1d1a55f831
4 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Dec 15 22:11:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <kastl@b1-systems.de>

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d01dde008c65de5b235188ab3110bebc59d18e5c65fc8a58267cd211cd9df34a
size 130041

3
yamllint-1.33.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dceab9ef2d99518a2fcf4ffc964d44250ac4459be1ba3ca315118e4a1a81f7d
size 130357