Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ansible-compat for 
openSUSE:Factory checked in at 2024-09-15 12:38:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ansible-compat (Old)
 and      /work/SRC/openSUSE:Factory/.python-ansible-compat.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ansible-compat"

Sun Sep 15 12:38:11 2024 rev:28 rq:1201128 version:24.9.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-ansible-compat/python-ansible-compat.changes  
    2024-08-21 23:26:41.495277204 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ansible-compat.new.29891/python-ansible-compat.changes
   2024-09-15 12:41:52.562235615 +0200
@@ -1,0 +2,10 @@
+Thu Sep 12 05:27:25 UTC 2024 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- update to 24.9.0:
+  * Enhancements
+    - Add communication details (#400) @oraNod
+  * Bugfixes
+    - Fix upload-artifact action to work with v4.4 and newer (#403)
+      @alisonlhart
+
+-------------------------------------------------------------------

Old:
----
  python-ansible-compat-24.8.0.tar.gz

New:
----
  python-ansible-compat-24.9.0.tar.gz

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

Other differences:
------------------
++++++ python-ansible-compat.spec ++++++
--- /var/tmp/diff_new_pack.6jYOa4/_old  2024-09-15 12:41:53.078257080 +0200
+++ /var/tmp/diff_new_pack.6jYOa4/_new  2024-09-15 12:41:53.078257080 +0200
@@ -24,7 +24,7 @@
 %endif
 
 Name:           python-ansible-compat
-Version:        24.8.0
+Version:        24.9.0
 Release:        0
 Summary:        Compatibility shim for Ansible 2.9 and newer
 License:        MIT

++++++ python-ansible-compat-24.8.0.tar.gz -> 
python-ansible-compat-24.9.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-24.8.0/.git_archival.txt 
new/ansible-compat-24.9.0/.git_archival.txt
--- old/ansible-compat-24.8.0/.git_archival.txt 2024-08-13 06:00:56.000000000 
+0200
+++ new/ansible-compat-24.9.0/.git_archival.txt 2024-09-07 00:01:08.000000000 
+0200
@@ -1,4 +1,4 @@
-node: c2862c43dec6c0a4d253b31e16beca1aeea7197e
-node-date: 2024-08-13T09:30:56+05:30
-describe-name: v24.8.0
-ref-names: HEAD -> main, tag: v24.8.0
+node: 54f94f3f1e024a7b910282c5ec1c8c84dab7ccf7
+node-date: 2024-09-06T22:01:08Z
+describe-name: v24.9.0
+ref-names: tag: v24.9.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-24.8.0/.github/workflows/tox.yml 
new/ansible-compat-24.9.0/.github/workflows/tox.yml
--- old/ansible-compat-24.8.0/.github/workflows/tox.yml 2024-08-13 
06:00:56.000000000 +0200
+++ new/ansible-compat-24.9.0/.github/workflows/tox.yml 2024-09-07 
00:01:08.000000000 +0200
@@ -87,6 +87,7 @@
         uses: actions/upload-artifact@v4
         with:
           name: logs-${{ matrix.name }}.zip
+          include-hidden-files: true
           path: |
             .tox/**/log/
             .tox/**/.coverage*
@@ -127,6 +128,7 @@
         uses: actions/upload-artifact/merge@v4
         with:
           name: logs.zip
+          include-hidden-files: true
           pattern: logs-*.zip
           # artifacts like py312.zip and py312-macos do have overlapping files
           separate-directories: true
@@ -165,4 +167,5 @@
       - name: Delete Merged Artifacts
         uses: actions/upload-artifact/merge@v4
         with:
+          include-hidden-files: true
           delete-merged: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-24.8.0/.pre-commit-config.yaml 
new/ansible-compat-24.9.0/.pre-commit-config.yaml
--- old/ansible-compat-24.8.0/.pre-commit-config.yaml   2024-08-13 
06:00:56.000000000 +0200
+++ new/ansible-compat-24.9.0/.pre-commit-config.yaml   2024-09-07 
00:01:08.000000000 +0200
@@ -22,7 +22,7 @@
   )$
 repos:
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: "v0.5.6"
+    rev: "v0.6.3"
     hooks:
       - id: ruff
         args: [--fix, --exit-non-zero-on-fix]
@@ -73,7 +73,7 @@
       - id: black
         language_version: python3
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v1.11.1
+    rev: v1.11.2
     hooks:
       - id: mypy
         # empty args needed in order to match mypy cli behavior
@@ -90,7 +90,7 @@
           - types-setuptools
           - types-jsonschema>=4.4.9
   - repo: https://github.com/pycqa/pylint
-    rev: v3.2.6
+    rev: v3.2.7
     hooks:
       - id: pylint
         additional_dependencies:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-24.8.0/README.md 
new/ansible-compat-24.9.0/README.md
--- old/ansible-compat-24.8.0/README.md 2024-08-13 06:00:56.000000000 +0200
+++ new/ansible-compat-24.9.0/README.md 2024-09-07 00:01:08.000000000 +0200
@@ -1,12 +1,37 @@
 # ansible-compat
 
 
[![pypi](https://img.shields.io/pypi/v/ansible-compat.svg)](https://pypi.org/project/ansible-compat/)
-[![docs](https://readthedocs.org/projects/ansible-compat/badge/?version=latest)](https://ansible-compat.readthedocs.io/)
+[![docs](https://readthedocs.org/projects/ansible-compat/badge/?version=latest)](https://ansible.readthedocs.io/projects/compat/)
 
[![gh](https://github.com/ansible/ansible-compat/actions/workflows/tox.yml/badge.svg)](https://github.com/ansible/ansible-compat/actions/workflows/tox.yml)
 
[![codecov.io](https://codecov.io/github/ansible/ansible-compat/coverage.svg?branch=main)](https://codecov.io/github/ansible/ansible-compat?branch=main)
 
 A python package contains functions that facilitate working with various
 versions of Ansible 2.14 and newer.
 
+## Documentation
+
 Documentation is available at
-[ansible-compat.readthedocs.io](https://ansible-compat.readthedocs.io/).
+[ansible.readthedocs.io/projects/compat/](https://ansible.readthedocs.io/projects/compat/).
+
+## Communication
+
+Join the Ansible forum to ask questions, get help, and interact with the
+community.
+
+- [Get Help](https://forum.ansible.com/c/help/6): get help or help others.
+  Please add appropriate tags if you start new discussions.
+- [Social Spaces](https://forum.ansible.com/c/chat/4): meet and interact with
+  fellow enthusiasts.
+- [News & Announcements](https://forum.ansible.com/c/news/5): track 
project-wide
+  announcements including social events.
+
+To get release announcements and important changes from the community, see the
+[Bullhorn 
newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn).
+
+For more information about getting in touch, see the
+[Ansible communication 
guide](https://docs.ansible.com/ansible/devel/community/communication.html).
+
+## Code of Conduct
+
+Please see the official
+[Ansible Community Code of 
Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-24.8.0/mkdocs.yml 
new/ansible-compat-24.9.0/mkdocs.yml
--- old/ansible-compat-24.8.0/mkdocs.yml        2024-08-13 06:00:56.000000000 
+0200
+++ new/ansible-compat-24.9.0/mkdocs.yml        2024-09-07 00:01:08.000000000 
+0200
@@ -1,6 +1,6 @@
 ---
 site_name: Ansible Compat Library
-site_url: https://ansible-compat.readthedocs.io/
+site_url: https://ansible.readthedocs.io/projects/compat/
 repo_url: https://github.com/ansible/ansible-compat
 edit_uri: blob/main/docs/
 copyright: Copyright © 2023 Red Hat, Inc.
@@ -26,6 +26,10 @@
   social:
     - icon: fontawesome/brands/github-alt
       link: https://github.com/ansible/ansible-compat
+      name: GitHub
+    - icon: fontawesome/brands/discourse
+      link: https://forum.ansible.com/c/project/7
+      name: Ansible forum
 nav:
   - examples: index.md
   - api: api.md

Reply via email to