Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pythran for openSUSE:Factory 
checked in at 2023-11-30 21:59:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pythran (Old)
 and      /work/SRC/openSUSE:Factory/.python-pythran.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pythran"

Thu Nov 30 21:59:04 2023 rev:13 rq:1129689 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pythran/python-pythran.changes    
2023-11-22 18:54:13.938747508 +0100
+++ /work/SRC/openSUSE:Factory/.python-pythran.new.25432/python-pythran.changes 
2023-11-30 21:59:27.796953099 +0100
@@ -1,0 +2,6 @@
+Wed Nov 29 04:27:01 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Prepare for Python 3.12, by skipping it for the other test flavors, and
+  adding one for it.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pythran.spec ++++++
--- /var/tmp/diff_new_pack.tTijee/_old  2023-11-30 21:59:28.300971667 +0100
+++ /var/tmp/diff_new_pack.tTijee/_new  2023-11-30 21:59:28.300971667 +0100
@@ -22,18 +22,28 @@
 %define skip_python38 1
 %define skip_python310 1
 %define skip_python311 1
+%define skip_python312 1
 %endif
 %if "%{flavor}" == "test-py310"
 %define psuffix -test-py310
 %define skip_python38 1
 %define skip_python39 1
 %define skip_python311 1
+%define skip_python312 1
 %endif
 %if "%{flavor}" == "test-py311"
 %define psuffix -test-py311
 %define skip_python38 1
 %define skip_python39 1
 %define skip_python310 1
+%define skip_python312 1
+%endif
+%if "%{flavor}" == "test-py312"
+%define psuffix -test-py312
+%define skip_python38 1
+%define skip_python39 1
+%define skip_python310 1
+%define skip_python311 1
 %endif
 %if "%{flavor}" == ""
 %define psuffix %{nil}

Reply via email to