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 2023-09-07 21:13:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible-lint (Old)
 and      /work/SRC/openSUSE:Factory/.ansible-lint.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible-lint"

Thu Sep  7 21:13:31 2023 rev:32 rq:1109446 version:6.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible-lint/ansible-lint.changes        
2023-06-22 23:27:49.094379260 +0200
+++ /work/SRC/openSUSE:Factory/.ansible-lint.new.1766/ansible-lint.changes      
2023-09-07 21:14:53.781928248 +0200
@@ -1,0 +2,75 @@
+Wed Sep  6 15:49:50 UTC 2023 - Johannes Kastl <[email protected]>
+
+- check/add/modify BuildRequires and Requires
+- update to 6.19.0:
+  * Minor Changes
+    - Add auto transform for no-log-password rule (#3708) @ajinkyau
+    - Add auto-fixing implementation for key-order[task] rule
+      (#3705) @ajinkyau
+    - Add auto-fixing implementation for `jinja[spacing]` rule
+      (#3691) @ajinkyau
+    - Make schema validation messages more explicit (#3701)
+      @ssbarnea
+    - Transform for deprecated-local-action rule (#3689) @ajinkyau
+  * Bugfixes
+    - Require ansible-compat>=4.1.10 (#3723) @ssbarnea
+    - Skip altered path warning for `ansible-lint` installed by
+      `pipx` (#3720) @chrysle
+    - Update transform for `key-order` rule (#3719) @ajinkyau
+    - Allow installation of pre-release collection version as
+      dependencies (#3716) @ssbarnea
+    - Avoid deprecated-bare-vars false positive with file paths
+      (#3709) @ssbarnea
+    - Limit sequence-of-sequence indents to a single space (#3671)
+      @Qalthos
+    - Avoid no-handlers false positives (#3702) @ssbarnea
+    - Add missing word to risky-shell-pipe docs (#3704) @roock
+    - Avoid yamllint truthy violations with github workflows
+      (#3698) @ssbarnea
+    - Avoid false positive with var-name rule on roles (#3697)
+      @ssbarnea
+    - Include links to documentation for schema validation errors
+      (#3684) @ssbarnea
+    - Schema update (#3693) @cidrblock
+    - Use yaml.load_all for multiple yaml document (#3679)
+      @shatakshiiii
+    - Ignore user configured value for any_unparsed_is_failed
+      (#3680) @ssbarnea
+    - Update rulebook schema (#3681) @ssbarnea
+
+-------------------------------------------------------------------
+Wed Sep  6 15:48:25 UTC 2023 - Johannes Kastl <[email protected]>
+
+- update to 6.18.0:
+  * Minor Changes
+    - Limit the maximum block depth (#3602) @Ruchip16
+    - Transform functionality for command_instead_of_shell  (#3675)
+      @ajinkyau
+    - Add rule to check the number of tasks (#3156) @Ruchip16
+  * Bugfixes
+    - Clarify loop-var-prefix rule and code snippet (#3642)
+      @schwarmco
+    - Update `version_added` for complexity rule (#3623) @ajinkyau
+    - Ensure that single space between tasks is preserved when
+      using --write (#3641) @shatakshiiii
+    - Update ansible-compat used for testing (#3664) @ssbarnea
+    - Document `yaml[line-length]` rule (#3653) @shatakshiiii
+    - Prevent use of spdx-tools 0.8.0 due to breaking changes
+      (#3649) @ssbarnea
+    - fixes dead marketplace link (#3631) @wookietreiber
+    - Improve profile information on summary line (#3637)
+      @ziegenberg
+    - command-instead-of-module: allow `git rev-parse` (#3610)
+      @JohnVillalovos
+    - Include filepaths starting from $HOME in lintables (#3621)
+      @shatakshiiii
+    - Update _mockings.py to fix bug created in #3390 (#3614)
+      @karcaw
+    - Allow to set gather_facts as templated boolean (#3606)
+      @noonedeadpunk
+    - Add dependency version check for collection metadata (#3601)
+      @ajinkyau
+    - Fix installation of dependencies when run as an action
+      (#3592) @ssbarnea
+
+-------------------------------------------------------------------

Old:
----
  ansible-lint-6.17.2.tar.gz

New:
----
  ansible-lint-6.19.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ansible-lint.spec ++++++
--- /var/tmp/diff_new_pack.iW4vjR/_old  2023-09-07 21:14:54.857966714 +0200
+++ /var/tmp/diff_new_pack.iW4vjR/_new  2023-09-07 21:14:54.857966714 +0200
@@ -40,7 +40,7 @@
 %global lib_name ansiblelint
 %{?python_enable_dependency_generator}
 Name:           ansible-lint
-Version:        6.17.2
+Version:        6.19.0
 Release:        0%{?dist}
 Summary:        Best practices checker for Ansible
 License:        MIT
@@ -67,16 +67,17 @@
 
 # Add runtime requirements (unless required for tests)
 # to make sure this only builds if they are present
-# 
https://github.com/ansible/ansible-lint/blob/main/.config/requirements-lock.txt
-BuildRequires:  ansible-core >= 2.15
-BuildRequires:  %{ansible_python}-ansible-compat >= 4.1.1
-BuildRequires:  %{ansible_python}-black >= 23.3.0
+# https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in
+BuildRequires:  ansible-core >= 2.15.0
+BuildRequires:  %{ansible_python}-ansible-compat >= 4.1.10
+BuildRequires:  %{ansible_python}-black >= 22.8.0
 BuildRequires:  %{ansible_python}-enrich >= 1.2.7
-BuildRequires:  %{ansible_python}-filelock >= 3.12.0
+BuildRequires:  %{ansible_python}-filelock >= 3.3.0
 BuildRequires:  %{ansible_python}-jsonschema >= 4.17.3
 BuildRequires:  %{ansible_python}-packaging >= 23.1
-BuildRequires:  %{ansible_python}-PyYAML >= 6.0
-BuildRequires:  %{ansible_python}-rich >= 13.4.1
+BuildRequires:  %{ansible_python}-PyYAML >= 6.0.1
+BuildRequires:  %{ansible_python}-requests >= 2.31.0
+BuildRequires:  %{ansible_python}-rich >= 13.5.2
 BuildRequires:  (%{ansible_python}-ruamel.yaml >= 0.17.31 and 
%{ansible_python}-ruamel.yaml < 0.18)
 BuildRequires:  %{ansible_python}-subprocess-tee >= 0.4.1
 BuildRequires:  %{ansible_python}-tenacity
@@ -84,17 +85,18 @@
 BuildRequires:  %{ansible_python}-yamllint >= 1.32.0
 
 #
-# 
https://github.com/ansible/ansible-lint/blob/main/.config/requirements-lock.txt
-Requires:       ansible-core >= 2.15
-Requires:       %{ansible_python}-ansible-compat >= 4.1.1
-Requires:       %{ansible_python}-black >= 23.3.0
+# https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in
+Requires:       ansible-core >= 2.15.0
+Requires:       %{ansible_python}-ansible-compat >= 4.1.10
+Requires:       %{ansible_python}-black >= 22.8.0
 Requires:       %{ansible_python}-bracex >= 2.2.1
 Requires:       %{ansible_python}-enrich >= 1.2.6
-Requires:       %{ansible_python}-filelock  >= 3.12.0
-Requires:       %{ansible_python}-jsonschema >= 4.17.0
+Requires:       %{ansible_python}-filelock  >= 3.3.0
+Requires:       %{ansible_python}-jsonschema >= 4.17.3
 Requires:       %{ansible_python}-packaging >= 23.1
-Requires:       %{ansible_python}-PyYAML  >= 6.0
-Requires:       %{ansible_python}-rich >= 13.3.5
+Requires:       %{ansible_python}-PyYAML  >= 6.0.1
+Requires:       %{ansible_python}-requests >= 2.31.0
+Requires:       %{ansible_python}-rich >= 13.5.2
 Requires:       (%{ansible_python}-ruamel.yaml >= 0.17.31 and 
%{ansible_python}-ruamel.yaml < 0.18)
 Requires:       %{ansible_python}-subprocess-tee >= 0.4.1
 Requires:       %{ansible_python}-tenacity

++++++ _service ++++++
--- /var/tmp/diff_new_pack.iW4vjR/_old  2023-09-07 21:14:54.881967572 +0200
+++ /var/tmp/diff_new_pack.iW4vjR/_new  2023-09-07 21:14:54.885967715 +0200
@@ -1,5 +1,5 @@
 <services>
-  <service name="download_files" mode="disabled">
+  <service name="download_files" mode="manual">
   </service>
 </services>
 

++++++ ansible-lint-6.17.2.tar.gz -> ansible-lint-6.19.0.tar.gz ++++++
++++ 6060 lines of diff (skipped)

Reply via email to