Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2023-05-22 13:14:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible (Old)
 and      /work/SRC/openSUSE:Factory/.ansible.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible"

Mon May 22 13:14:21 2023 rev:96 rq:1088153 version:7.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2023-04-27 
20:00:57.117931689 +0200
+++ /work/SRC/openSUSE:Factory/.ansible.new.1533/ansible.changes        
2023-05-22 13:14:24.662832979 +0200
@@ -1,0 +2,12 @@
+Sun May 14 19:10:10 UTC 2023 - Johannes Kastl <ka...@b1-systems.de>
+
+- modify %if-condition to allow building for python3.10 or
+  python3.11 on SLES15
+
+-------------------------------------------------------------------
+Fri May  5 07:12:35 UTC 2023 - Johannes Kastl <ka...@b1-systems.de>
+
+- change python version on Leap15/SLES15 to python3.11 to use the
+  new stack supported by SUSE
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ansible.spec ++++++
--- /var/tmp/diff_new_pack.JnTcQX/_old  2023-05-22 13:14:25.434836832 +0200
+++ /var/tmp/diff_new_pack.JnTcQX/_new  2023-05-22 13:14:25.438836852 +0200
@@ -15,12 +15,20 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
+%{?sle15_python_module_pythons}
 %if 0%{?suse_version} < 1550
 # Leap15, SLES15
-%define pythons python310
+%if %pythons == "python310"
 %define ansible_python python310
 %define ansible_python_executable python3.10
 %define ansible_python_sitelib %python310_sitelib
+%endif
+%if %pythons == "python311"
+%define ansible_python python311
+%define ansible_python_executable python3.11
+%define ansible_python_sitelib %python311_sitelib
+%endif
 %else
 # Tumbleweed
 %define pythons python3

Reply via email to