Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-metakernel for 
openSUSE:Factory checked in at 2024-11-21 22:06:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-metakernel (Old)
 and      /work/SRC/openSUSE:Factory/.python-metakernel.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-metakernel"

Thu Nov 21 22:06:09 2024 rev:19 rq:1225639 version:0.30.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-metakernel/python-metakernel.changes      
2024-09-16 17:43:51.791009879 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-metakernel.new.28523/python-metakernel.changes
   2024-11-21 22:06:11.275728095 +0100
@@ -1,0 +2,11 @@
+Thu Nov 21 18:31:47 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Skip two tests on python313: different output
+  gh#Calysto/metakernel#279 
+
+-------------------------------------------------------------------
+Thu Oct 31 10:22:23 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- build for modern python on sle15
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-metakernel.spec ++++++
--- /var/tmp/diff_new_pack.Wa0zEE/_old  2024-11-21 22:06:12.883795091 +0100
+++ /var/tmp/diff_new_pack.Wa0zEE/_new  2024-11-21 22:06:12.887795258 +0100
@@ -16,6 +16,7 @@
 #
 
 
+%{?sle15_python_module_pythons}
 Name:           python-metakernel
 Version:        0.30.2
 Release:        0
@@ -59,7 +60,6 @@
 %prep
 %setup -q -n metakernel-%{version}
 touch ~/.bashrc
-sed -i s'/--color=yes//' pyproject.toml
 chmod -x metakernel/tests/test_process_metakernel.py
 sed -i '1{/env python/d}' metakernel/tests/test_expect.py
 
@@ -71,11 +71,13 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest metakernel/tests
+# gh#Calysto/metakernel#279
+python313_skip=(-k "not(test_get_help or (REPLWrapTestCase and test_python))")
+%pytest metakernel/tests "${$python_skip[@]}"
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
 %{python_sitelib}/metakernel
-%{python_sitelib}/metakernel-%{version}*-info
+%{python_sitelib}/metakernel-%{version}.dist-info
 

Reply via email to