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 2022-11-18 15:44:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ansible-compat (Old)
 and      /work/SRC/openSUSE:Factory/.python-ansible-compat.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ansible-compat"

Fri Nov 18 15:44:20 2022 rev:9 rq:1036630 version:2.2.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-ansible-compat/python-ansible-compat.changes  
    2022-11-17 17:24:44.841142524 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ansible-compat.new.1597/python-ansible-compat.changes
    2022-11-18 15:44:26.158800080 +0100
@@ -1,0 +2,10 @@
+Fri Nov 18 06:37:34 UTC 2022 - Johannes Kastl <ka...@b1-systems.de>
+
+- update to 2.2.5:
+  * Bugfixes
+    - Make galaxy installation verbose (#190) @ssbarnea
+    - Log current directory before running galaxy install (#188) @ssbarnea
+    - Update build-system dependency for setuptools-scm to >= 7.0.0 (#186) 
@dvzrv
+    - Update devtools repo url (#185) @ssbarnea
+
+-------------------------------------------------------------------

Old:
----
  ansible-compat-2.2.4.tar.gz

New:
----
  ansible-compat-2.2.5.tar.gz

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

Other differences:
------------------
++++++ python-ansible-compat.spec ++++++
--- /var/tmp/diff_new_pack.rDDT28/_old  2022-11-18 15:44:26.642802206 +0100
+++ /var/tmp/diff_new_pack.rDDT28/_new  2022-11-18 15:44:26.646802224 +0100
@@ -19,7 +19,7 @@
 # only works with the python version which the package 'ansible' uses
 %define pythons python3
 Name:           python-ansible-compat
-Version:        2.2.4
+Version:        2.2.5
 Release:        0
 Summary:        Compatibility shim for Ansible 2.9 and newer
 License:        MIT

++++++ ansible-compat-2.2.4.tar.gz -> ansible-compat-2.2.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-2.2.4/.github/release-drafter.yml 
new/ansible-compat-2.2.5/.github/release-drafter.yml
--- old/ansible-compat-2.2.4/.github/release-drafter.yml        2022-11-01 
17:07:49.000000000 +0100
+++ new/ansible-compat-2.2.5/.github/release-drafter.yml        2022-11-18 
01:10:56.000000000 +0100
@@ -1,2 +1,2 @@
-# see https://github.com/ansible-community/devtools
-_extends: ansible-community/devtools
+# see https://github.com/ansible/devtools
+_extends: ansible/devtools
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-2.2.4/.github/workflows/ack.yml 
new/ansible-compat-2.2.5/.github/workflows/ack.yml
--- old/ansible-compat-2.2.4/.github/workflows/ack.yml  2022-11-01 
17:07:49.000000000 +0100
+++ new/ansible-compat-2.2.5/.github/workflows/ack.yml  2022-11-18 
01:10:56.000000000 +0100
@@ -1,4 +1,4 @@
-# See 
https://github.com/ansible-community/devtools/blob/main/.github/workflows/ack.yml
+# See https://github.com/ansible/devtools/blob/main/.github/workflows/ack.yml
 name: ack
 on:
   pull_request_target:
@@ -6,4 +6,4 @@
 
 jobs:
   ack:
-    uses: ansible-community/devtools/.github/workflows/ack.yml@main
+    uses: ansible/devtools/.github/workflows/ack.yml@main
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-2.2.4/.github/workflows/push.yml 
new/ansible-compat-2.2.5/.github/workflows/push.yml
--- old/ansible-compat-2.2.4/.github/workflows/push.yml 2022-11-01 
17:07:49.000000000 +0100
+++ new/ansible-compat-2.2.5/.github/workflows/push.yml 2022-11-18 
01:10:56.000000000 +0100
@@ -1,4 +1,4 @@
-# See 
https://github.com/ansible-community/devtools/blob/main/.github/workflows/push.yml
+# See https://github.com/ansible/devtools/blob/main/.github/workflows/push.yml
 name: push
 on:
   push:
@@ -9,4 +9,4 @@
 
 jobs:
   ack:
-    uses: ansible-community/devtools/.github/workflows/push.yml@main
+    uses: ansible/devtools/.github/workflows/push.yml@main
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-2.2.4/.github/workflows/release.yml 
new/ansible-compat-2.2.5/.github/workflows/release.yml
--- old/ansible-compat-2.2.4/.github/workflows/release.yml      2022-11-01 
17:07:49.000000000 +0100
+++ new/ansible-compat-2.2.5/.github/workflows/release.yml      2022-11-18 
01:10:56.000000000 +0100
@@ -6,7 +6,7 @@
 
 jobs:
   before-release:
-    uses: ansible-community/ansible-compat/.github/workflows/tox.yml@main
+    uses: ansible/ansible-compat/.github/workflows/tox.yml@main
 
   release:
     name: release ${{ github.event.ref }}
@@ -33,7 +33,7 @@
           --user
           tox
       - name: Check out src from Git
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           fetch-depth: 0 # needed by setuptools-scm
       - name: Build dists
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-2.2.4/.github/workflows/tox.yml 
new/ansible-compat-2.2.5/.github/workflows/tox.yml
--- old/ansible-compat-2.2.4/.github/workflows/tox.yml  2022-11-01 
17:07:49.000000000 +0100
+++ new/ansible-compat-2.2.5/.github/workflows/tox.yml  2022-11-18 
01:10:56.000000000 +0100
@@ -46,13 +46,13 @@
           python-version: ${{ matrix.python-version }}
 
       - name: Pre-commit cache
-        uses: actions/cache@v2
+        uses: actions/cache@v3
         with:
           path: ~/.cache/pre-commit
           key: ${{ matrix.name }}-pre-commit-${{ hashFiles('setup.cfg', 
'tox.ini', 'pyproject.toml', '.pre-commit-config.yaml') }}
 
       - name: Pip cache
-        uses: actions/cache@v2
+        uses: actions/cache@v3
         with:
           path: ~/.cache/pip
           key: ${{ matrix.name }}-pip-${{ hashFiles('setup.cfg', 'tox.ini', 
'pyproject.toml', '.pre-commit-config.yaml') }}
@@ -141,7 +141,7 @@
           sudo sysctl -w net.link.generic.system.hwcksum_tx=0
           sudo sysctl -w net.link.generic.system.hwcksum_rx=0
 
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           fetch-depth: 0 # needed by setuptools-scm
 
@@ -156,7 +156,7 @@
           which python
 
       - name: Pip cache
-        uses: actions/cache@v2
+        uses: actions/cache@v3
         with:
           path: ~/.cache/pip
           key: ${{ runner.os }}-${{ matrix.name }}-pip-${{ 
hashFiles('constraints.txt', 'setup.cfg', 'tox.ini', 'pyproject.toml', 
'.pre-commit-config.yaml', 'pytest.ini') }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-2.2.4/.pre-commit-config.yaml 
new/ansible-compat-2.2.5/.pre-commit-config.yaml
--- old/ansible-compat-2.2.4/.pre-commit-config.yaml    2022-11-01 
17:07:49.000000000 +0100
+++ new/ansible-compat-2.2.5/.pre-commit-config.yaml    2022-11-18 
01:10:56.000000000 +0100
@@ -16,7 +16,7 @@
 repos:
   - repo: https://github.com/pre-commit/mirrors-prettier
     # keep it before yamllint
-    rev: "v3.0.0-alpha.0"
+    rev: "v3.0.0-alpha.4"
     hooks:
       - id: prettier
         additional_dependencies:
@@ -39,7 +39,7 @@
       - id: debug-statements
         language_version: python3
   - repo: https://github.com/codespell-project/codespell
-    rev: v2.2.1
+    rev: v2.2.2
     hooks:
       - id: codespell
   - repo: https://github.com/PyCQA/doc8
@@ -61,7 +61,7 @@
           # 
https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
           - --filter-files
   - repo: https://github.com/psf/black
-    rev: 22.8.0
+    rev: 22.10.0
     hooks:
       - id: black
         language_version: python3
@@ -77,7 +77,7 @@
           - flake8-rst-docstrings>=0.2.3
           - flake8-rst>=0.8.0
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v0.981
+    rev: v0.982
     hooks:
       - id: mypy
         # empty args needed in order to match mypy cli behavior
@@ -94,7 +94,7 @@
           - types-jsonschema>=4.4.9
           - types-pkg_resources
   - repo: https://github.com/pycqa/pylint
-    rev: v2.15.3
+    rev: v2.15.5
     hooks:
       - id: pylint
         additional_dependencies:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-2.2.4/PKG-INFO 
new/ansible-compat-2.2.5/PKG-INFO
--- old/ansible-compat-2.2.4/PKG-INFO   2022-11-01 17:08:11.833703800 +0100
+++ new/ansible-compat-2.2.5/PKG-INFO   2022-11-18 01:11:15.978888500 +0100
@@ -1,15 +1,15 @@
 Metadata-Version: 2.1
 Name: ansible-compat
-Version: 2.2.4
+Version: 2.2.5
 Summary: Ansible compatibility goodies
-Home-page: https://github.com/ansible-community/ansible-compat
+Home-page: https://github.com/ansible/ansible-compat
 Author: Sorin Sbarnea
 Author-email: ssbar...@redhat.com
 License: MIT
-Project-URL: Bug Tracker, 
https://github.com/ansible-community/ansible-compat/issues
-Project-URL: CI: GitHub, 
https://github.com/ansible-community/ansible-compat/actions?query=workflow:gh+branch:main+event:push
+Project-URL: Bug Tracker, https://github.com/ansible/ansible-compat/issues
+Project-URL: CI: GitHub, 
https://github.com/ansible/ansible-compat/actions?query=workflow:gh+branch:main+event:push
 Project-URL: Code of Conduct, 
https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
-Project-URL: Source Code, https://github.com/ansible-community/ansible-compat
+Project-URL: Source Code, https://github.com/ansible/ansible-compat
 Project-URL: Documentation, https://ansible-compat.readthedocs.io/
 Keywords: ansible
 Classifier: Development Status :: 5 - Production/Stable
@@ -44,8 +44,8 @@
 
 
[![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/en/latest/)
-[![gh](https://github.com/ansible-community/ansible-compat/actions/workflows/tox.yml/badge.svg)](https://github.com/ansible-community/ansible-compat/actions/workflows/tox.yml)
-[![codecov.io](https://codecov.io/github/ansible-community/ansible-compat/coverage.svg?branch=main)](https://codecov.io/github/ansible-community/ansible-compat?branch=main)
+[![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.9 and newer.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-2.2.4/README.md 
new/ansible-compat-2.2.5/README.md
--- old/ansible-compat-2.2.4/README.md  2022-11-01 17:07:49.000000000 +0100
+++ new/ansible-compat-2.2.5/README.md  2022-11-18 01:10:56.000000000 +0100
@@ -2,8 +2,8 @@
 
 
[![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/en/latest/)
-[![gh](https://github.com/ansible-community/ansible-compat/actions/workflows/tox.yml/badge.svg)](https://github.com/ansible-community/ansible-compat/actions/workflows/tox.yml)
-[![codecov.io](https://codecov.io/github/ansible-community/ansible-compat/coverage.svg?branch=main)](https://codecov.io/github/ansible-community/ansible-compat?branch=main)
+[![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.9 and newer.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-2.2.4/pyproject.toml 
new/ansible-compat-2.2.5/pyproject.toml
--- old/ansible-compat-2.2.4/pyproject.toml     2022-11-01 17:07:49.000000000 
+0100
+++ new/ansible-compat-2.2.5/pyproject.toml     2022-11-18 01:10:56.000000000 
+0100
@@ -1,9 +1,8 @@
 [build-system]
 requires = [
   "setuptools >= 45.0.0", # required by pyproject+setuptools_scm integration
-  "setuptools_scm >= 6.3.1", # required for "no-local-version" scheme
-  "setuptools_scm_git_archive >= 1.0",
-  "wheel",
+  "setuptools_scm[toml] >= 7.0.0", # required for "no-local-version" scheme
+
 ]
 build-backend = "setuptools.build_meta"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-2.2.4/setup.cfg 
new/ansible-compat-2.2.5/setup.cfg
--- old/ansible-compat-2.2.4/setup.cfg  2022-11-01 17:08:11.833703800 +0100
+++ new/ansible-compat-2.2.5/setup.cfg  2022-11-18 01:11:15.978888500 +0100
@@ -1,11 +1,11 @@
 [metadata]
 name = ansible-compat
-url = https://github.com/ansible-community/ansible-compat
+url = https://github.com/ansible/ansible-compat
 project_urls = 
-       Bug Tracker = https://github.com/ansible-community/ansible-compat/issues
-       CI: GitHub = 
https://github.com/ansible-community/ansible-compat/actions?query=workflow:gh+branch:main+event:push
+       Bug Tracker = https://github.com/ansible/ansible-compat/issues
+       CI: GitHub = 
https://github.com/ansible/ansible-compat/actions?query=workflow:gh+branch:main+event:push
        Code of Conduct = 
https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
-       Source Code = https://github.com/ansible-community/ansible-compat
+       Source Code = https://github.com/ansible/ansible-compat
        Documentation = https://ansible-compat.readthedocs.io/
 description = Ansible compatibility goodies
 long_description = file: README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-2.2.4/src/ansible_compat/runtime.py 
new/ansible-compat-2.2.5/src/ansible_compat/runtime.py
--- old/ansible-compat-2.2.4/src/ansible_compat/runtime.py      2022-11-01 
17:07:49.000000000 +0100
+++ new/ansible-compat-2.2.5/src/ansible_compat/runtime.py      2022-11-18 
01:10:56.000000000 +0100
@@ -158,6 +158,7 @@
             )
             if result.returncode == 0:
                 break
+            _logger.debug("Environment: %s", env or self.environ)
             _logger.warning(
                 "Retrying execution failure %s of: %s",
                 result.returncode,
@@ -211,7 +212,7 @@
             "ansible-galaxy",
             "collection",
             "install",
-            "-v",
+            "-vvv",  # this is needed to make ansible display important info 
in case of failures
         ]
 
         # ansible-galaxy before 2.11 fails to upgrade collection unless --force
@@ -230,7 +231,7 @@
             cmd.extend(["-p", str(destination)])
         cmd.append(f"{collection}")
 
-        _logger.info("Running %s", " ".join(cmd))
+        _logger.info("Running from %s : %s", os.getcwd(), " ".join(cmd))
         run = self.exec(
             cmd,
             retry=True,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ansible-compat-2.2.4/src/ansible_compat.egg-info/PKG-INFO 
new/ansible-compat-2.2.5/src/ansible_compat.egg-info/PKG-INFO
--- old/ansible-compat-2.2.4/src/ansible_compat.egg-info/PKG-INFO       
2022-11-01 17:08:11.000000000 +0100
+++ new/ansible-compat-2.2.5/src/ansible_compat.egg-info/PKG-INFO       
2022-11-18 01:11:15.000000000 +0100
@@ -1,15 +1,15 @@
 Metadata-Version: 2.1
 Name: ansible-compat
-Version: 2.2.4
+Version: 2.2.5
 Summary: Ansible compatibility goodies
-Home-page: https://github.com/ansible-community/ansible-compat
+Home-page: https://github.com/ansible/ansible-compat
 Author: Sorin Sbarnea
 Author-email: ssbar...@redhat.com
 License: MIT
-Project-URL: Bug Tracker, 
https://github.com/ansible-community/ansible-compat/issues
-Project-URL: CI: GitHub, 
https://github.com/ansible-community/ansible-compat/actions?query=workflow:gh+branch:main+event:push
+Project-URL: Bug Tracker, https://github.com/ansible/ansible-compat/issues
+Project-URL: CI: GitHub, 
https://github.com/ansible/ansible-compat/actions?query=workflow:gh+branch:main+event:push
 Project-URL: Code of Conduct, 
https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
-Project-URL: Source Code, https://github.com/ansible-community/ansible-compat
+Project-URL: Source Code, https://github.com/ansible/ansible-compat
 Project-URL: Documentation, https://ansible-compat.readthedocs.io/
 Keywords: ansible
 Classifier: Development Status :: 5 - Production/Stable
@@ -44,8 +44,8 @@
 
 
[![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/en/latest/)
-[![gh](https://github.com/ansible-community/ansible-compat/actions/workflows/tox.yml/badge.svg)](https://github.com/ansible-community/ansible-compat/actions/workflows/tox.yml)
-[![codecov.io](https://codecov.io/github/ansible-community/ansible-compat/coverage.svg?branch=main)](https://codecov.io/github/ansible-community/ansible-compat?branch=main)
+[![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.9 and newer.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansible-compat-2.2.4/tox.ini 
new/ansible-compat-2.2.5/tox.ini
--- old/ansible-compat-2.2.4/tox.ini    2022-11-01 17:07:49.000000000 +0100
+++ new/ansible-compat-2.2.5/tox.ini    2022-11-18 01:10:56.000000000 +0100
@@ -104,8 +104,8 @@
 description =
   Build package, verify metadata, install package and assert behavior when 
ansible is missing.
 deps =
-  build >= 0.5.0
-  twine >= 3.4.1
+  build >= 0.9.0
+  twine >= 4.0.1
 skip_install = true
 # Ref: https://twitter.com/di_codes/status/1044358639081975813
 commands =
@@ -119,7 +119,7 @@
     --outdir {toxinidir}/dist/ \
     {toxinidir}
   # Validate metadata using twine
-  twine check {toxinidir}/dist/*
+  twine check --strict {toxinidir}/dist/*
   # Install the wheel
   sh -c "python3 -m pip install {toxinidir}/dist/*.whl"
 

Reply via email to