diff --git a/python-yamllint.changes b/python-yamllint.changes index 77bb265..e08ea64 100644 --- a/python-yamllint.changes +++ b/python-yamllint.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Feb 11 06:02:42 UTC 2019 - John Vandenberg + +- 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 diff --git a/python-yamllint.spec b/python-yamllint.spec index 16c8569..9f25b51 100644 --- a/python-yamllint.spec +++ b/python-yamllint.spec @@ -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 diff --git a/yamllint-1.13.0.tar.gz b/yamllint-1.13.0.tar.gz deleted file mode 100644 index f8d9856..0000000 --- a/yamllint-1.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:425287ae21320e876d6515cb2ccc0363ae7c6e17a711ef520cf4f579fdb7dfa5 -size 113221 diff --git a/yamllint-1.14.0.tar.gz b/yamllint-1.14.0.tar.gz new file mode 100644 index 0000000..5458ca2 --- /dev/null +++ b/yamllint-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a9b641c9f843901fc9261ed71b36f3968c9b04f4c26581cc836d0cabb62a75 +size 114277