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-10-10 18:46:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansible-lint (Old) and /work/SRC/openSUSE:Factory/.ansible-lint.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansible-lint" Mon Oct 10 18:46:53 2022 rev:4 rq:1008346 version:6.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ansible-lint/ansible-lint.changes 2022-05-30 12:44:39.056446471 +0200 +++ /work/SRC/openSUSE:Factory/.ansible-lint.new.2275/ansible-lint.changes 2022-10-10 18:47:17.899222802 +0200 @@ -1,0 +2,264 @@ +Thu Oct 6 07:09:51 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- fix wrong source URLs + +------------------------------------------------------------------- +Sun Sep 25 12:28:22 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- update to 6.7.0: + * Minor Changes + - name[template]: recommend to use templating as suffix on names (#2483) @vineethreddykaturu + * Bugfixes + - Refactor no-loop-var-prefix rule (#2470) @oraNod + - key-order: now sorts block/rescue/always to the bottom (#2454) @ssbarnea + - Ensure we do not return relative paths outside the project (#2492) @ssbarnea + - fix: use ansible-compat to install collections (#2466) @mnaser + - Change rich markdown theme/colors (#2486) @ssbarnea + - schema: allow listen key on handlers (#2484) @ssbarnea + - Ensure that symlinked arguments are resolved (#2476) @ssbarnea + - Document No hosts matched the subscripted pattern (#2481) @ssbarnea + - Use site.getuserbase() to detect ansible executable (#2477) @ssbarnea + +------------------------------------------------------------------- +Sun Sep 25 12:21:32 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- update to 6.6.1: + * Bugfixes + - meta: allow empty meta schema files (#2472) @ssbarnea + - schema: correct documentation (#2471) @ssbarnea + - Fix jinja[invalid] false positive (#2465) @ssbarnea + - Update schemas (#2467) @ssbarnea + - Docs: yamllint rule (#2450) @oraNod + - Refactor: remove obsolete odict class alias (#2452) @ssbarnea + - Refactor some constants into specific module (#2451) @ssbarnea + - Docs: no handler rule doc update (#2446) @oraNod + - Fix bug with user action (#2448) @ssbarnea + - api: enable matchtask() to return list[MatchError] (#2445) @ssbarnea + +------------------------------------------------------------------- +Sun Sep 25 11:44:27 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- update to 6.6.0: + * Minor Changes + - Replace no-jinja-nesting with jinja[invalid] (#2436) @ssbarnea + - Create template_instead_of_copy.py (#2346) @GhostLyrics + - Add rule to verify that galaxy.yml collection version is present and >= 1.0.0 (#2383) @KB-perByte + * Bugfixes + - Mark galaxy rule as required only for shared profile (#2441) @ssbarnea + - Improve noqa comment detection (#2440) @ssbarnea + - Update schemas (#2439) @ssbarnea + - Fix bug parsing inline skips with tags: (#2438) @ssbarnea + - Fix bug in skip_list parsing with lists of integers (#2437) @ssbarnea + - Update meta schema to require standalone property (#2435) @ssbarnea + - Fix identification of inline noqa skips (#2300) @ssbarnea + - Docs: no handler rule (#2406) @oraNod + - Docs: updates to schema rule (#2431) @oraNod + - Make links to rule docs relative (#2432) @ssbarnea + - Fix include load in blocks (#2398) @kostyaplis + - Docs: Update the fqcn builtin rule docs for legacy shell (#2430) @oraNod + - Docs: literal compare rule (#2415) @oraNod + - Docs: inline env var rule (#2414) @oraNod + - docs: exclude_list => exclude_paths (#2428) @ltalirz + - Document metadata rules (#2416) @oraNod + - Clean-up documentation theme (#2425) @ssbarnea + - Change ansible-lint logo to bracket-dot from codicons (#2424) @ssbarnea + - Docs: empty string compare rule (#2400) @oraNod + - Docs: ignore errors rule (#2413) @oraNod + - no-changed-when: add documentation (#2417) @oraNod + - Docs: Minor edits to rule docs (#2418) @oraNod + - schema: add documentation (#2421) @ssbarnea + - fqcn-builtins: add documentation (#2412) @oraNod + - no-log-password: add documentation (#2409) @oraNod + - Update schemas (#2411) @ssbarnea + - no-jinja-when: add documentation (#2408) @oraNod + - Update schemas (#2410) @ssbarnea + - Suspend git output in progressive mode (#2369) @kostyaplis + - Do not parse excluded files (#2395) @sathieu + - docs: replace wrong occurrences of ignore_list with skip_list in rules (#2388) @karras + +------------------------------------------------------------------- +Wed Sep 7 13:22:09 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- disable set_version service, as it only writes 1.md into the spec version + +------------------------------------------------------------------- +Wed Sep 7 13:21:24 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- update to 6.5.2: + * Bugfixes + - Correct example of selecting profile from cli (#2380) @ssbarnea + - refactored runner.is_exclude and MatchError to use Lintable (#2379) @ssbarnea + - jinja[spacing]: use black for formatting (#2375) @ssbarnea + - deprecated-module: add documentation (#2377) @oraNod + - latest: include filename on rule match (#2378) @ssbarnea + - Correct documentation icons (#2373) @ssbarnea + - Avoid resource leak warning with multiprocessing Semaphore (#2365) @ssbarnea + - Use lockfile feature only when not in offline mode (#2371) @ssbarnea + - Replace git-latest and hg-latest with latest rule (#2366) @ssbarnea + - Increase lock timeout to 120s (#2370) @ssbarnea + - Move ansible-lint config schema inside our repo (#2367) @ssbarnea + - Added extra checks regarding rule listing (#2368) @ssbarnea + - Refactor rule loading so we can correctly load markdown help files (#2362) @ssbarnea + - Handle FileNotFoundError caused by processing new file in progressive mode (#2364) @kostyaplis + - name[play]: now also correctly works with import_playbook blocks (#2359) @apatard + - deprecated-local-action: add documentation (#2361) @ssbarnea + - deprecated-command: add documentation (#2360) @ssbarnea + - command-instead-of-module: improve documentation (#2356) @ssbarnea + - command-instead-of-module: improve documentation (#2355) @ssbarnea + - key-order: improve documentation (#2354) @ssbarnea + - Include links to documentation for default output (#2353) @ssbarnea + - Documentation refactoring (#2352) @ssbarnea + - Make use of libyaml when possible (#2350) @ssbarnea + - name[casing]: now applies only to scripts supporting uppercase (#2347) @ssbarnea + +------------------------------------------------------------------- +Wed Sep 7 13:19:28 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- update to 6.5.1: + * Bugfixes + - jinja[spacing]: Include in default warn_list until it matures (#2336) @ssbarnea + - jinja[spacing]: Recognize keywords with implicit templating (#2334) @ssbarnea + - jinja[spacing]: Ensure ~ is correctly spaced (#2331) @ssbarnea + - jinja[spacing]: Avoid evaluating noqa comments (#2329) @ssbarnea + - jinja[spacing]: Fix negative numbers inside arrays (#2328) @ssbarnea + - command-instead-of-module: allow `systemctl --version` (#2327) @JohnVillalovos + - Fix subprocess.run for progressive mode (#2319) @kostyaplis + - Raise name[play] for plays missing a name (#2295) @ssbarnea + +------------------------------------------------------------------- +Wed Sep 7 13:15:09 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- update to 6.5.0: + * Minor Changes + - Add ability to process multi-document YAML files (#2290) @ssbarnea + - Standardize task MatchError enrichment (#2277) @cognifloyd + - Add name[casing] to identify wrongly capitalized task names (#2274) @ssbarnea + - Rename var-spacing rule to jinja[spacing] (#2259) @ssbarnea + * Bugfixes + - Reimplement jinja[spacing] to avoid use of regex (#2306) @ssbarnea + - Allow use of jinja with no_log (#2311) @ssbarnea + - Avoid erroring with empty vars files (#2310) @ssbarnea + - Avoid early of splitting shorthand string (#2308) @ssbarnea + - Remove pytest from default dependencies (#2307) @ssbarnea + - Fix ansible-lint pre-commit hook (#2303) @ssbarnea + - Change meta rules to use matchyaml instead of matchplay (#2296) @ssbarnea + - Make ruamel.yaml annotation implicit for yaml (#2299) @ssbarnea + - Prevent other rules from running on invalid yaml files (#2287) @ssbarnea + - Prevent duplicate warnings about deprecated tags (#2293) @ssbarnea + - Allow single letter role names (#2292) @ssbarnea + - Prevent occasional FileNotFoundError when removing the .lock file (#2291) @ssbarnea + - Standardize task MatchError enrichment (#2277) @cognifloyd + - Ensure rules are checked in specific order (#2284) @ssbarnea + - Prevent finding playbooks inside tasks folders (#2278) @ssbarnea + - Replacing os.system with subprocess functions (#2273) @jpodivin + - Reimplement unamed-task rule as name[missing] (#2263) @ssbarnea + - Implement file locking on cache directory (#2270) @ssbarnea + - Improve errors with invalid galaxy.yml files (#2262) @ssbarnea + - Fix: Progressive mode has no effect (#2261) @kostyaplis + +------------------------------------------------------------------- +Thu Jul 28 20:05:19 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- update to 6.4.0: + * Minor Changes + - Add initial support for rule profiles (#2245) @ssbarnea + - deprecated-local-action: refactor to use matchtask() (#2238) @nishipy + - Add support for Python 3.11 (#2239) @ssbarnea + * Bugfixes + - Upgrade jsonschema to 4.8.0 (#2252) @ssbarnea + - Add ability to use use sub-rule matches on skip or warn lists (#2251) @ssbarnea + - Improve argument_specs matching pattern (#2249) @ssbarnea + - Update schemas (#2250) @ssbarnea + - deprecated-local-action: refactor to use matchtask() (#2238) @nishipy + - no-same-owner: refactor to use matchtask() (#2233) @nishipy + - Add cleanup step for empty mocked role folders (#2235) @zhan9san + - Allow yaml extension for inventory and requirements (#2225) @netsandbox + - no-loop-var-prefix: refactor to use matchtask() (#2218) @nishipy + - Update schemas (#2223) @jeefberkey + * Deprecations + - deprecated-local-action: refactor to use matchtask() (#2238) @nishipy + +------------------------------------------------------------------- +Mon Jul 18 15:51:37 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- update to 6.3.0: + * Minor Changes + - Improve bare variable detection (#2203) @ssbarnea + - Modify VariableHasSpacesRule to check for spaces around filters (#2180) @nirmal-j-patel + * Bugfixes + - Updated schemas (#2206) @ssbarnea + - Avoid load-failure with nested task imports (#2202) @ssbarnea + - Mark load-failure violation as unskippable (#2201) @ssbarnea + - Require jsonschema>=4.6.0 (#2200) @ssbarnea + - Ensure we require ansible-compat>=2.1.0 (#2199) @ssbarnea + - Update dependencies (#2193) @ssbarnea + - Don't yield only-builtins on nested tasks like block (#2187) @evgeni + - Update schemas (#2192) @ssbarnea +- update to 6.2.2: ++++ 67 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/ansible-lint/ansible-lint.changes ++++ and /work/SRC/openSUSE:Factory/.ansible-lint.new.2275/ansible-lint.changes Old: ---- ansible-lint-5.4.0.tar.gz deprecated-pytest-hook.patch New: ---- _service _servicedata ansible-lint-6.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansible-lint.spec ++++++ --- /var/tmp/diff_new_pack.HrSXAV/_old 2022-10-10 18:47:18.455224011 +0200 +++ /var/tmp/diff_new_pack.HrSXAV/_new 2022-10-10 18:47:18.459224020 +0200 @@ -20,13 +20,12 @@ %global lib_name ansiblelint %{?python_enable_dependency_generator} Name: ansible-lint -Version: 5.4.0 -Release: 1%{?dist} +Version: 6.7.0 +Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT URL: https://github.com/ansible-community/ansible-lint -Source0: https://github.com/ansible-community/ansible-lint/archive/v%{version}/ansible-lint-%{version}.tar.gz -Patch0: https://github.com/ansible/ansible-lint/commit/aa6c1c6577f8178643591ddc06996a5d5588cb9a.patch#/deprecated-pytest-hook.patch +Source0: https://github.com/ansible-community/ansible-lint/archive/v%{version}/ansible-lint-%{version}.tar.gz#/ansible-lint-%{version}.tar.gz BuildArch: noarch BuildRequires: python-rpm-macros BuildRequires: python3-PyYAML @@ -38,17 +37,24 @@ BuildRequires: python3-flaky BuildRequires: python3-packaging BuildRequires: python3-tenacity -BuildRequires: python3-yamllint +BuildRequires: python3-yamllint >= 1.25.0 #BuildRequires: git BuildRequires: python3-enrich >= 1.2.6 -BuildRequires: ansible +BuildRequires: python3-ansible-compat >= 2.0.2 +BuildRequires: python3-black +BuildRequires: python3-flake8 +BuildRequires: python3-mypy +BuildRequires: python3-pylint +BuildRequires: python3-pytest-cov BuildRequires: python3-rich >= 9.5.1 BuildRequires: python3-ruamel.yaml >= 0.15.37 BuildRequires: python3-wcmatch >= 7.0 # /SECTION +BuildRequires: ansible-core >= 2.12 BuildRequires: fdupes -Requires: ansible +Requires: ansible-core >= 2.12 Requires: python3-PyYAML +Requires: python3-ansible-compat >= 2.0.2 Requires: python3-enrich >= 1.2.6 Requires: python3-packaging Requires: python3-rich >= 9.5.1 @@ -56,13 +62,13 @@ Requires: python3-six Requires: python3-tenacity Requires: python3-wcmatch >= 7.0 +Requires: python3-yamllint >= 1.25.0 %description Checks playbooks for practices and behavior that could potentially be improved. %prep -%setup -n ansible-lint-%{version} -%patch0 -p1 +%setup -n %{name}-%{version} sed -ri 's/(\[metadata\])/\1\nversion = %{version}/' setup.cfg sed -i '1{/\/usr\/bin\/env python/d;}' src/ansiblelint/__main__.py @@ -77,15 +83,9 @@ %fdupes -s %{buildroot}/%{python3_sitelib} -%check -# exclude some tests depending on internet access (galaxy modules) -# exclude test_cli_auto_detect which depends on a local git repository -# exclude test_co and test_call_from_outside_venv because of https://github.com/ansible-community/ansible-lint/issues/1885 FIXED! -PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}%{buildroot}/%{python3_sitelib} PATH=${PATH:+$PATH:}%{buildroot}/%{_bindir} PYTHONDONTWRITEBYTECODE=1 pytest -v -k 'not (test_prerun_reqs_v1 or test_prerun_reqs_v2 or test_install_collection or test_require_collection_wrong_version or test_cli_auto_detect or test_eco or test_call_from_outside_venv)' - %files -%doc README.rst -%license LICENSE +%doc README.md +%license COPYING %{_bindir}/ansible-lint %{python3_sitelib}/%{lib_name}/ %{python3_sitelib}/ansible_lint-%{version}.dist-info/ ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/ansible-community/ansible-lint</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="revision">v6.7.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">disable</param> <param name="match-tag">v*</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/ansible-community/ansible-lint</param> <param name="changesrevision">04f808a67e341d88bcf77fd2017199be959c0459</param></service></servicedata> (No newline at EOF) ++++++ ansible-lint-5.4.0.tar.gz -> ansible-lint-6.7.0.tar.gz ++++++ ++++ 46450 lines of diff (skipped)