commit python-yamllint for openSUSE:Factory

2020-07-21 Thread root
Hello community,

here is the log from the commit of package python-yamllint for openSUSE:Factory 
checked in at 2020-07-21 15:51:16

Comparing /work/SRC/openSUSE:Factory/python-yamllint (Old)
 and  /work/SRC/openSUSE:Factory/.python-yamllint.new.3592 (New)


Package is "python-yamllint"

Tue Jul 21 15:51:16 2020 rev:11 rq:822075 version:1.24.2

Changes:

--- /work/SRC/openSUSE:Factory/python-yamllint/python-yamllint.changes  
2020-07-08 19:12:57.415101363 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-yamllint.new.3592/python-yamllint.changes
2020-07-21 15:54:30.652596834 +0200
@@ -1,0 +2,11 @@
+Tue Jul 21 11:03:17 UTC 2020 - Marketa Calabkova 
+
+- Update to 1.24.2
+  * Add ``locale`` config option and make ``key-ordering`` locale-aware
+  * Revert ``locale`` config option from version 1.24.0 because of a bug
+  * Specify config with environment variable ``YAMLLINT_CONFIG_FILE``
+  * Fix bug with CRLF in ``new-lines`` and ``require-starting-space``
+  * Do not run linter on directories whose names look like YAML files
+  * Add ``locale`` config option and make ``key-ordering`` locale-aware
+
+---

Old:

  yamllint-1.23.0.tar.gz

New:

  yamllint-1.24.2.tar.gz



Other differences:
--
++ python-yamllint.spec ++
--- /var/tmp/diff_new_pack.o8DEmX/_old  2020-07-21 15:54:33.188599918 +0200
+++ /var/tmp/diff_new_pack.o8DEmX/_new  2020-07-21 15:54:33.188599918 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yamllint
-Version:1.23.0
+Version:1.24.2
 Release:0
 Summary:A linter for YAML files
 License:GPL-3.0-only

++ yamllint-1.23.0.tar.gz -> yamllint-1.24.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.23.0/PKG-INFO new/yamllint-1.24.2/PKG-INFO
--- old/yamllint-1.23.0/PKG-INFO2020-04-17 10:34:16.0 +0200
+++ new/yamllint-1.24.2/PKG-INFO2020-07-16 09:35:38.630434000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: yamllint
-Version: 1.23.0
+Version: 1.24.2
 Summary: A linter for YAML files.
 Home-page: https://github.com/adrienverge/yamllint
 Author: Adrien Vergé
@@ -23,6 +23,7 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Topic :: Software Development
 Classifier: Topic :: Software Development :: Debuggers
 Classifier: Topic :: Software Development :: Quality Assurance
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.23.0/docs/conf.py 
new/yamllint-1.24.2/docs/conf.py
--- old/yamllint-1.23.0/docs/conf.py2019-02-14 18:17:12.0 +0100
+++ new/yamllint-1.24.2/docs/conf.py2020-07-08 16:27:16.0 +0200
@@ -6,9 +6,9 @@
 import os
 from unittest.mock import MagicMock
 
-sys.path.insert(0, os.path.abspath('..'))  # noqa
+sys.path.insert(0, os.path.abspath('..'))
 
-from yamllint import __copyright__, APP_NAME, APP_VERSION
+from yamllint import __copyright__, APP_NAME, APP_VERSION  # noqa
 
 # -- General configuration 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.23.0/docs/configuration.rst 
new/yamllint-1.24.2/docs/configuration.rst
--- old/yamllint-1.23.0/docs/configuration.rst  2019-12-12 09:13:16.0 
+0100
+++ new/yamllint-1.24.2/docs/configuration.rst  2020-07-16 09:34:22.0 
+0200
@@ -16,6 +16,7 @@
 
 - ``.yamllint``, ``.yamllint.yaml`` or ``.yamllint.yml`` in the current working
   directory
+- the file referenced by ``$YAMLLINT_CONFIG_FILE``, if set
 - ``$XDG_CONFIG_HOME/yamllint/config``
 - ``~/.config/yamllint/config``
 
@@ -188,3 +189,22 @@
  ignore: |
*.ignore-trailing-spaces.yaml
ascii-art/*
+
+Setting the locale
+--
+
+It is possible to set the ``locale`` option globally. This is passed to 
Python's
+`locale.setlocale
+`_,
+so an empty string ``""`` will use the system default locale, while e.g.
+``"en_US.UTF-8"`` will use that.
+
+Currently this only affects the ``key-ordering`` rule. The default will order
+by Unicode code point number, while locales will sort case and accents
+properly as well.
+
+.. code-block:: yaml
+
+ extends: default
+
+ locale: en_US.UTF-8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.23.0/setup.cfg 

commit python-yamllint for openSUSE:Factory

2020-07-08 Thread root
Hello community,

here is the log from the commit of package python-yamllint for openSUSE:Factory 
checked in at 2020-07-08 19:12:41

Comparing /work/SRC/openSUSE:Factory/python-yamllint (Old)
 and  /work/SRC/openSUSE:Factory/.python-yamllint.new.3060 (New)


Package is "python-yamllint"

Wed Jul  8 19:12:41 2020 rev:10 rq:819117 version:1.23.0

Changes:

--- /work/SRC/openSUSE:Factory/python-yamllint/python-yamllint.changes  
2020-04-16 23:03:26.431684763 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-yamllint.new.3060/python-yamllint.changes
2020-07-08 19:12:57.415101363 +0200
@@ -1,0 +2,7 @@
+Tue Jul  7 06:14:04 UTC 2020 - Steve Kowalik 
+
+-  Update to 1.23.0:
+  * Allow rules to validate their configuration
+  * Add options extra-required and extra-allowed to quoted-strings
+
+---

Old:

  yamllint-1.22.1.tar.gz

New:

  yamllint-1.23.0.tar.gz



Other differences:
--
++ python-yamllint.spec ++
--- /var/tmp/diff_new_pack.0NLIKS/_old  2020-07-08 19:13:01.339114902 +0200
+++ /var/tmp/diff_new_pack.0NLIKS/_new  2020-07-08 19:13:01.343114916 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yamllint
-Version:1.22.1
+Version:1.23.0
 Release:0
 Summary:A linter for YAML files
 License:GPL-3.0-only

++ yamllint-1.22.1.tar.gz -> yamllint-1.23.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.22.1/PKG-INFO new/yamllint-1.23.0/PKG-INFO
--- old/yamllint-1.22.1/PKG-INFO2020-04-15 07:57:48.0 +0200
+++ new/yamllint-1.23.0/PKG-INFO2020-04-17 10:34:16.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: yamllint
-Version: 1.22.1
+Version: 1.23.0
 Summary: A linter for YAML files.
 Home-page: https://github.com/adrienverge/yamllint
 Author: Adrien Vergé
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.22.1/tests/rules/test_quoted_strings.py 
new/yamllint-1.23.0/tests/rules/test_quoted_strings.py
--- old/yamllint-1.22.1/tests/rules/test_quoted_strings.py  2020-04-15 
07:54:25.0 +0200
+++ new/yamllint-1.23.0/tests/rules/test_quoted_strings.py  2020-04-17 
10:30:12.0 +0200
@@ -16,6 +16,8 @@
 
 from tests.common import RuleTestCase
 
+from yamllint import config
+
 
 class QuotedTestCase(RuleTestCase):
 rule_id = 'quoted-strings'
@@ -357,3 +359,79 @@
'k5: :wq\n'
'k6: ":wq"\n',  # fails
conf, problem1=(3, 5), problem2=(5, 5), problem3=(7, 5))
+
+def test_only_when_needed_extras(self):
+conf = ('quoted-strings:\n'
+'  required: true\n'
+'  extra-allowed: [^http://]\n')
+self.assertRaises(config.YamlLintConfigError, self.check, '', conf)
+
+conf = ('quoted-strings:\n'
+'  required: true\n'
+'  extra-required: [^http://]\n')
+self.assertRaises(config.YamlLintConfigError, self.check, '', conf)
+
+conf = ('quoted-strings:\n'
+'  required: false\n'
+'  extra-allowed: [^http://]\n')
+self.assertRaises(config.YamlLintConfigError, self.check, '', conf)
+
+conf = ('quoted-strings:\n'
+'  required: true\n')
+self.check('---\n'
+   '- 123\n'
+   '- "123"\n'
+   '- localhost\n'  # fails
+   '- "localhost"\n'
+   '- http://localhost\n'   # fails
+   '- "http://localhost"\n'
+   '- ftp://localhost\n'# fails
+   '- "ftp://localhost"\n',
+   conf, problem1=(4, 3), problem2=(6, 3), problem3=(8, 3))
+
+conf = ('quoted-strings:\n'
+'  required: only-when-needed\n'
+'  extra-allowed: [^ftp://]\n'
+'  extra-required: [^http://]\n')
+self.check('---\n'
+   '- 123\n'
+   '- "123"\n'
+   '- localhost\n'
+   '- "localhost"\n'# fails
+   '- http://localhost\n'   # fails
+   '- "http://localhost"\n'
+   '- ftp://localhost\n'
+   '- "ftp://localhost"\n',
+   conf, problem1=(5, 3), problem2=(6, 3))
+
+conf = ('quoted-strings:\n'
+'  required: false\n'
+'  extra-required: [^http://, ^ftp://]\n')
+self.check('---\n'
+ 

commit python-yamllint for openSUSE:Factory

2020-04-16 Thread root
Hello community,

here is the log from the commit of package python-yamllint for openSUSE:Factory 
checked in at 2020-04-16 23:03:24

Comparing /work/SRC/openSUSE:Factory/python-yamllint (Old)
 and  /work/SRC/openSUSE:Factory/.python-yamllint.new.2738 (New)


Package is "python-yamllint"

Thu Apr 16 23:03:24 2020 rev:9 rq:794473 version:1.22.1

Changes:

--- /work/SRC/openSUSE:Factory/python-yamllint/python-yamllint.changes  
2020-02-05 19:41:51.847272327 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-yamllint.new.2738/python-yamllint.changes
2020-04-16 23:03:26.431684763 +0200
@@ -1,0 +2,12 @@
+Thu Apr 16 07:39:02 UTC 2020 - Tomáš Chvátal 
+
+- Update to 1.22.1:
+  * Fix quoted-strings rule with only-when-needed on corner cases
+  * Add check-keys option to the truthy rule
+  * Fix quoted-strings rule not working on sequences items
+  * Sunset Python 2
+  * Fix new-lines rule on Python 3 with DOS line endings
+  * Fix quoted-strings rule not working for string values matching scalars
+  * Add required: only-when-needed option to the quoted-strings rule
+
+---

Old:

  yamllint-1.20.0.tar.gz

New:

  yamllint-1.22.1.tar.gz



Other differences:
--
++ python-yamllint.spec ++
--- /var/tmp/diff_new_pack.9HErjB/_old  2020-04-16 23:03:27.283685521 +0200
+++ /var/tmp/diff_new_pack.9HErjB/_new  2020-04-16 23:03:27.283685521 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yamllint
-Version:1.20.0
+Version:1.22.1
 Release:0
 Summary:A linter for YAML files
 License:GPL-3.0-only
@@ -30,6 +30,8 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-PyYAML
 Requires:   python-pathspec >= 0.5.3
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module PyYAML}
@@ -53,14 +55,22 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_clone -a %{buildroot}%{_bindir}/yamllint
 
 %check
-%python_exec -m unittest discover
+export LANG="en_US.UTF8"
+%python_exec -m unittest discover -v
+
+%post
+%python_install_alternative yamllint
+
+%postun
+%python_uninstall_alternative yamllint
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%python3_only %{_bindir}/yamllint
+%python_alternative %{_bindir}/yamllint
 %{python_sitelib}/*
 
 %changelog

++ yamllint-1.20.0.tar.gz -> yamllint-1.22.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.20.0/PKG-INFO new/yamllint-1.22.1/PKG-INFO
--- old/yamllint-1.20.0/PKG-INFO2019-12-26 16:07:34.0 +0100
+++ new/yamllint-1.22.1/PKG-INFO2020-04-15 07:57:48.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: yamllint
-Version: 1.20.0
+Version: 1.22.1
 Summary: A linter for YAML files.
 Home-page: https://github.com/adrienverge/yamllint
 Author: Adrien Vergé
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.20.0/README.rst 
new/yamllint-1.22.1/README.rst
--- old/yamllint-1.20.0/README.rst  2019-07-07 18:14:22.0 +0200
+++ new/yamllint-1.22.1/README.rst  2020-04-10 16:31:09.0 +0200
@@ -21,6 +21,10 @@
 
 Written in Python (compatible with Python 2 & 3).
 
+⚠ Python 2 upstream support stopped on January 1, 2020. yamllint will keep
+best-effort support for Python 2.7 until January 1, 2021. Passed that date,
+yamllint will drop all Python 2-related code.
+
 Documentation
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.20.0/tests/rules/test_quoted_strings.py 
new/yamllint-1.22.1/tests/rules/test_quoted_strings.py
--- old/yamllint-1.20.0/tests/rules/test_quoted_strings.py  2018-10-17 
10:18:32.0 +0200
+++ new/yamllint-1.22.1/tests/rules/test_quoted_strings.py  2020-04-15 
07:54:25.0 +0200
@@ -22,6 +22,7 @@
 
 def test_disabled(self):
 conf = 'quoted-strings: disable'
+
 self.check('---\n'
'foo: bar\n', conf)
 self.check('---\n'
@@ -30,23 +31,34 @@
'foo: \'bar\'\n', conf)
 self.check('---\n'
'bar: 123\n', conf)
+self.check('---\n'
+   'bar: "123"\n', conf)
 
 def test_quote_type_any(self):
 conf = 'quoted-strings: {quote-type: any}\n'
+
 self.check('---\n'
'boolean1: true\n'
'number1: 123\n'
'string1: foo\n'  # 

commit python-yamllint for openSUSE:Factory

2020-02-05 Thread root
Hello community,

here is the log from the commit of package python-yamllint for openSUSE:Factory 
checked in at 2020-02-05 19:41:50

Comparing /work/SRC/openSUSE:Factory/python-yamllint (Old)
 and  /work/SRC/openSUSE:Factory/.python-yamllint.new.26092 (New)


Package is "python-yamllint"

Wed Feb  5 19:41:50 2020 rev:8 rq:770066 version:1.20.0

Changes:

--- /work/SRC/openSUSE:Factory/python-yamllint/python-yamllint.changes  
2019-10-31 18:18:22.842204640 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-yamllint.new.26092/python-yamllint.changes   
2020-02-05 19:41:51.847272327 +0100
@@ -1,0 +2,8 @@
+Tue Feb  4 16:00:48 UTC 2020 - Marketa Calabkova 
+
+- update to 1.20.0
+  * Add --no-warnings option to suppress warning messages
+  * Use 'syntax' as rule name upon syntax errors
+  * Allow disabling all checks for a file with # yamllint disable-file
+
+---

Old:

  yamllint-1.18.0.tar.gz

New:

  yamllint-1.20.0.tar.gz



Other differences:
--
++ python-yamllint.spec ++
--- /var/tmp/diff_new_pack.TWzlyd/_old  2020-02-05 19:41:52.967272861 +0100
+++ /var/tmp/diff_new_pack.TWzlyd/_new  2020-02-05 19:41:52.983272869 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yamllint
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yamllint
-Version:1.18.0
+Version:1.20.0
 Release:0
 Summary:A linter for YAML files
 License:GPL-3.0-only

++ yamllint-1.18.0.tar.gz -> yamllint-1.20.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.18.0/PKG-INFO new/yamllint-1.20.0/PKG-INFO
--- old/yamllint-1.18.0/PKG-INFO2019-10-15 09:50:07.0 +0200
+++ new/yamllint-1.20.0/PKG-INFO2019-12-26 16:07:34.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: yamllint
-Version: 1.18.0
+Version: 1.20.0
 Summary: A linter for YAML files.
 Home-page: https://github.com/adrienverge/yamllint
 Author: Adrien Vergé
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.18.0/docs/configuration.rst 
new/yamllint-1.20.0/docs/configuration.rst
--- old/yamllint-1.18.0/docs/configuration.rst  2019-10-15 09:41:40.0 
+0200
+++ new/yamllint-1.20.0/docs/configuration.rst  2019-12-12 09:13:16.0 
+0100
@@ -116,6 +116,9 @@
  * ``1`` if one or more errors occur
  * ``2`` if no errors occur, but one or more warnings occur
 
+If the script is invoked with the ``--no-warnings`` option, it won't output
+warning level problems, only error level ones.
+
 YAML files extensions
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.18.0/docs/disable_with_comments.rst 
new/yamllint-1.20.0/docs/disable_with_comments.rst
--- old/yamllint-1.18.0/docs/disable_with_comments.rst  2019-01-11 
12:00:07.0 +0100
+++ new/yamllint-1.20.0/docs/disable_with_comments.rst  2019-12-12 
09:07:45.0 +0100
@@ -73,3 +73,31 @@
 
 If you need to disable multiple rules, it is allowed to chain rules like this:
 ``# yamllint disable rule:hyphens rule:commas rule:indentation``.
+
+Disabling all checks for a file
+---
+
+To prevent yamllint from reporting problems for a specific file, add the
+directive comment ``# yamllint disable-file`` as the first line of the file.
+For instance:
+
+.. code-block:: yaml
+
+ # yamllint disable-file
+ # The following mapping contains the same key twice, but I know what I'm 
doing:
+ key: value 1
+ key: value 2
+
+ - This line is waay too long but yamllint will not report anything 
about it.
+   This line will be checked by yamllint.
+
+or:
+
+.. code-block:: jinja
+
+ # yamllint disable-file
+ # This file is not valid YAML because it is a Jinja template
+ {% if extra_info %}
+ key1: value1
+ {% endif %}
+ key2: value2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.18.0/tests/test_cli.py 
new/yamllint-1.20.0/tests/test_cli.py
--- old/yamllint-1.18.0/tests/test_cli.py   2019-08-12 16:53:44.0 
+0200
+++ new/yamllint-1.20.0/tests/test_cli.py   2019-12-26 16:04:47.0 
+0100
@@ -530,5 +530,40 @@
 out, err = sys.stdout.getvalue(), sys.stderr.getvalue()
 self.assertEqual(out, (
 'stdin:2:10: [error] 

commit python-yamllint for openSUSE:Factory

2019-10-31 Thread root
Hello community,

here is the log from the commit of package python-yamllint for openSUSE:Factory 
checked in at 2019-10-31 18:18:05

Comparing /work/SRC/openSUSE:Factory/python-yamllint (Old)
 and  /work/SRC/openSUSE:Factory/.python-yamllint.new.2990 (New)


Package is "python-yamllint"

Thu Oct 31 18:18:05 2019 rev:7 rq:744156 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/python-yamllint/python-yamllint.changes  
2019-09-05 12:34:04.963576086 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-yamllint.new.2990/python-yamllint.changes
2019-10-31 18:18:22.842204640 +0100
@@ -1,0 +2,10 @@
+Wed Oct 30 12:21:46 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.18.0:
+  * Lint .yamllint config file by default
+  * Also read config from .yamllint.yml and .yamllint.yaml
+  * Improve documentation for yaml-files
+  * Update documentation for pre-commit
+  * Explicitly disable empty-values and octal-values rules
+
+---

Old:

  yamllint-1.17.0.tar.gz

New:

  yamllint-1.18.0.tar.gz



Other differences:
--
++ python-yamllint.spec ++
--- /var/tmp/diff_new_pack.xCjwmk/_old  2019-10-31 18:18:23.534205356 +0100
+++ /var/tmp/diff_new_pack.xCjwmk/_new  2019-10-31 18:18:23.538205360 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yamllint
-Version:1.17.0
+Version:1.18.0
 Release:0
 Summary:A linter for YAML files
 License:GPL-3.0-only
@@ -34,9 +34,6 @@
 # SECTION test requirements
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module pathspec >= 0.5.3}
-# nose is optional, used only to exclude a failing test caused by PyYAML
-# deprecation warnings.
-BuildRequires:  %{python_module nose}
 # /SECTION
 %python_subpackages
 
@@ -58,7 +55,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec -m nose -e test_run_auto_output_without_tty_output
+%python_exec -m unittest discover
 
 %files %{python_files}
 %doc README.rst

++ yamllint-1.17.0.tar.gz -> yamllint-1.18.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.17.0/PKG-INFO new/yamllint-1.18.0/PKG-INFO
--- old/yamllint-1.17.0/PKG-INFO2019-08-12 16:57:07.0 +0200
+++ new/yamllint-1.18.0/PKG-INFO2019-10-15 09:50:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: yamllint
-Version: 1.17.0
+Version: 1.18.0
 Summary: A linter for YAML files.
 Home-page: https://github.com/adrienverge/yamllint
 Author: Adrien Vergé
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.17.0/docs/configuration.rst 
new/yamllint-1.18.0/docs/configuration.rst
--- old/yamllint-1.17.0/docs/configuration.rst  2019-08-12 16:53:44.0 
+0200
+++ new/yamllint-1.18.0/docs/configuration.rst  2019-10-15 09:41:40.0 
+0200
@@ -14,7 +14,8 @@
 If ``-c`` is not provided, yamllint will look for a configuration file in the
 following locations (by order of preference):
 
-- ``.yamllint`` in the current working directory
+- ``.yamllint``, ``.yamllint.yaml`` or ``.yamllint.yml`` in the current working
+  directory
 - ``$XDG_CONFIG_HOME/yamllint/config``
 - ``~/.config/yamllint/config``
 
@@ -124,8 +125,9 @@
 .. code-block:: yaml
 
  yaml-files:
- - '*.yaml'
- - '*.yml'
+   - '*.yaml'
+   - '*.yml'
+   - '.yamllint'
 
 The same rules as for ignoring paths apply (``.gitignore``-style path pattern,
 see below).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.17.0/docs/integration.rst 
new/yamllint-1.18.0/docs/integration.rst
--- old/yamllint-1.17.0/docs/integration.rst2017-08-17 12:08:54.0 
+0200
+++ new/yamllint-1.18.0/docs/integration.rst2019-10-15 09:41:40.0 
+0200
@@ -10,8 +10,10 @@
 .. code:: yaml
 
   ---
-  # Update the sha variable with the release version that you want, from the 
yamllint repo
+  # Update the rev variable with the release version that you want, from the 
yamllint repo
+  # You can pass your custom .yamllint with args attribute.
   - repo: https://github.com/adrienverge/yamllint.git
-sha: v1.8.1
+rev: v1.17.0
 hooks:
   - id: yamllint
+args: [-c=/path/to/.yamllint]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.17.0/tests/rules/test_octal_values.py 
new/yamllint-1.18.0/tests/rules/test_octal_values.py
--- old/yamllint-1.17.0/tests/rules/test_octal_values.py2018-02-21 
12:10:11.0 +0100
+++ new/yamllint-1.18.0/tests/rules/test_octal_values.py2019-10-15 

commit python-yamllint for openSUSE:Factory

2019-09-05 Thread root
Hello community,

here is the log from the commit of package python-yamllint for openSUSE:Factory 
checked in at 2019-09-05 12:34:04

Comparing /work/SRC/openSUSE:Factory/python-yamllint (Old)
 and  /work/SRC/openSUSE:Factory/.python-yamllint.new.7948 (New)


Package is "python-yamllint"

Thu Sep  5 12:34:04 2019 rev:6 rq:724508 version:1.17.0

Changes:

--- /work/SRC/openSUSE:Factory/python-yamllint/python-yamllint.changes  
2019-06-14 20:43:03.570325788 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-yamllint.new.7948/python-yamllint.changes
2019-09-05 12:34:04.963576086 +0200
@@ -1,0 +2,8 @@
+Mon Aug 19 08:43:21 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.17.0:
+  * Simplify installation instructions in the README
+  * Add OpenBSD installation instructions
+  * Make YAML file extensions configurable
+
+---

Old:

  yamllint-1.16.0.tar.gz

New:

  yamllint-1.17.0.tar.gz



Other differences:
--
++ python-yamllint.spec ++
--- /var/tmp/diff_new_pack.Xm95Kq/_old  2019-09-05 12:34:05.371576005 +0200
+++ /var/tmp/diff_new_pack.Xm95Kq/_new  2019-09-05 12:34:05.371576005 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yamllint
-Version:1.16.0
+Version:1.17.0
 Release:0
 Summary:A linter for YAML files
 License:GPL-3.0-only

++ yamllint-1.16.0.tar.gz -> yamllint-1.17.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.16.0/PKG-INFO new/yamllint-1.17.0/PKG-INFO
--- old/yamllint-1.16.0/PKG-INFO2019-06-07 10:07:07.0 +0200
+++ new/yamllint-1.17.0/PKG-INFO2019-08-12 16:57:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: yamllint
-Version: 1.16.0
+Version: 1.17.0
 Summary: A linter for YAML files.
 Home-page: https://github.com/adrienverge/yamllint
 Author: Adrien Vergé
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.16.0/README.rst 
new/yamllint-1.17.0/README.rst
--- old/yamllint-1.16.0/README.rst  2019-03-25 17:35:46.0 +0100
+++ new/yamllint-1.17.0/README.rst  2019-07-16 11:14:11.0 +0200
@@ -38,38 +38,16 @@
 Installation
 
 
-On Fedora / CentOS (note: `EPEL `_ is
-required on CentOS):
-
-.. code:: bash
-
- sudo dnf install yamllint
-
-On Debian 8+ / Ubuntu 16.04+:
-
-.. code:: bash
-
- sudo apt-get install yamllint
-
-On FreeBSD:
-
-.. code:: sh
-
-  pkg install py27-yamllint
-  pkg install py36-yamllint
-
-On Mac OS 10.11+:
-
-.. code:: bash
-
- brew install yamllint
-
-Alternatively using pip, the Python package manager:
+Using pip, the Python package manager:
 
 .. code:: bash
 
  pip install --user yamllint
 
+yamllint is also packaged for all major operating systems, see installation
+examples (``dnf``, ``apt-get``...) `in the documentation
+`_.
+
 Usage
 ^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.16.0/docs/configuration.rst 
new/yamllint-1.17.0/docs/configuration.rst
--- old/yamllint-1.16.0/docs/configuration.rst  2018-12-08 11:21:22.0 
+0100
+++ new/yamllint-1.17.0/docs/configuration.rst  2019-08-12 16:53:44.0 
+0200
@@ -115,6 +115,21 @@
  * ``1`` if one or more errors occur
  * ``2`` if no errors occur, but one or more warnings occur
 
+YAML files extensions
+-
+
+To configure what yamllint should consider as YAML files, set ``yaml-files``
+configuration option. The default is:
+
+.. code-block:: yaml
+
+ yaml-files:
+ - '*.yaml'
+ - '*.yml'
+
+The same rules as for ignoring paths apply (``.gitignore``-style path pattern,
+see below).
+
 Ignoring paths
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.16.0/docs/quickstart.rst 
new/yamllint-1.17.0/docs/quickstart.rst
--- old/yamllint-1.16.0/docs/quickstart.rst 2019-02-14 18:17:12.0 
+0100
+++ new/yamllint-1.17.0/docs/quickstart.rst 2019-07-16 11:14:11.0 
+0200
@@ -4,7 +4,8 @@
 Installing yamllint
 ---
 
-On Fedora / CentOS:
+On Fedora / CentOS (note: `EPEL `_ is
+required on CentOS):
 
 .. code:: bash
 
@@ -22,6 +23,18 @@
 
  brew install yamllint
 
+On FreeBSD:
+
+.. code:: sh
+
+  pkg install py36-yamllint
+
+On OpenBSD:
+
+.. code:: sh
+
+  doas pkg_add py3-yamllint
+
 Alternatively using pip, the Python package manager:
 
 .. code:: bash
diff -urN '--exclude=CVS' 

commit python-yamllint for openSUSE:Factory

2019-06-14 Thread root
Hello community,

here is the log from the commit of package python-yamllint for openSUSE:Factory 
checked in at 2019-06-14 20:43:02

Comparing /work/SRC/openSUSE:Factory/python-yamllint (Old)
 and  /work/SRC/openSUSE:Factory/.python-yamllint.new.4811 (New)


Package is "python-yamllint"

Fri Jun 14 20:43:02 2019 rev:5 rq:709965 version:1.16.0

Changes:

--- /work/SRC/openSUSE:Factory/python-yamllint/python-yamllint.changes  
2019-02-25 17:51:21.962752838 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-yamllint.new.4811/python-yamllint.changes
2019-06-14 20:43:03.570325788 +0200
@@ -1,0 +2,7 @@
+Fri Jun 14 11:46:41 UTC 2019 - Marketa Calabkova 
+
+- Update to 1.16.0
+  * Add the allowed-values option to the truthy rule
+  * Allow configuration options to be a list of enums
+
+---

Old:

  yamllint-1.15.0.tar.gz

New:

  yamllint-1.16.0.tar.gz



Other differences:
--
++ python-yamllint.spec ++
--- /var/tmp/diff_new_pack.4WeFZi/_old  2019-06-14 20:43:04.182324750 +0200
+++ /var/tmp/diff_new_pack.4WeFZi/_new  2019-06-14 20:43:04.186324743 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yamllint
-Version:1.15.0
+Version:1.16.0
 Release:0
 Summary:A linter for YAML files
 License:GPL-3.0-only

++ yamllint-1.15.0.tar.gz -> yamllint-1.16.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.15.0/PKG-INFO new/yamllint-1.16.0/PKG-INFO
--- old/yamllint-1.15.0/PKG-INFO2019-02-11 14:22:05.0 +0100
+++ new/yamllint-1.16.0/PKG-INFO2019-06-07 10:07:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: yamllint
-Version: 1.15.0
+Version: 1.16.0
 Summary: A linter for YAML files.
 Home-page: https://github.com/adrienverge/yamllint
 Author: Adrien Vergé
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.15.0/README.rst 
new/yamllint-1.16.0/README.rst
--- old/yamllint-1.15.0/README.rst  2018-05-31 11:06:31.0 +0200
+++ new/yamllint-1.16.0/README.rst  2019-03-25 17:35:46.0 +0100
@@ -51,6 +51,13 @@
 
  sudo apt-get install yamllint
 
+On FreeBSD:
+
+.. code:: sh
+
+  pkg install py27-yamllint
+  pkg install py36-yamllint
+
 On Mac OS 10.11+:
 
 .. code:: bash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.15.0/setup.py new/yamllint-1.16.0/setup.py
--- old/yamllint-1.15.0/setup.py2019-01-11 12:00:07.0 +0100
+++ new/yamllint-1.16.0/setup.py2019-06-06 09:52:15.0 +0200
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see .
 
-from setuptools import setup, find_packages
+from setuptools import find_packages, setup
 
 from yamllint import (__author__, __license__,
   APP_NAME, APP_VERSION, APP_DESCRIPTION)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.15.0/tests/rules/test_empty_lines.py 
new/yamllint-1.16.0/tests/rules/test_empty_lines.py
--- old/yamllint-1.15.0/tests/rules/test_empty_lines.py 2017-02-06 
14:21:06.0 +0100
+++ new/yamllint-1.16.0/tests/rules/test_empty_lines.py 2019-04-09 
16:48:10.0 +0200
@@ -78,3 +78,22 @@
 'document-start: disable\n')
 self.check('non empty\n', conf)
 self.check('non empty\n\n', conf, problem=(2, 1))
+
+def test_with_dos_newlines(self):
+conf = ('empty-lines: {max: 2, max-start: 0, max-end: 0}\n'
+'new-lines: {type: dos}\n'
+'document-start: disable\n')
+self.check('---\r\n', conf)
+self.check('---\r\ntext\r\n\r\ntext\r\n', conf)
+self.check('\r\n---\r\ntext\r\n\r\ntext\r\n', conf,
+   problem=(1, 1))
+self.check('\r\n\r\n\r\n---\r\ntext\r\n\r\ntext\r\n', conf,
+   problem=(3, 1))
+self.check('---\r\ntext\r\n\r\n\r\n\r\ntext\r\n', conf,
+   problem=(5, 1))
+self.check('---\r\ntext\r\n\r\n\r\n\r\n\r\n\r\n\r\ntext\r\n', conf,
+   problem=(8, 1))
+self.check('---\r\ntext\r\n\r\ntext\r\n\r\n', conf,
+   problem=(5, 1))
+self.check('---\r\ntext\r\n\r\ntext\r\n\r\n\r\n\r\n', conf,
+   problem=(7, 1))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.15.0/tests/rules/test_line_length.py 

commit python-yamllint for openSUSE:Factory

2019-02-25 Thread root
Hello community,

here is the log from the commit of package python-yamllint for openSUSE:Factory 
checked in at 2019-02-25 17:51:21

Comparing /work/SRC/openSUSE:Factory/python-yamllint (Old)
 and  /work/SRC/openSUSE:Factory/.python-yamllint.new.28833 (New)


Package is "python-yamllint"

Mon Feb 25 17:51:21 2019 rev:4 rq:676266 version:1.15.0

Changes:

--- /work/SRC/openSUSE:Factory/python-yamllint/python-yamllint.changes  
2018-12-31 09:47:51.310144399 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-yamllint.new.28833/python-yamllint.changes   
2019-02-25 17:51:21.962752838 +0100
@@ -1,0 +2,17 @@
+Thu Feb 14 08:05:24 UTC 2019 - John Vandenberg 
+
+- Update to 1.15.0
+  * Add command line option - to read from standard input
+- Disable a flaky test caused by PyYAML
+
+---
+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
+
+---

Old:

  yamllint-1.13.0.tar.gz

New:

  yamllint-1.15.0.tar.gz



Other differences:
--
++ python-yamllint.spec ++
--- /var/tmp/diff_new_pack.EEjC7P/_old  2019-02-25 17:51:23.310752105 +0100
+++ /var/tmp/diff_new_pack.EEjC7P/_new  2019-02-25 17:51:23.310752105 +0100
@@ -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,26 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yamllint
-Version:1.13.0
+Version:1.15.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}
+# nose is optional, used only to exclude a failing test caused by PyYAML
+# deprecation warnings.
+BuildRequires:  %{python_module nose}
 # /SECTION
-Requires:   python-PyYAML
-Requires:   python-pathspec >= 0.5.3
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -56,7 +58,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%python_exec -m nose -e test_run_auto_output_without_tty_output
 
 %files %{python_files}
 %doc README.rst

++ yamllint-1.13.0.tar.gz -> yamllint-1.15.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.13.0/PKG-INFO new/yamllint-1.15.0/PKG-INFO
--- old/yamllint-1.13.0/PKG-INFO2018-11-14 19:10:45.0 +0100
+++ new/yamllint-1.15.0/PKG-INFO2019-02-11 14:22:05.0 +0100
@@ -1,10 +1,9 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: yamllint
-Version: 1.13.0
+Version: 1.15.0
 Summary: A linter for YAML files.
 Home-page: https://github.com/adrienverge/yamllint
 Author: Adrien Vergé
-Author-email: UNKNOWN
 License: GPLv3
 Description: A linter for YAML files.
 
@@ -18,8 +17,14 @@
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
 Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Topic :: Software Development
 Classifier: Topic :: Software Development :: Debuggers
 Classifier: Topic :: Software Development :: Quality Assurance
 Classifier: Topic :: Software Development :: Testing
+Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit python-yamllint for openSUSE:Factory

2018-12-31 Thread root
Hello community,

here is the log from the commit of package python-yamllint for openSUSE:Factory 
checked in at 2018-12-31 09:47:12

Comparing /work/SRC/openSUSE:Factory/python-yamllint (Old)
 and  /work/SRC/openSUSE:Factory/.python-yamllint.new.28833 (New)


Package is "python-yamllint"

Mon Dec 31 09:47:12 2018 rev:3 rq:662050 version:1.13.0

Changes:

--- /work/SRC/openSUSE:Factory/python-yamllint/python-yamllint.changes  
2018-12-13 19:45:51.144902644 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-yamllint.new.28833/python-yamllint.changes   
2018-12-31 09:47:51.310144399 +0100
@@ -1,0 +2,11 @@
+Sun Dec 30 04:03:53 UTC 2018 - John Vandenberg 
+
+- Update to 1.13.0
+  * Add a new -f colored option
+- Update to 1.12.1
+  * Fix the `quoted-strings` rule
+- Update to 1.12.0
+  * Add a new `quoted-strings` rule
+- Changes file fix 
+
+---

Old:

  yamllint-1.11.1.tar.gz

New:

  yamllint-1.13.0.tar.gz



Other differences:
--
++ python-yamllint.spec ++
--- /var/tmp/diff_new_pack.iNk3De/_old  2018-12-31 09:47:51.998143834 +0100
+++ /var/tmp/diff_new_pack.iNk3De/_new  2018-12-31 09:47:51.998143834 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yamllint
-Version:1.11.1
+Version:1.13.0
 Release:0
 Summary:A linter for YAML files
 License:GPL-3.0-only

++ yamllint-1.11.1.tar.gz -> yamllint-1.13.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.11.1/PKG-INFO new/yamllint-1.13.0/PKG-INFO
--- old/yamllint-1.11.1/PKG-INFO2018-04-06 11:14:37.0 +0200
+++ new/yamllint-1.13.0/PKG-INFO2018-11-14 19:10:45.0 +0100
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: yamllint
-Version: 1.11.1
+Version: 1.13.0
 Summary: A linter for YAML files.
 Home-page: https://github.com/adrienverge/yamllint
 Author: Adrien Vergé
 Author-email: UNKNOWN
 License: GPLv3
-Description-Content-Type: UNKNOWN
 Description: A linter for YAML files.
 
 yamllint does not only check for syntax validity, but for weirdnesses 
like key
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.11.1/README.rst 
new/yamllint-1.13.0/README.rst
--- old/yamllint-1.11.1/README.rst  2018-04-06 11:12:20.0 +0200
+++ new/yamllint-1.13.0/README.rst  2018-11-14 19:10:16.0 +0100
@@ -38,7 +38,8 @@
 Installation
 
 
-On Fedora / CentOS:
+On Fedora / CentOS (note: `EPEL `_ is
+required on CentOS):
 
 .. code:: bash
 
@@ -50,11 +51,17 @@
 
  sudo apt-get install yamllint
 
+On Mac OS 10.11+:
+
+.. code:: bash
+
+ brew install yamllint
+
 Alternatively using pip, the Python package manager:
 
 .. code:: bash
 
- sudo pip install yamllint
+ pip install --user yamllint
 
 Usage
 ^
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.11.1/docs/configuration.rst 
new/yamllint-1.13.0/docs/configuration.rst
--- old/yamllint-1.11.1/docs/configuration.rst  2018-04-06 11:12:20.0 
+0200
+++ new/yamllint-1.13.0/docs/configuration.rst  2018-11-14 19:10:16.0 
+0100
@@ -102,8 +102,8 @@
 ---
 
 Problems detected by yamllint can be raised either as errors or as warnings.
-The CLI will output them (with different colors when using the ``standard``
-output format).
+The CLI will output them (with different colors when using the ``colored``
+output format, or ``auto`` when run from a terminal).
 
 By default the script will exit with a return code ``1`` *only when* there is 
one or
 more error(s).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yamllint-1.11.1/docs/quickstart.rst 
new/yamllint-1.13.0/docs/quickstart.rst
--- old/yamllint-1.11.1/docs/quickstart.rst 2018-04-06 11:12:20.0 
+0200
+++ new/yamllint-1.13.0/docs/quickstart.rst 2018-11-14 19:10:16.0 
+0100
@@ -16,25 +16,24 @@
 
  sudo apt-get install yamllint
 
-On older Debian / Ubuntu versions:
+On Mac OS 10.11+:
 
 .. code:: bash
 
- sudo add-apt-repository -y ppa:adrienverge/ppa && sudo apt-get update
- sudo apt-get install yamllint
+ brew install yamllint
 
 Alternatively using pip, the Python package manager:
 
 .. code:: bash
 
- sudo pip install yamllint
+ pip install --user yamllint
 
 If you prefer installing from source, you can run, from the source directory:
 
 .. code:: bash
 
  python setup.py sdist
- sudo pip install dist/yamllint-*.tar.gz
+ pip install --user dist/yamllint-*.tar.gz
 
 Running 

commit python-yamllint for openSUSE:Factory

2018-12-13 Thread root
Hello community,

here is the log from the commit of package python-yamllint for openSUSE:Factory 
checked in at 2018-12-13 19:45:48

Comparing /work/SRC/openSUSE:Factory/python-yamllint (Old)
 and  /work/SRC/openSUSE:Factory/.python-yamllint.new.28833 (New)


Package is "python-yamllint"

Thu Dec 13 19:45:48 2018 rev:2 rq:654079 version:1.11.1

Changes:

--- /work/SRC/openSUSE:Factory/python-yamllint/python-yamllint.changes  
2018-06-02 11:59:14.828378917 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-yamllint.new.28833/python-yamllint.changes   
2018-12-13 19:45:51.144902644 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:56:19 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-yamllint.spec ++
--- /var/tmp/diff_new_pack.C7c1fH/_old  2018-12-13 19:45:51.792901802 +0100
+++ /var/tmp/diff_new_pack.C7c1fH/_new  2018-12-13 19:45:51.792901802 +0100
@@ -12,28 +12,28 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yamllint
 Version:1.11.1
 Release:0
-License:GPL-3.0
 Summary:A linter for YAML files
-Url:https://github.com/adrienverge/yamllint
+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 devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module pathspec >= 0.5.3}
 BuildRequires:  %{python_module PyYAML}
+BuildRequires:  %{python_module pathspec >= 0.5.3}
 # /SECTION
-Requires:   python-pathspec >= 0.5.3
 Requires:   python-PyYAML
+Requires:   python-pathspec >= 0.5.3
 BuildArch:  noarch
 
 %python_subpackages