diff --git a/cmd2-2.4.3.tar.gz b/cmd2-2.4.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4147fc675607149527232187567ef73e468d1115 Binary files /dev/null and b/cmd2-2.4.3.tar.gz differ diff --git a/python-cmd2.spec b/python-cmd2.spec index edcf2cdf8b389ebc33dc65e1f730fe5cdb9070aa..2066a3814d5c2e392d21a14d7ad1e1d4271307be 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -1,14 +1,14 @@ -%define anolis_release 3 +%define anolis_release 1 %global pypi_name cmd2 Name: python-%{pypi_name} -Version: 2.4.2 +Version: 2.4.3 Release: %{anolis_release}%{?dist} Summary: Extra features for standard library's cmd module License: MIT URL: https://pypi.python.org/pypi/cmd2 -Source0: https://files.pythonhosted.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/c/cmd2/cmd2-2.4.3.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-setuptools @@ -57,6 +57,10 @@ doc files for python3-%{pypi_name} %doc CHANGELOG.md README.md docs %changelog +* Sat Nov 15 2025 wenyuzifang - 2.4.3-1 +- Updated to version 2.4.3 to fix xxxxxx + + * Mon Mar 25 2024 Zhao Hang - 2.4.2-3 - Rebuild with python3.11