diff --git a/.python-cmd2.metadata b/.python-cmd2.metadata index 14ae6b6..639f968 100644 --- a/.python-cmd2.metadata +++ b/.python-cmd2.metadata @@ -1 +1 @@ -485cfbcbaf2b2492b2a69e2dee4121a578f2ca20 SOURCES/cmd2-1.4.0.tar.gz +205b93d0c779700c04683f3413f9bf9e4da224dd SOURCES/cmd2-2.2.0.tar.gz diff --git a/SOURCES/.gitignore b/SOURCES/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/SOURCES/.gitignore diff --git a/SPECS/python-cmd2.spec b/SPECS/python-cmd2.spec index 8885069..3dff148 100644 --- a/SPECS/python-cmd2.spec +++ b/SPECS/python-cmd2.spec @@ -1,8 +1,8 @@ %global pypi_name cmd2 Name: python-%{pypi_name} -Version: 1.4.0 -Release: 2%{?dist} +Version: 2.2.0 +Release: 1%{?dist} Summary: Extra features for standard library's cmd module License: MIT @@ -43,10 +43,6 @@ BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm BuildRequires: dos2unix -Requires: python3-pyparsing -Requires: python3-pyperclip -Requires: python3-six -Requires: python3-wcwidth Requires: /usr/bin/which %{?python_provide:%python_provide python3-cmd2} @@ -63,11 +59,33 @@ Requires: /usr/bin/which %files -n python3-%{pypi_name} %license LICENSE -%doc CHANGELOG.md CONTRIBUTING.md README.md CODE_OF_CONDUCT.md docs +%doc CHANGELOG.md README.md docs %{python3_sitelib}/cmd2 %{python3_sitelib}/%{pypi_name}-%{version}* %changelog +* Sat Sep 25 2021 Kevin Fenzi - 2.2.0-1 +- Update to 2.2.0. Fixes rhbz#2004224 + +* Sun Aug 08 2021 Kevin Fenzi - 2.1.2-1 +- Update to 2.1.2. Fixes rhbz#1971701 + +* Fri Jul 23 2021 Fedora Release Engineering - 2.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Jun 19 2021 Kevin Fenzi - 2.1.1-1 +- Update to 2.1.1. Fixed rhbz#1971701 + +* Mon Jun 07 2021 Python Maint - 2.0.1-2 +- Rebuilt for Python 3.10 + +* Mon Jun 07 2021 Ken Dreyer - 2.0.1-1 +- Update to latest upstream release +- Remove explicit Requires + +* Fri Jun 04 2021 Python Maint - 1.4.0-3 +- Rebuilt for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild