17
0

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:
2019-09-27 12:47:28 +00:00
committed by Git OBS Bridge
5 changed files with 20 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45836de8cc63d2f6e06b898cef1e4ce1e9907d246ec77ac8e64f23f153d6bec1
size 47271

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94423d1a56cdec2ef47699e02c9a48cf8827b9c4465b836c0cefb30afe85e59a
size 46812

View File

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

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-argcomplete
Version: 1.9.5
Version: 1.10.0
Release: 0
Summary: Bash tab completion for argparse
License: Apache-2.0
@@ -31,6 +31,7 @@ Patch1: trim-test-deps.patch
BuildRequires: %{python_module pexpect}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: fish
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages

View File

@@ -1,7 +1,8 @@
diff -ur argcomplete-1.9.4.orig/test/test.py argcomplete-1.9.4/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
@@ -1170,34 +1170,6 @@
Index: argcomplete-1.10.0/test/test.py
===================================================================
--- argcomplete-1.10.0.orig/test/test.py
+++ 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')
@@ -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('')
-
-
class Shell(object):
def __init__(self, shell):
self.child = pexpect.spawn(shell, encoding='utf-8')
class TestFish(_TestSh, unittest.TestCase):
expected_failures = [
'test_parse_special_characters',