forked from pool/python-cmd2
Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
66bfb6416c | |||
046cbdd45c | |||
4d2e0aa7e8 | |||
63d02dac56 | |||
45d2a824aa | |||
c4b3151610 | |||
7fca6b6cf8 | |||
0b61a039c6 | |||
8fce606d76 | |||
158893169b | |||
59eaf493fd | |||
19da392b61 | |||
c2f40fbd78 | |||
7cc1bbd489 |
@@ -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
3
cmd2-2.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a52da7fca6b84a220df393015d9dc83915a67ac15d8dec28529175722b2c784d
|
||||||
|
size 628512
|
@@ -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>
|
Fri Jul 4 09:05:16 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-cmd2
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-cmd2
|
Name: python-cmd2
|
||||||
Version: 2.5.11
|
Version: 2.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extra features for standard library's cmd module
|
Summary: Extra features for standard library's cmd module
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -31,16 +31,16 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: vim
|
BuildRequires: vim
|
||||||
Requires: python
|
Requires: python
|
||||||
Requires: python-attrs >= 16.3.0
|
Requires: python-pyperclip >= 1.8
|
||||||
Requires: python-pyperclip >= 1.6
|
Requires: python-rich-argparse >= 1.7.1
|
||||||
Requires: python-wcwidth >= 0.1.7
|
Requires: python-wcwidth >= 0.2.10
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION Test requirements
|
# SECTION Test requirements
|
||||||
BuildRequires: %{python_module attrs >= 16.3.0}
|
BuildRequires: %{python_module pyperclip >= 1.8}
|
||||||
BuildRequires: %{python_module pyperclip >= 1.6}
|
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest}
|
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
|
BuildRequires: vim
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Reference in New Issue
Block a user