Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2026-04-26 21:12:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible (Old)
 and      /work/SRC/openSUSE:Factory/.ansible.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible"

Sun Apr 26 21:12:08 2026 rev:140 rq:1349333 version:13.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2026-04-22 
16:59:15.191148857 +0200
+++ /work/SRC/openSUSE:Factory/.ansible.new.11940/ansible.changes       
2026-04-26 21:14:53.458190224 +0200
@@ -12,0 +13,6 @@
+Tue Apr 21 05:55:35 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Use pyproject macros and build and install the module.
+- List directories explicitly under sitelib.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ansible.spec ++++++
--- /var/tmp/diff_new_pack.1nsUsS/_old  2026-04-26 21:14:54.626237781 +0200
+++ /var/tmp/diff_new_pack.1nsUsS/_new  2026-04-26 21:14:54.630237943 +0200
@@ -53,6 +53,8 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  %{ansible_python}-base >= 3.10
 BuildRequires:  %{ansible_python}-setuptools
+BuildRequires:  %{ansible_python}-pip
+BuildRequires:  %{ansible_python}-wheel
 BuildRequires:  fdupes
 
 # required to fix the azure collection line endings
@@ -99,15 +101,16 @@
 find ./ansible_collections/azure -type f -exec dos2unix {} \;
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %fdupes %{buildroot}/%{ansible_python_sitelib}/ansible_collections/
 
 %files
 %doc CHANGELOG-v%{ansible_community_major_version}.rst README.rst
 %license COPYING
 %{_bindir}/ansible-community
-%{ansible_python_sitelib}/
+%{ansible_python_sitelib}/ansible_collections
+%{ansible_python_sitelib}/ansible-%{version}.dist-info
 

Reply via email to