15
0

- 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
This commit is contained in:
2022-07-06 10:05:43 +00:00
committed by Git OBS Bridge
parent 3c639dde1c
commit bfae32c33e
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c7dbffd8c045ea534921e63b0be6fe65e88599990d8dc408ac8c542b72a5445
size 76128

3
argcomplete-2.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6372ad78c89d662035101418ae253668445b391755cfe94ea52f1b9d22425b20
size 54164

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 6 10:04:40 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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