forked from pool/python-yamllint
- 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:
@@ -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>
|
Thu Jun 1 05:40:16 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
|||||||
@@ -18,23 +18,19 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-yamllint
|
Name: python-yamllint
|
||||||
Version: 1.32.0
|
Version: 1.33.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A linter for YAML files
|
Summary: A linter for YAML files
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/adrienverge/yamllint
|
URL: https://github.com/adrienverge/yamllint
|
||||||
Source: https://files.pythonhosted.org/packages/source/y/yamllint/yamllint-%{version}.tar.gz
|
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: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-PyYAML
|
Requires: python-PyYAML
|
||||||
Requires: python-pathspec >= 0.5.3
|
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(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|||||||
@@ -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
3
yamllint-1.33.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2dceab9ef2d99518a2fcf4ffc964d44250ac4459be1ba3ca315118e4a1a81f7d
|
||||||
|
size 130357
|
||||||
Reference in New Issue
Block a user