forked from pool/python-argcomplete
Accepting request 730714 from devel:languages:python
- Update to 1.10.0: * fish support - Refresh patch skip_tcsh_tests.patch OBS-URL: https://build.opensuse.org/request/show/730714 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=12
This commit is contained in:
3
argcomplete-1.10.0.tar.gz
Normal file
3
argcomplete-1.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45836de8cc63d2f6e06b898cef1e4ce1e9907d246ec77ac8e64f23f153d6bec1
|
||||||
|
size 47271
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:94423d1a56cdec2ef47699e02c9a48cf8827b9c4465b836c0cefb30afe85e59a
|
|
||||||
size 46812
|
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 12:45:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.10.0:
|
||||||
|
* fish support
|
||||||
|
- Refresh patch skip_tcsh_tests.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 5 11:02:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Apr 5 11:02:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-argcomplete
|
Name: python-argcomplete
|
||||||
Version: 1.9.5
|
Version: 1.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bash tab completion for argparse
|
Summary: Bash tab completion for argparse
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -31,6 +31,7 @@ Patch1: trim-test-deps.patch
|
|||||||
BuildRequires: %{python_module pexpect}
|
BuildRequires: %{python_module pexpect}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: fish
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
diff -ur argcomplete-1.9.4.orig/test/test.py argcomplete-1.9.4/test/test.py
|
Index: argcomplete-1.10.0/test/test.py
|
||||||
--- argcomplete-1.9.4.orig/test/test.py 2018-02-13 22:40:04.000000000 +0700
|
===================================================================
|
||||||
+++ argcomplete-1.9.4/test/test.py 2019-02-10 21:45:44.370237665 +0700
|
--- argcomplete-1.10.0.orig/test/test.py
|
||||||
@@ -1170,34 +1170,6 @@
|
+++ argcomplete-1.10.0/test/test.py
|
||||||
|
@@ -1179,34 +1179,6 @@ class TestBashGlobal(TestBash):
|
||||||
self.assertEqual(self.sh.run_command('python -m package.prog basic f\t'), 'foo\r\n')
|
self.assertEqual(self.sh.run_command('python -m package.prog basic f\t'), 'foo\r\n')
|
||||||
|
|
||||||
|
|
||||||
@@ -33,6 +34,6 @@ diff -ur argcomplete-1.9.4.orig/test/test.py argcomplete-1.9.4/test/test.py
|
|||||||
- self.sh.run_command('')
|
- self.sh.run_command('')
|
||||||
-
|
-
|
||||||
-
|
-
|
||||||
class Shell(object):
|
class TestFish(_TestSh, unittest.TestCase):
|
||||||
def __init__(self, shell):
|
expected_failures = [
|
||||||
self.child = pexpect.spawn(shell, encoding='utf-8')
|
'test_parse_special_characters',
|
||||||
|
|||||||
Reference in New Issue
Block a user