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-07-21 19:05:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cmd2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-cmd2.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cmd2"

Wed Jul 21 19:05:27 2021 rev:39 rq:906726 version:2.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cmd2/python-cmd2.changes  2021-06-18 
10:13:21.613960455 +0200
+++ /work/SRC/openSUSE:Factory/.python-cmd2.new.2632/python-cmd2.changes        
2021-07-21 19:05:29.979199698 +0200
@@ -1,0 +2,22 @@
+Fri Jul 16 19:57:26 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 2.1.2:
+  * Added the following accessor methods for cmd2-specific attributes to the 
`argparse.Action` class
+      * `get_choices_callable()`
+      * `set_choices_provider()`
+      * `set_completer()`
+      * `get_descriptive_header()`
+      * `set_descriptive_header()`
+      * `get_nargs_range()`
+      * `set_nargs_range()`
+      * `get_suppress_tab_hint()`
+      * `set_suppress_tab_hint()`
+  * Now that `set_choices_provider()` and `set_completer()` have been added as 
methods to the
+    `argparse.Action` class, the standalone functions of the same name will be 
removed in version
+    2.2.0. To update to the new convention, do the following:
+      * Change `set_choices_provider(action, provider)` to 
`action.set_choices_provider(provider)`
+      * Change `set_completer(action, completer)` to 
`action.set_completer(completer)`
+  * Fixed handling of argparse's default options group name which was changed 
in Python 3.10
+  * Restored `plugins` and `tests_isolated` directories to tarball published 
to PyPI for `cmd2` release
+
+-------------------------------------------------------------------

Old:
----
  cmd2-2.1.0.tar.gz

New:
----
  cmd2-2.1.2.tar.gz

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

Other differences:
------------------
++++++ python-cmd2.spec ++++++
--- /var/tmp/diff_new_pack.v2hZEG/_old  2021-07-21 19:05:30.459200533 +0200
+++ /var/tmp/diff_new_pack.v2hZEG/_new  2021-07-21 19:05:30.463200539 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-cmd2
-Version:        2.1.0
+Version:        2.1.2
 Release:        0
 Summary:        Extra features for standard library's cmd module
 License:        MIT

++++++ cmd2-2.1.0.tar.gz -> cmd2-2.1.2.tar.gz ++++++
++++ 6361 lines of diff (skipped)

Reply via email to