14
0
forked from pool/python-cmd2

Accepting request 1303569 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1303569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cmd2?expand=0&rev=53
This commit is contained in:
2025-09-11 12:38:09 +00:00
committed by Git OBS Bridge
4 changed files with 26 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:daf11414d6985d5020a2ae4d258411ab3a2bf1548f474977cd964a6cb2655f36
size 621759

3
cmd2-2.7.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a52da7fca6b84a220df393015d9dc83915a67ac15d8dec28529175722b2c784d
size 628512

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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cmd2
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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.11
Version: 2.7.0
Release: 0
Summary: Extra features for standard library's cmd module
License: MIT
@@ -31,16 +31,16 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: vim
Requires: python
Requires: python-attrs >= 16.3.0
Requires: python-pyperclip >= 1.6
Requires: python-wcwidth >= 0.1.7
Requires: python-pyperclip >= 1.8
Requires: python-rich-argparse >= 1.7.1
Requires: python-wcwidth >= 0.2.10
BuildArch: noarch
# SECTION Test requirements
BuildRequires: %{python_module attrs >= 16.3.0}
BuildRequires: %{python_module pyperclip >= 1.6}
BuildRequires: %{python_module pyperclip >= 1.8}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wcwidth >= 0.1.7}
BuildRequires: %{python_module rich-argparse >= 1.7.1}
BuildRequires: %{python_module wcwidth >= 0.2.10}
BuildRequires: vim
# /SECTION
%python_subpackages