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 2025-07-06 17:03:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cmd2 (Old) and /work/SRC/openSUSE:Factory/.python-cmd2.new.1903 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cmd2" Sun Jul 6 17:03:49 2025 rev:52 rq:1290634 version:2.5.11 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cmd2/python-cmd2.changes 2024-12-19 21:40:25.596174139 +0100 +++ /work/SRC/openSUSE:Factory/.python-cmd2.new.1903/python-cmd2.changes 2025-07-06 17:05:33.001092107 +0200 @@ -1,0 +2,10 @@ +Fri Jul 4 09:05:16 UTC 2025 - Dirk Müller <dmuel...@suse.com> + +- update to 2.5.11: + * Fixed duplicated parameter tables in API documentation. + * Fixed docstring style for MkDocs API documentation so + parameters are displayed properly. + * Fixed 'index out of range' error when passing no arguments to + an argparse-based command function. + +------------------------------------------------------------------- Old: ---- cmd2-2.5.8.tar.gz New: ---- cmd2-2.5.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cmd2.spec ++++++ --- /var/tmp/diff_new_pack.Fkeu3P/_old 2025-07-06 17:05:33.825126243 +0200 +++ /var/tmp/diff_new_pack.Fkeu3P/_new 2025-07-06 17:05:33.829126409 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-cmd2 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-cmd2 -Version: 2.5.8 +Version: 2.5.11 Release: 0 Summary: Extra features for standard library's cmd module License: MIT @@ -35,17 +35,11 @@ Requires: python-pyperclip >= 1.6 Requires: python-wcwidth >= 0.1.7 BuildArch: noarch -%if 0%{?python_version_nodots} < 38 -Requires: python-importlib_metadata >= 1.6 -Requires: python-typing_extensions -%endif # SECTION Test requirements BuildRequires: %{python_module attrs >= 16.3.0} -BuildRequires: %{python_module importlib_metadata >= 1.6 if %python-base < 3.8} BuildRequires: %{python_module pyperclip >= 1.6} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module typing_extensions if %python-base < 3.8} BuildRequires: %{python_module wcwidth >= 0.1.7} BuildRequires: vim # /SECTION ++++++ cmd2-2.5.8.tar.gz -> cmd2-2.5.11.tar.gz ++++++ ++++ 17223 lines of diff (skipped) ++++++ cmd2-no-coverage-tests.patch ++++++ --- /var/tmp/diff_new_pack.Fkeu3P/_old 2025-07-06 17:05:34.017134197 +0200 +++ /var/tmp/diff_new_pack.Fkeu3P/_new 2025-07-06 17:05:34.021134363 +0200 @@ -1,11 +1,11 @@ -diff --git a/pyproject.toml b/pyproject.toml -index bfd8d44..f88999e 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -54,12 +54,6 @@ warn_unused_ignores = false - testpaths = [ - "tests", - ] +Index: cmd2-2.5.11/pyproject.toml +=================================================================== +--- cmd2-2.5.11.orig/pyproject.toml ++++ cmd2-2.5.11/pyproject.toml +@@ -104,12 +104,6 @@ warn_unused_ignores = false + + [tool.pytest.ini_options] + testpaths = ["tests"] -addopts = [ - "--cov=cmd2", - "--cov-append",