Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pudb for openSUSE:Factory 
checked in at 2022-10-14 15:41:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pudb (Old)
 and      /work/SRC/openSUSE:Factory/.python-pudb.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pudb"

Fri Oct 14 15:41:23 2022 rev:9 rq:1010376 version:2022.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pudb/python-pudb.changes  2021-12-09 
19:45:58.145143647 +0100
+++ /work/SRC/openSUSE:Factory/.python-pudb.new.2275/python-pudb.changes        
2022-10-14 15:42:06.843875795 +0200
@@ -1,0 +2,18 @@
+Wed Oct 12 14:04:37 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com>
+
+- Update to version 2022.1.2 
+  * Syntax-highlighted source, the stack, breakpoints and variables are all 
visible at once and continuously updated.
+    This helps you be more aware of what???s going on in your program. 
Variable displays can be expanded, collapsed and have various customization 
options.
+  * Pre-bundled themes, including dark themes via ???Ctrl-P???. Could set a 
custom theme also.
+  * Simple, keyboard-based navigation using single keystrokes makes debugging 
quick and easy.
+    PuDB understands cursor-keys and Vi shortcuts for navigation. Other keys 
are inspired by the corresponding pdb commands.
+  * Use search to find relevant source code, or use ???m??? to invoke the 
module browser that shows loaded modules, lets you load new ones and reload 
existing ones.
+  * Breakpoints can be set just by pointing at a source line and hitting 
???b??? and then edited visually in the breakpoints window.
+    Or hit ???t??? to run to the line under the cursor.
+  * Drop to a Python shell in the current environment by pressing ???!???. Or 
open a command prompt alongside the source-code via ???Ctrl-X???.
+  * PuDB places special emphasis on exception handling. A post-mortem mode 
makes it easy to retrace a crashing program???s last steps.
+  * Ability to control the debugger from a separate terminal.
+  * IPython integration (see wiki)
+  * Should work with Python 3.6 and newer. (Versions 2019.2 and older continue 
to support Python 2.7.) 
+
+-------------------------------------------------------------------

Old:
----
  pudb-2021.2.2.tar.gz

New:
----
  pudb-2022.1.2.tar.gz

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

Other differences:
------------------
++++++ python-pudb.spec ++++++
--- /var/tmp/diff_new_pack.NbmP5j/_old  2022-10-14 15:42:07.287876536 +0200
+++ /var/tmp/diff_new_pack.NbmP5j/_new  2022-10-14 15:42:07.291876543 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pudb
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-pudb
-Version:        2021.2.2
+Version:        2022.1.2
 Release:        0
 Summary:        A full-screen, console-based Python debugger
 License:        MIT

++++++ pudb-2021.2.2.tar.gz -> pudb-2022.1.2.tar.gz ++++++
++++ 1686 lines of diff (skipped)

Reply via email to