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-10-04 22:33:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible-lint (Old)
 and      /work/SRC/openSUSE:Factory/.ansible-lint.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible-lint"

Wed Oct  4 22:33:01 2023 rev:35 rq:1115581 version:6.20.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible-lint/ansible-lint.changes        
2023-10-03 20:17:26.391208254 +0200
+++ /work/SRC/openSUSE:Factory/.ansible-lint.new.28202/ansible-lint.changes     
2023-10-04 22:34:18.769846331 +0200
@@ -1,0 +2,9 @@
+Wed Oct  4 09:41:30 UTC 2023 - Johannes Kastl <ka...@b1-systems.de>
+
+- update to 6.20.3:
+  * Bugfixes
+    - Fix wget command arguments in github action (#3806) @ssbarnea
+    - Update some platform versions in meta.json (#3800)
+      @masoud-maghsoudi
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ansible-lint.spec ++++++
--- /var/tmp/diff_new_pack.uAHdeM/_old  2023-10-04 22:34:19.837884933 +0200
+++ /var/tmp/diff_new_pack.uAHdeM/_new  2023-10-04 22:34:19.841885078 +0200
@@ -40,7 +40,7 @@
 %global lib_name ansiblelint
 %{?python_enable_dependency_generator}
 Name:           ansible-lint
-Version:        6.20.2
+Version:        6.20.3
 Release:        0%{?dist}
 Summary:        Best practices checker for Ansible
 License:        MIT

++++++ ansible-lint-6.20.2.tar.gz -> ansible-lint-6.20.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-lint-6.20.2/.git_archival.txt 
new/ansible-lint-6.20.3/.git_archival.txt
--- old/ansible-lint-6.20.2/.git_archival.txt   2023-09-30 17:00:09.000000000 
+0200
+++ new/ansible-lint-6.20.3/.git_archival.txt   2023-10-02 23:18:27.000000000 
+0200
@@ -1,4 +1,4 @@
-node: 55b8b667587295d4fdbbd2f9c90a84455f6ece99
-node-date: 2023-09-30T16:00:09+01:00
-describe-name: v6.20.2
-ref-names: HEAD -> main, tag: v6.20.2
+node: 82ab7c447614837c94fa8a9b5f667b8662aa055f
+node-date: 2023-10-02T22:18:27+01:00
+describe-name: v6.20.3
+ref-names: tag: v6.20.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-lint-6.20.2/.github/workflows/release.yml 
new/ansible-lint-6.20.3/.github/workflows/release.yml
--- old/ansible-lint-6.20.2/.github/workflows/release.yml       2023-09-30 
17:00:09.000000000 +0200
+++ new/ansible-lint-6.20.3/.github/workflows/release.yml       2023-10-02 
23:18:27.000000000 +0200
@@ -73,7 +73,7 @@
           submodules: true
 
       - name: Bump homebrew formula
-        uses: mislav/bump-homebrew-formula-action@v3.0
+        uses: mislav/bump-homebrew-formula-action@v3.1
         with:
           # A PR will be sent to github.com/Homebrew/homebrew-core to update 
this formula:
           formula-name: ansible-lint
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-lint-6.20.2/.pre-commit-config.yaml 
new/ansible-lint-6.20.3/.pre-commit-config.yaml
--- old/ansible-lint-6.20.2/.pre-commit-config.yaml     2023-09-30 
17:00:09.000000000 +0200
+++ new/ansible-lint-6.20.3/.pre-commit-config.yaml     2023-10-02 
23:18:27.000000000 +0200
@@ -169,7 +169,7 @@
             plugins/.*
           )$
   - repo: https://github.com/pycqa/pylint
-    rev: v3.0.0a7
+    rev: v3.0.0b0
     hooks:
       - id: pylint
         args:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-lint-6.20.2/action.yml 
new/ansible-lint-6.20.3/action.yml
--- old/ansible-lint-6.20.2/action.yml  2023-09-30 17:00:09.000000000 +0200
+++ new/ansible-lint-6.20.3/action.yml  2023-10-02 23:18:27.000000000 +0200
@@ -29,7 +29,7 @@
     - name: Generate .git/ansible-lint-requirements.txt
       shell: bash
       run: |
-        wget --output-file=.git/ansible-lint-requirements.txt 
https://raw.githubusercontent.com/ansible/ansible-lint/${{ github.action_ref || 
'main' }}/.config/requirements-lock.txt
+        wget --output-document=.git/ansible-lint-requirements.txt 
https://raw.githubusercontent.com/ansible/ansible-lint/${{ github.action_ref || 
'main' }}/.config/requirements-lock.txt
 
     - name: Set up Python
       if: inputs.setup_python == 'true'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ansible-lint-6.20.2/src/ansiblelint/schemas/meta.json 
new/ansible-lint-6.20.3/src/ansiblelint/schemas/meta.json
--- old/ansible-lint-6.20.2/src/ansiblelint/schemas/meta.json   2023-09-30 
17:00:09.000000000 +0200
+++ new/ansible-lint-6.20.3/src/ansiblelint/schemas/meta.json   2023-10-02 
23:18:27.000000000 +0200
@@ -267,7 +267,14 @@
         "versions": {
           "default": "all",
           "items": {
-            "enum": ["ascii", "beowulf", "ceres", "jessie", "all"],
+            "enum": [
+              "ascii",
+              "beowulf",
+              "chimaera",
+              "daedalus",
+              "jessie",
+              "all"
+            ],
             "type": "string"
           },
           "type": "array"
@@ -286,7 +293,7 @@
         "versions": {
           "default": "all",
           "items": {
-            "enum": ["5.2", "5.4", "all"],
+            "enum": ["5.2", "5.4", "5.6", "5.8", "6.0", "6.2", "6.4", "all"],
             "type": "string"
           },
           "type": "array"
@@ -879,6 +886,7 @@
               "8.8",
               "9.0",
               "9.1",
+              "9.2",
               "all"
             ],
             "type": "string"
@@ -1199,6 +1207,8 @@
               "Mojave",
               "Monterey",
               "Sierra",
+              "Sonoma",
+              "Ventura",
               "all"
             ],
             "type": "string"

Reply via email to