14
0

Accepting request 673234 from home:jayvdb:coala:python3-bears

- Update to 1.14.0

OBS-URL: https://build.opensuse.org/request/show/673234
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yamllint?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-02-11 08:20:31 +00:00
committed by Git OBS Bridge
parent 148c7f5abc
commit 0aa7705ae9
4 changed files with 19 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Feb 11 06:02:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Update to 1.14.0
* Fix documentation code snippets
* Drop Python 2.6 and 3.3 support, add Python 3.7 support
* Update documentation and tests for ``line-length`` + Unicode + Python 2
* Allow rule configurations to lack options
* Add a new ``ignore-shebangs`` option for the ``comments`` rule
-------------------------------------------------------------------
Sun Dec 30 04:03:53 UTC 2018 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-yamllint
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-yamllint
Version: 1.13.0
Version: 1.14.0
Release: 0
Summary: A linter for YAML files
License: GPL-3.0-only
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
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyYAML
Requires: python-pathspec >= 0.5.3
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module pathspec >= 0.5.3}
# /SECTION
Requires: python-PyYAML
Requires: python-pathspec >= 0.5.3
BuildArch: noarch
%python_subpackages
%description

View File

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

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

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