diff --git a/argcomplete-3.5.2.tar.gz b/argcomplete-3.5.2.tar.gz deleted file mode 100644 index 875af7e..0000000 --- a/argcomplete-3.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23146ed7ac4403b70bd6026402468942ceba34a6732255b9edf5b7354f68a6bb -size 82341 diff --git a/argcomplete-3.5.3.tar.gz b/argcomplete-3.5.3.tar.gz new file mode 100644 index 0000000..97d9d72 --- /dev/null +++ b/argcomplete-3.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12bf50eded8aebb298c7b7da7a5ff3ee24dffd9f5281867dfe1424b58c55392 +size 72999 diff --git a/python-argcomplete.changes b/python-argcomplete.changes index 20a7782..751f78b 100644 --- a/python-argcomplete.changes +++ b/python-argcomplete.changes @@ -1,8 +1,15 @@ +------------------------------------------------------------------- +Sat Jun 7 08:06:26 UTC 2025 - Johannes Kastl + +- Update to version 3.5.3 + * Use interactive shells and bind to make environment variable + name completions work in older Bash versions (#506) + ------------------------------------------------------------------- Tue Dec 10 11:12:48 UTC 2024 - Markéta Machová - Update to version 3.5.2 - * Fix _parse_known_args monkeypatching. This fix is required to restore + * Fix _parse_known_args monkeypatching. This fix is required to restore compatibility with Python 3.12.8 and 3.13.1. ------------------------------------------------------------------- diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 01c6458..6166a1a 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -1,7 +1,7 @@ # # spec file for package python-argcomplete # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2013 Darin Perusich. # # All modifications and additions to the file contributed by third parties @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-argcomplete%{psuffix} -Version: 3.5.2 +Version: 3.5.3 Release: 0 Summary: Bash tab completion for argparse License: Apache-2.0 @@ -35,6 +35,7 @@ Group: Development/Languages/Python URL: https://github.com/kislyuk/argcomplete Source: https://files.pythonhosted.org/packages/source/a/argcomplete/argcomplete-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 67.2} BuildRequires: %{python_module setuptools_scm >= 6.2} @@ -82,6 +83,7 @@ resources over the network). %python_clone -a %{buildroot}%{_bindir}/register-python-argcomplete %python_clone -a %{buildroot}%{_bindir}/python-argcomplete-check-easy-install-script %python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_expand %python3_fix_shebang_path %{buildroot}%{$python_sitelib}/argcomplete/scripts/* %endif %check