diff --git a/python-shtab.spec b/python-shtab.spec index 785f04155f0e9ba37b25e5300d4ed5f3f07566d3..27e729fd3eb12ac7e7f4e9b954d29d7ae4c8de38 100644 --- a/python-shtab.spec +++ b/python-shtab.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-shtab Version: 1.7.2 -Release: 1 +Release: 2 Summary: Automagic shell tab completion for Python CLI applications License: Apache-2.0 URL: https://github.com/iterative/shtab @@ -51,6 +51,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Fri Oct 24 2025 Ge Wang - 1.7.2-2 +- Remove old 1.7.1 source + * Mon Jul 28 2025 Ge Wang - 1.7.2-1 - Update package to version 1.7.2 *bash: fixed redirection (>) handling diff --git a/shtab-1.7.1.tar.gz b/shtab-1.7.1.tar.gz deleted file mode 100644 index 716da98c4cc405eb670cb6b83f81c275ff00c858..0000000000000000000000000000000000000000 Binary files a/shtab-1.7.1.tar.gz and /dev/null differ