diff --git a/python-shtab.spec b/python-shtab.spec index d1eeeb854a779b41c66bec7a3b7158523a20e048..346dfd73f1019167f79170cf3c2741e97e1f674e 100644 --- a/python-shtab.spec +++ b/python-shtab.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-shtab -Version: 1.6.5 +Version: 1.7.1 Release: 1 Summary: Automagic shell tab completion for Python CLI applications License: Apache-2.0 @@ -15,7 +15,7 @@ Automagic shell tab completion for Python CLI applications %package -n python3-shtab Summary: Automagic shell tab completion for Python CLI applications -Provides: python-shtab +Provides: python-shtab = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools python3-setuptools_scm python3-wheel python3-toml %description -n python3-shtab @@ -51,6 +51,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Mar 18 2024 jiangxinyu - 1.7.1-1 +- Update package to version 1.7.1 + * Tue Sep 12 2023 xu_ping <707078654@qq.com> - 1.6.5-1 - Upgrade version to 1.6.5 diff --git a/shtab-1.6.5.tar.gz b/shtab-1.6.5.tar.gz deleted file mode 100644 index 03e5b217aeef9c3566a287b21a9f99ab8162d1e0..0000000000000000000000000000000000000000 Binary files a/shtab-1.6.5.tar.gz and /dev/null differ diff --git a/shtab-1.7.1.tar.gz b/shtab-1.7.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..716da98c4cc405eb670cb6b83f81c275ff00c858 Binary files /dev/null and b/shtab-1.7.1.tar.gz differ