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 2021-12-09 19:45:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cmd2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-cmd2.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cmd2"

Thu Dec  9 19:45:17 2021 rev:41 rq:936100 version:2.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cmd2/python-cmd2.changes  2021-10-20 
20:24:22.125381203 +0200
+++ /work/SRC/openSUSE:Factory/.python-cmd2.new.2520/python-cmd2.changes        
2021-12-09 19:45:31.117130637 +0100
@@ -1,0 +2,27 @@
+Mon Dec  6 18:04:09 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 2.3.2:
+  * Fixed issue where a `ns_provider` could be passed `None`
+    instead of its correct `cmd2.Cmd` or `CommandSet` value.
+  * Fixed issue introduced in 2.3.0 with `AlternatingTable`, `BorderedTable`, 
and `SimpleTable` that caused
+    header alignment settings to be overridden by data alignment settings.
+  * `CompletionItems` now saves the original object from which it creates a 
string.
+  * Using `CompletionItems` as argparse choices is fully supported.
+  * `ArgparseCompleter` now does the following if a list of `CompletionItems`
+    was created with numerical types:
+  * Fixed `AttributeError` in `rl_get_prompt()` when prompt is `None`.
+  * Fixed bug where using choices on a Settable didn't verify that a valid 
choice had been entered.
+  * Fixed bug introduced in cmd2 2.0.0 in which `select()` converts return 
values to strings.
+  * Added settings to Column class which prevent a table from overriding 
existing styles in header
+    and/or data text. This allows for things like nesting an AlternatingTable 
in another AlternatingTable.
+  * AlternatingTable no longer automatically applies background color to 
borders. This was done to improve
+    appearance since the background color extended beyond the borders of the 
table.
+  * Added ability to colorize all aspects of `AlternatingTable`, 
`BorderedTable`, and `SimpleTable`.
+  * Added support for 8-bit/256-colors with the `cmd2.EightBitFg` and 
`cmd2.EightBitBg` classes.
+  * Added support for 24-bit/RGB colors with the `cmd2.RgbFg` and `cmd2.RgbBg` 
classes.
+  * Removed dependency on colorama.
+  * Changed type of `ansi.allow_style` from a string to an `ansi.AllowStyle` 
Enum class.
+  * To support the color upgrade, all cmd2 colors now inherit from either 
`ansi.FgColor` or `ansi.BgColor`.
+    Therefore, `ansi.style()` no longer accepts colors as strings.
+
+-------------------------------------------------------------------

Old:
----
  cmd2-2.2.0.tar.gz

New:
----
  cmd2-2.3.2.tar.gz

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

Other differences:
------------------
++++++ python-cmd2.spec ++++++
--- /var/tmp/diff_new_pack.Bqbrzq/_old  2021-12-09 19:45:31.897131012 +0100
+++ /var/tmp/diff_new_pack.Bqbrzq/_new  2021-12-09 19:45:31.901131014 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-cmd2
-Version:        2.2.0
+Version:        2.3.2
 Release:        0
 Summary:        Extra features for standard library's cmd module
 License:        MIT
@@ -33,7 +33,6 @@
 BuildRequires:  vim
 Requires:       python
 Requires:       python-attrs >= 16.3.0
-Requires:       python-colorama >= 0.3.7
 Requires:       python-pyperclip >= 1.6
 Requires:       python-wcwidth >= 0.1.7
 BuildArch:      noarch
@@ -43,7 +42,6 @@
 %endif
 # SECTION Test requirements
 BuildRequires:  %{python_module attrs >= 16.3.0}
-BuildRequires:  %{python_module colorama >= 0.3.7}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pyperclip >= 1.6}
 BuildRequires:  %{python_module pytest-cov}

++++++ cmd2-2.2.0.tar.gz -> cmd2-2.3.2.tar.gz ++++++
++++ 5338 lines of diff (skipped)

Reply via email to