Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cmd2 for openSUSE:Factory 
checked in at 2026-07-09 22:18:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cmd2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-cmd2.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cmd2"

Thu Jul  9 22:18:25 2026 rev:59 rq:1364503 version:4.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cmd2/python-cmd2.changes  2026-06-15 
19:42:15.644439457 +0200
+++ /work/SRC/openSUSE:Factory/.python-cmd2.new.1991/python-cmd2.changes        
2026-07-09 22:18:38.476618562 +0200
@@ -1,0 +2,29 @@
+Wed Jul  8 11:01:50 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 4.1.0:
+  * Renamed the `bottom_toolbar` argument in `Cmd.__init__()` to
+    `enable_bottom_toolbar`. It is also now strictly an `__init__`
+    parameter and not an instance
+    attribute.
+  * `complete_in_thread` is now strictly an `__init__` parameter
+    and not an instance attribute of
+  * `get_rprompt()` is now only called if the `enable_rprompt`
+    argument in `Cmd.__init__()` is set to `True`.
+  * Fixed type hinting so that methods decorated with
+    `with_annotated` no longer trigger spurious
+    mypy errors and preserve their original signature.
+  * Fixed cmd2 bypassing NO_COLOR and allow_style when setting
+    prompt-toolkit's color depth.
+  * New `cmd2.Cmd` parameters
+  * **complete_in_thread**: (boolean) if `True`, then completion
+    will run in a separate
+    thread. If `False` then completion runs in the main thread
+    and causes it to block if slow.
+  * **refresh_interval**: (float) How often, in seconds, to
+    automatically refresh the UI.
+    Defaults to 0.0. This is used for bottom toolbars and right
+    prompts which have dynamic
+    content needing to be refreshed at regular intervals and not
+    just when a key is pressed.
+
+-------------------------------------------------------------------

Old:
----
  cmd2-4.0.0.tar.gz

New:
----
  cmd2-4.1.0.tar.gz

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

Other differences:
------------------
++++++ python-cmd2.spec ++++++
--- /var/tmp/diff_new_pack.Lvmr15/_old  2026-07-09 22:18:39.036637627 +0200
+++ /var/tmp/diff_new_pack.Lvmr15/_new  2026-07-09 22:18:39.040637763 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-cmd2
-Version:        4.0.0
+Version:        4.1.0
 Release:        0
 Summary:        Extra features for standard library's cmd module
 License:        MIT

++++++ cmd2-4.0.0.tar.gz -> cmd2-4.1.0.tar.gz ++++++
++++ 5543 lines of diff (skipped)

Reply via email to