Accepting request 1303211 from home:mcalabkova:branches:devel:languages:python

- Update to 2.7.0
  * removed support for Python 3.8
  * Added support for Python 3.14
  * Added new Cmd.ppretty() method for pretty printing arbitrary
    Python data structures
  * Clarified help text for -t/--transcript argument to the history
    command
  * Added explicit support for free-threaded versions of Python,
    starting with version 3.14
  * Integrated rich-argparse with cmd2's default argparse help
    formatter (Cmd2HelpFormatter).

OBS-URL: https://build.opensuse.org/request/show/1303211
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=110
This commit is contained in:
2025-09-10 09:11:38 +00:00
committed by Git OBS Bridge
parent cf0465200b
commit 13d6018334
4 changed files with 26 additions and 11 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Sep 8 12:59:18 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 2.7.0
* removed support for Python 3.8
* Added support for Python 3.14
* Added new Cmd.ppretty() method for pretty printing arbitrary
Python data structures
* Clarified help text for -t/--transcript argument to the history
command
* Added explicit support for free-threaded versions of Python,
starting with version 3.14
* Integrated rich-argparse with cmd2's default argparse help
formatter (Cmd2HelpFormatter).
-------------------------------------------------------------------
Fri Jul 4 09:05:16 UTC 2025 - Dirk Müller <dmueller@suse.com>