Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
0cef8bc203 |
BIN
argcomplete-3.5.2.tar.gz
(Stored with Git LFS)
BIN
argcomplete-3.5.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
argcomplete-3.5.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
argcomplete-3.5.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,8 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 11 08:32:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Remove executable bit on files installed outside of the path. (bsc#1244435)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 7 08:06:26 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- 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á <mmachova@suse.com>
|
Tue Dec 10 11:12:48 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
- Update to version 3.5.2
|
- 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.
|
compatibility with Python 3.12.8 and 3.13.1.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-argcomplete
|
# spec file for package python-argcomplete
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2013 Darin Perusich.
|
# Copyright (c) 2013 Darin Perusich.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -27,14 +27,14 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-argcomplete%{psuffix}
|
Name: python-argcomplete%{psuffix}
|
||||||
Version: 3.5.2
|
Version: 3.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bash tab completion for argparse
|
Summary: Bash tab completion for argparse
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/kislyuk/argcomplete
|
URL: https://github.com/kislyuk/argcomplete
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/argcomplete/argcomplete-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/argcomplete/argcomplete-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
|
BuildRequires: %{python_module hatchling}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools >= 67.2}
|
BuildRequires: %{python_module setuptools >= 67.2}
|
||||||
BuildRequires: %{python_module setuptools_scm >= 6.2}
|
BuildRequires: %{python_module setuptools_scm >= 6.2}
|
||||||
@@ -82,6 +82,7 @@ resources over the network).
|
|||||||
%python_clone -a %{buildroot}%{_bindir}/register-python-argcomplete
|
%python_clone -a %{buildroot}%{_bindir}/register-python-argcomplete
|
||||||
%python_clone -a %{buildroot}%{_bindir}/python-argcomplete-check-easy-install-script
|
%python_clone -a %{buildroot}%{_bindir}/python-argcomplete-check-easy-install-script
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
%python_expand chmod -x %{buildroot}%{$python_sitelib}/argcomplete/scripts/*.py
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Reference in New Issue
Block a user