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 2024-04-18 22:12:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible-core (Old)
 and      /work/SRC/openSUSE:Factory/.ansible-core.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible-core"

Thu Apr 18 22:12:50 2024 rev:27 rq:1168711 version:2.16.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible-core/ansible-core.changes        
2024-03-29 13:11:06.135449124 +0100
+++ /work/SRC/openSUSE:Factory/.ansible-core.new.26366/ansible-core.changes     
2024-04-18 22:13:47.268087707 +0200
@@ -1,0 +2,41 @@
+Tue Apr 16 10:37:56 UTC 2024 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- adjust spec to new name for PyPI file name (underscore instead of
+  hyphen: ansible_core-2.16.6.tar.gz)
+- update to 2.16.6:
+  
https://github.com/ansible/ansible/blob/v2.16.6/changelogs/CHANGELOG-v2.16.rst
+  * Bugfixes
+    - Consolidated the list of internal static vars, centralized
+      them as constant and completed from some missing entries.
+    - Fix check for missing `_sub_plugin` attribute in older
+      connection plugins (#82954)
+    - Fixes permission for cache json file from 600 to 644
+      (#82683).
+    - Slight optimization to hostvars (instantiate template only
+      once per host, vs per call to var).
+    - allow_duplicates - fix evaluating if the current role allows
+      duplicates instead of using the initial value from the
+      duplicate's cached role.
+    - ansible-config will now properly template defaults before
+      dumping them.
+    - ansible-test ansible-doc sanity test - do not remove
+      underscores from plugin names in collections before calling
+      ansible-doc (#82574).
+    - async - Fix bug that stopped running async task in --check
+      when check_mode: False was set as a task attribute - #82811
+    - blockinfile - when create=true is used with a filename
+      without path, the module crashed (#81638).
+    - dnf - fix an issue when cached RPMs were left in the cache
+      directory even when the keepcache setting was unset (#81954)
+    - dnf5 - replace removed API calls
+    - facts - add a generic detection for VMware in product name.
+    - fetch - add error message when using dest with a trailing
+      slash that becomes a local directory - #82878
+    - find - do not fail on Permission errors (#82027).
+    - unarchive modules now uses zipinfo options without relying on
+      implementation defaults, making it more compatible with all
+      OS/distributions.
+    - winrm - Do not raise another exception during cleanup when a
+      task is timed out - #81095
+
+-------------------------------------------------------------------

Old:
----
  ansible-core-2.16.5.tar.gz

New:
----
  ansible_core-2.16.6.tar.gz
  ansible_core-2.16.6.tar.gz.sha256

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

Other differences:
------------------
++++++ ansible-core.spec ++++++
--- /var/tmp/diff_new_pack.WsmrCV/_old  2024-04-18 22:13:48.424130215 +0200
+++ /var/tmp/diff_new_pack.WsmrCV/_new  2024-04-18 22:13:48.424130215 +0200
@@ -38,12 +38,13 @@
 %endif
 
 Name:           ansible-core
-Version:        2.16.5
+Version:        2.16.6
 Release:        0
 Summary:        Radically simple IT automation
 License:        GPL-3.0-or-later
 URL:            https://ansible.com/
-Source:         
https://files.pythonhosted.org/packages/source/a/ansible-core/ansible-core-%{version}.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/a/ansible-core/ansible_core-%{version}.tar.gz#/ansible_core-%{version}.tar.gz
+Source1:        ansible_core-%{version}.tar.gz.sha256
 BuildArch:      noarch
 
 # cannot be installed with ansible < 3 or ansible-base
@@ -103,7 +104,7 @@
 automatically.
 
 %prep
-%setup -q -n ansible-core-%{version}
+%setup -q -n ansible_core-%{version}
 
 for file in .git_keep .travis.yml ; do
   find . -name "$file" -delete

++++++ ansible_core-2.16.6.tar.gz.sha256 ++++++
111e55d358c2297ec0ce03ba98e6c5ce95947fdf50d878215eb8c183d0c275e4  
ansible_core-2.16.6.tar.gz

Reply via email to