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 2024-07-09 20:03:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pip-run (Old)
 and      /work/SRC/openSUSE:Factory/.python-pip-run.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pip-run"

Tue Jul  9 20:03:00 2024 rev:5 rq:1186344 version:8.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pip-run/python-pip-run.changes    
2023-04-23 22:44:31.477715113 +0200
+++ /work/SRC/openSUSE:Factory/.python-pip-run.new.2080/python-pip-run.changes  
2024-07-09 20:03:10.730908734 +0200
@@ -1,0 +2,5 @@
+Tue Jul  9 09:32:49 UTC 2024 - Daniel Garcia <[email protected]>
+
+- Do not depend on nbformat for SLES or SLFO:Main for tests
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pip-run.spec ++++++
--- /var/tmp/diff_new_pack.85bL50/_old  2024-07-09 20:03:11.318930133 +0200
+++ /var/tmp/diff_new_pack.85bL50/_new  2024-07-09 20:03:11.322930279 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package python-pip-run
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,8 @@
 # Disables installing nbformat for tests in Ring1 (see also Patch1)
 %bcond_with ringdisabled
 
-%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150400
+# Do not depend on nbformat for SLES or SLFO:Main
+%if ( 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150400 ) || 
0%{?suse_version} == 1600
 %bcond_without ringdisabled
 %endif
 
@@ -56,7 +57,7 @@
 Requires:       python-path >= 15.1
 Requires:       python-pip >= 19.3
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 %if 0%{?python_version_nodots} < 38
 Requires:       python-importlib-metadata
 %endif
@@ -90,7 +91,7 @@
 %prep
 %autosetup -p1 -n pip-run-%{version}
 
-%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150400
+%if %{without ringdisabled}
 sed -i -e '/nbformat/d' setup.cfg
 %endif
 
@@ -110,9 +111,6 @@
 cp %{SOURCE10} %{SOURCE11} wheels/
 export PIP_FIND_LINKS=$PWD/wheels/
 dont_test=""
-%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150400
-dont_test+=""
-%endif
 %pytest -k "$dont_test"
 %endif
 

Reply via email to