Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pip-run for openSUSE:Factory 
checked in at 2023-04-23 22:43:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pip-run (Old)
 and      /work/SRC/openSUSE:Factory/.python-pip-run.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pip-run"

Sun Apr 23 22:43:42 2023 rev:4 rq:1082127 version:8.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pip-run/python-pip-run.changes    
2022-12-08 16:50:13.483188059 +0100
+++ /work/SRC/openSUSE:Factory/.python-pip-run.new.1533/python-pip-run.changes  
2023-04-23 22:44:31.477715113 +0200
@@ -1,0 +2,10 @@
+Fri Apr 21 12:29:22 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- add sle15_python_module_pythons (jsc#PED-68)
+
+-------------------------------------------------------------------
+Tue Apr 18 23:00:49 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- Switch to single spec version build for PSP
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pip-run.spec ++++++
--- /var/tmp/diff_new_pack.h3fta7/_old  2023-04-23 22:44:31.917717600 +0200
+++ /var/tmp/diff_new_pack.h3fta7/_new  2023-04-23 22:44:31.921717622 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{?sle15_python_module_pythons}
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -27,6 +28,10 @@
 # Disables installing nbformat for tests in Ring1 (see also Patch1)
 %bcond_with ringdisabled
 
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150400
+%bcond_without ringdisabled
+%endif
+
 Name:           python-pip-run%{psuffix}
 Version:        8.8.2
 Release:        0
@@ -60,7 +65,7 @@
 BuildRequires:  %{python_module pip-run = %{version}}
 BuildRequires:  %{python_module pytest >= 6}
 BuildRequires:  ca-certificates
-%if !%{with ringdisabled}
+%if %{without ringdisabled}
 BuildRequires:  %{python_module nbformat}
 %endif
 %endif
@@ -85,6 +90,10 @@
 %prep
 %autosetup -p1 -n pip-run-%{version}
 
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150400
+sed -i -e '/nbformat/d' setup.cfg
+%endif
+
 %if !%{with test}
 %build
 %pyproject_wheel
@@ -100,7 +109,11 @@
 mkdir -p wheels
 cp %{SOURCE10} %{SOURCE11} wheels/
 export PIP_FIND_LINKS=$PWD/wheels/
-%pytest -x
+dont_test=""
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150400
+dont_test+=""
+%endif
+%pytest -k "$dont_test"
 %endif
 
 %post

Reply via email to