From 9c950943ca66864de90c342bdbd20fe22317a8f21c21b90ab30fbf02b66fb00f Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 7 Sep 2022 14:50:19 +0000 Subject: [PATCH] Accepting request 1001767 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible update to 6.5.2 OBS-URL: https://build.opensuse.org/request/show/1001767 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=3 --- _service | 5 +-- ansible-lint-v6.4.0.tar.gz | 3 -- ansible-lint-v6.5.1.tar.gz | 3 ++ ansible-lint-v6.5.2.tar.gz | 3 ++ ansible-lint.changes | 80 ++++++++++++++++++++++++++++++++++++++ ansible-lint.spec | 2 +- 6 files changed, 88 insertions(+), 8 deletions(-) delete mode 100644 ansible-lint-v6.4.0.tar.gz create mode 100644 ansible-lint-v6.5.1.tar.gz create mode 100644 ansible-lint-v6.5.2.tar.gz diff --git a/_service b/_service index ea97d66..fc0b829 100644 --- a/_service +++ b/_service @@ -3,14 +3,11 @@ https://github.com/ansible-community/ansible-lint git .git - v6.4.0 + v6.5.2 @PARENT_TAG@ disable v* - - ansible-lint - *.tar gz diff --git a/ansible-lint-v6.4.0.tar.gz b/ansible-lint-v6.4.0.tar.gz deleted file mode 100644 index c393507..0000000 --- a/ansible-lint-v6.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a808ec87c8567981dfb2ad5c76018b7cb0ae3c95fb99e2e84931d247942feebb -size 241124 diff --git a/ansible-lint-v6.5.1.tar.gz b/ansible-lint-v6.5.1.tar.gz new file mode 100644 index 0000000..d79edbb --- /dev/null +++ b/ansible-lint-v6.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b6bfe8443c1f1484c6eca227f6f7c33a0f75c38356ec471087868f8084c801 +size 249824 diff --git a/ansible-lint-v6.5.2.tar.gz b/ansible-lint-v6.5.2.tar.gz new file mode 100644 index 0000000..ceb846d --- /dev/null +++ b/ansible-lint-v6.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74550e62ea43e43bafc437b6fc9d774d89f2b1b17ea2572a40f0144badc3ce1e +size 253467 diff --git a/ansible-lint.changes b/ansible-lint.changes index 671ec41..820406f 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,83 @@ +------------------------------------------------------------------- +Wed Sep 7 13:22:09 UTC 2022 - Johannes Kastl + +- disable set_version service, as it only writes 1.md into the spec version + +------------------------------------------------------------------- +Wed Sep 7 13:21:24 UTC 2022 - Johannes Kastl + +- 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 + +- 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 + +- 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 diff --git a/ansible-lint.spec b/ansible-lint.spec index 6dcf811..b832a49 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -20,7 +20,7 @@ %global lib_name ansiblelint %{?python_enable_dependency_generator} Name: ansible-lint -Version: 6.4.0 +Version: 6.5.2 Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT