Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ansible-core for openSUSE:Factory checked in at 2023-03-28 17:51:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansible-core (Old) and /work/SRC/openSUSE:Factory/.ansible-core.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansible-core" Tue Mar 28 17:51:04 2023 rev:11 rq:1074995 version:2.14.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ansible-core/ansible-core.changes 2023-03-08 14:52:48.982755695 +0100 +++ /work/SRC/openSUSE:Factory/.ansible-core.new.31432/ansible-core.changes 2023-03-28 17:51:06.059477325 +0200 @@ -1,0 +2,61 @@ +Tue Mar 28 06:24:00 UTC 2023 - Johannes Kastl <ka...@b1-systems.de> + +- use `with` in dependencies instead of `and` +- update to 2.14.4: + https://github.com/ansible/ansible/blob/v2.14.4/changelogs/ + CHANGELOG-v2.14.rst + * Minor Changes + - ansible-test - Moved git handling out of the validate-modules + sanity test and into ansible-test. + - ansible-test - Removed the --keep-git sanity test option, + which was limited to testing ansible-core itself. + - ansible-test - Updated the Azure Pipelines CI plugin to work + with newer versions of git. + * Breaking Changes / Porting Guide + - ansible-test - Integration tests which depend on specific + file permissions when running in an ansible-test managed + host environment may require changes. Tests that require + permissions other than 755 or 644 may need to be updated to + set the necessary permissions as part of the test run. + * Bugfixes + - Fix MANIFEST.in to exclude unwanted files in the packaging/ + directory. + - Fix MANIFEST.in to include `*.md` files in the test/support/ + directory. + - Fix an issue where the value of become was ignored when used + on a role used as a dependency in main/meta.yml (#79777) + - ansible_eval_concat - avoid redundant unsafe wrapping of + templated strings converted to Python types + - ansible-galaxy role info - fix unhandled AttributeError by + catching the correct exception. + - ansible-test - Always indicate the Python version being used + before installing requirements. Resolves issue #72855 + - ansible-test - Exclude ansible-core vendored Python packages + from ansible-test payloads. + - ansible-test - Integration test target prefixes defined in a + tests/integration/target-prefixes.{group} file can now + contain an underscore (`_`) character. Resolves issue #79225 + - ansible-test - Removed pointless comparison in diff + evaluation logic. + - ansible-test - Set PYLINTHOME for the pylint sanity test to + prevent failures due to pylint checking for the existence of + an obsolete home directory. + - ansible-test - Support loading of vendored Python packages + from ansible-core. + - ansible-test - Use consistent file permissions when + delegating tests to a container or remote host. Files with + any execute bit set will use permissions 755. All other + files will use permissions 644. (Resolves issue #75079) + - copy - fix creating the dest directory in check mode with + remote_src=True (#78611). + - copy - fix reporting changes to file attributes in check mode + with remote_src=True (#77957). + +------------------------------------------------------------------- +Mon Mar 20 06:10:47 UTC 2023 - Johannes Kastl <ka...@b1-systems.de> + +- adjust Requires and BuildRequires for python-resolvelib to + allow versions below 0.10.0 + https://github.com/ansible/ansible/blob/devel/requirements.txt + +------------------------------------------------------------------- Old: ---- ansible-core-2.14.3.tar.gz New: ---- ansible-core-2.14.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansible-core.spec ++++++ --- /var/tmp/diff_new_pack.GAaY5D/_old 2023-03-28 17:51:06.707480451 +0200 +++ /var/tmp/diff_new_pack.GAaY5D/_new 2023-03-28 17:51:06.715480490 +0200 @@ -31,7 +31,7 @@ %endif Name: ansible-core -Version: 2.14.3 +Version: 2.14.4 Release: 0 Summary: Radically simple IT automation License: GPL-3.0-or-later @@ -56,14 +56,16 @@ BuildRequires: %{ansible_python}-packaging BuildRequires: %{ansible_python}-pytest BuildRequires: %{ansible_python}-pytz -BuildRequires: (%{ansible_python}-resolvelib >= 0.5.3 and %{ansible_python}-resolvelib < 0.9.0) +# https://github.com/ansible/ansible/blob/devel/requirements.txt +BuildRequires: (%{ansible_python}-resolvelib >= 0.5.3 with %{ansible_python}-resolvelib < 0.10.0) # /SECTION Requires: %{ansible_python}-Jinja2 >= 3.0.0 Requires: %{ansible_python}-PyYAML >= 5.1 Requires: %{ansible_python}-cryptography Requires: %{ansible_python}-packaging -Requires: %{ansible_python}-resolvelib < 0.9.0 -Requires: (%{ansible_python}-resolvelib >= 0.5.3 and %{ansible_python}-resolvelib < 0.9.0) +# https://github.com/ansible/ansible/blob/devel/requirements.txt +Requires: %{ansible_python}-resolvelib < 0.10.0 +Requires: (%{ansible_python}-resolvelib >= 0.5.3 with %{ansible_python}-resolvelib < 0.10.0) %description Ansible is a radically simple IT automation system. It handles ++++++ ansible-core-2.14.3.tar.gz -> ansible-core-2.14.4.tar.gz ++++++ /work/SRC/openSUSE:Factory/ansible-core/ansible-core-2.14.3.tar.gz /work/SRC/openSUSE:Factory/.ansible-core.new.31432/ansible-core-2.14.4.tar.gz differ: char 5, line 1