Compare commits
12 Commits
Author | SHA256 | Date | |
---|---|---|---|
36246176ce | |||
c37f4d0614 | |||
9b664c08be | |||
821fc55aa5 | |||
342722bcb4 | |||
686620a41f | |||
701704c3c2 | |||
2e833d7c93 | |||
2c750af644 | |||
fa3d1957b8 | |||
9a4671699d | |||
2a59f59d2b |
3
cmd2-2.5.11.tar.gz
Normal file
3
cmd2-2.5.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:daf11414d6985d5020a2ae4d258411ab3a2bf1548f474977cd964a6cb2655f36
|
||||
size 621759
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a52da7fca6b84a220df393015d9dc83915a67ac15d8dec28529175722b2c784d
|
||||
size 628512
|
@@ -1,18 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-cmd2
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# 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.7.0
|
||||
Version: 2.5.11
|
||||
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-pyperclip >= 1.8
|
||||
Requires: python-rich-argparse >= 1.7.1
|
||||
Requires: python-wcwidth >= 0.2.10
|
||||
Requires: python-attrs >= 16.3.0
|
||||
Requires: python-pyperclip >= 1.6
|
||||
Requires: python-wcwidth >= 0.1.7
|
||||
BuildArch: noarch
|
||||
# SECTION Test requirements
|
||||
BuildRequires: %{python_module pyperclip >= 1.8}
|
||||
BuildRequires: %{python_module attrs >= 16.3.0}
|
||||
BuildRequires: %{python_module pyperclip >= 1.6}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module rich-argparse >= 1.7.1}
|
||||
BuildRequires: %{python_module wcwidth >= 0.2.10}
|
||||
BuildRequires: %{python_module wcwidth >= 0.1.7}
|
||||
BuildRequires: vim
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
Reference in New Issue
Block a user