Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-debugpy for openSUSE:Factory 
checked in at 2024-02-15 20:59:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-debugpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-debugpy.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-debugpy"

Thu Feb 15 20:59:39 2024 rev:15 rq:1146922 version:1.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-debugpy/python-debugpy.changes    
2024-01-30 18:23:57.826800617 +0100
+++ /work/SRC/openSUSE:Factory/.python-debugpy.new.1815/python-debugpy.changes  
2024-02-15 21:00:18.443796895 +0100
@@ -1,0 +2,16 @@
+Thu Feb 15 16:18:57 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Skip attach_pid tests that fails in OBS run environment bsc#1219921
+
+-------------------------------------------------------------------
+Wed Feb 14 11:05:55 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Update to 1.8.1:
+  - Python 3.12 is now fully supported.
+  - Fixes:
+    - Can no longer expand Numpy arrays to view elements #1408
+    - Namedtuple are not rendered in the variable browser as expected #1477
+  - Enhancements:
+    - Report sockets opened by debugpy #1337
+
+-------------------------------------------------------------------

Old:
----
  debugpy-1.8.0.tar.gz

New:
----
  debugpy-1.8.1.tar.gz

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

Other differences:
------------------
++++++ python-debugpy.spec ++++++
--- /var/tmp/diff_new_pack.iB8ekP/_old  2024-02-15 21:00:19.455832465 +0100
+++ /var/tmp/diff_new_pack.iB8ekP/_new  2024-02-15 21:00:19.455832465 +0100
@@ -27,7 +27,7 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           python-debugpy%{psuffix}
-Version:        1.8.0
+Version:        1.8.1
 Release:        0
 Summary:        An implementation of the Debug Adapter Protocol for Python
 License:        MIT
@@ -127,6 +127,11 @@
 donttest+=" or test_attach_api or test_reattach or test_break_api or 
test_set_variable or test_unicode or test_debugpySystemInfo or 
test_debug_this_thread or test_tracing"
 %endif
 
+# Do not have numpy dependency
+donttest+=" or test_numpy"
+# Skip all attach_pid tests, it fails in OBS enviroment bsc#1219921
+donttest+=" or attach_pid"
+
 %pytest_arch -k "not ($donttest)"
 %endif
 

++++++ debugpy-1.8.0.tar.gz -> debugpy-1.8.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-debugpy/debugpy-1.8.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-debugpy.new.1815/debugpy-1.8.1.tar.gz 
differ: char 13, line 1

Reply via email to