Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ansible-lint for openSUSE:Factory checked in at 2022-11-17 17:24:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansible-lint (Old) and /work/SRC/openSUSE:Factory/.ansible-lint.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansible-lint" Thu Nov 17 17:24:31 2022 rev:9 rq:1035968 version:6.8.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ansible-lint/ansible-lint.changes 2022-11-04 17:36:50.677399640 +0100 +++ /work/SRC/openSUSE:Factory/.ansible-lint.new.1597/ansible-lint.changes 2022-11-17 17:24:37.729104900 +0100 @@ -1,0 +2,7 @@ +Tue Nov 15 15:36:21 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- update to 6.8.6: + * Bugfixes: + - Fix offline mode (#2647) @ssbarnea + +------------------------------------------------------------------- Old: ---- ansible-lint-6.8.5.tar.gz New: ---- ansible-lint-6.8.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansible-lint.spec ++++++ --- /var/tmp/diff_new_pack.g4BPr5/_old 2022-11-17 17:24:38.177107270 +0100 +++ /var/tmp/diff_new_pack.g4BPr5/_new 2022-11-17 17:24:38.181107291 +0100 @@ -20,7 +20,7 @@ %global lib_name ansiblelint %{?python_enable_dependency_generator} Name: ansible-lint -Version: 6.8.5 +Version: 6.8.6 Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT ++++++ ansible-lint-6.8.5.tar.gz -> ansible-lint-6.8.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-lint-6.8.5/.git_archival.txt new/ansible-lint-6.8.6/.git_archival.txt --- old/ansible-lint-6.8.5/.git_archival.txt 2022-11-01 00:04:14.000000000 +0100 +++ new/ansible-lint-6.8.6/.git_archival.txt 2022-11-01 17:32:45.000000000 +0100 @@ -1 +1 @@ -ref-names: HEAD -> main, tag: v6.8.5 +ref-names: tag: v6.8.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-lint-6.8.5/.pre-commit-config.yaml new/ansible-lint-6.8.6/.pre-commit-config.yaml --- old/ansible-lint-6.8.5/.pre-commit-config.yaml 2022-11-01 00:04:14.000000000 +0100 +++ new/ansible-lint-6.8.6/.pre-commit-config.yaml 2022-11-01 17:32:45.000000000 +0100 @@ -141,7 +141,7 @@ # empty args needed in order to match mypy cli behavior args: [--strict] additional_dependencies: - - ansible-compat>=2.2.3 + - ansible-compat>=2.2.4 - ansible-core - black - filelock @@ -167,7 +167,7 @@ hooks: - id: pylint additional_dependencies: - - ansible-compat>=2.2.3 + - ansible-compat>=2.2.4 - ansible-core - black - docutils diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-lint-6.8.5/requirements.txt new/ansible-lint-6.8.6/requirements.txt --- old/ansible-lint-6.8.5/requirements.txt 2022-11-01 00:04:14.000000000 +0100 +++ new/ansible-lint-6.8.6/requirements.txt 2022-11-01 17:32:45.000000000 +0100 @@ -5,7 +5,7 @@ # pip-compile --extra=docs --extra=test --no-annotate --output-file=requirements.txt --strip-extras --unsafe-package=ansible-core setup.cfg # alabaster==0.7.12 -ansible-compat==2.2.3 +ansible-compat==2.2.4 ansible-pygments==0.1.1 astroid==2.12.12 attrs==22.1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansible-lint-6.8.5/setup.cfg new/ansible-lint-6.8.6/setup.cfg --- old/ansible-lint-6.8.5/setup.cfg 2022-11-01 00:04:14.000000000 +0100 +++ new/ansible-lint-6.8.6/setup.cfg 2022-11-01 17:32:45.000000000 +0100 @@ -67,7 +67,7 @@ # These are required in actual runtime: install_requires = - ansible-compat>=2.2.3 # GPLv3 + ansible-compat>=2.2.4 # GPLv3 ansible-core>=2.12.0 # GPLv3 black>=22.1.0 # MIT filelock # The Unlicense