From bfae32c33e4d60c9a1a5f5788abc9ae868bb61ca42972bde210886b5d1c8a4d3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 6 Jul 2022 10:05:43 +0000 Subject: [PATCH] - update to 2.0.0: * Truncate input after cursor. * Support of path completion in fish * Drop support for Python 2.7 and 3.5 * Add support for Python 3.10 * Test, documentation, and release infrastructure improvements OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=39 --- argcomplete-1.12.3.tar.gz | 3 --- argcomplete-2.0.0.tar.gz | 3 +++ python-argcomplete.changes | 10 ++++++++++ python-argcomplete.spec | 7 ++++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 argcomplete-1.12.3.tar.gz create mode 100644 argcomplete-2.0.0.tar.gz diff --git a/argcomplete-1.12.3.tar.gz b/argcomplete-1.12.3.tar.gz deleted file mode 100644 index c3f806b..0000000 --- a/argcomplete-1.12.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c7dbffd8c045ea534921e63b0be6fe65e88599990d8dc408ac8c542b72a5445 -size 76128 diff --git a/argcomplete-2.0.0.tar.gz b/argcomplete-2.0.0.tar.gz new file mode 100644 index 0000000..28afc60 --- /dev/null +++ b/argcomplete-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6372ad78c89d662035101418ae253668445b391755cfe94ea52f1b9d22425b20 +size 54164 diff --git a/python-argcomplete.changes b/python-argcomplete.changes index 5cfc547..1ea8498 100644 --- a/python-argcomplete.changes +++ b/python-argcomplete.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 6 10:04:40 UTC 2022 - Dirk Müller + +- update to 2.0.0: + * Truncate input after cursor. + * Support of path completion in fish + * Drop support for Python 2.7 and 3.5 + * Add support for Python 3.10 + * Test, documentation, and release infrastructure improvements + ------------------------------------------------------------------- Sun Jun 6 11:43:24 UTC 2021 - Dirk Müller diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 3a33243..7d521ee 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -1,7 +1,7 @@ # # spec file for package python-argcomplete # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2013 Darin Perusich. # # All modifications and additions to the file contributed by third parties @@ -17,9 +17,10 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} +%global skip_python2 1 Name: python-argcomplete -Version: 1.12.3 +Version: 2.0.0 Release: 0 Summary: Bash tab completion for argparse License: Apache-2.0