diff --git a/argcomplete-1.10.0.tar.gz b/argcomplete-1.10.0.tar.gz new file mode 100644 index 0000000..e2fe4dc --- /dev/null +++ b/argcomplete-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45836de8cc63d2f6e06b898cef1e4ce1e9907d246ec77ac8e64f23f153d6bec1 +size 47271 diff --git a/argcomplete-1.9.5.tar.gz b/argcomplete-1.9.5.tar.gz deleted file mode 100644 index 2d10f74..0000000 --- a/argcomplete-1.9.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94423d1a56cdec2ef47699e02c9a48cf8827b9c4465b836c0cefb30afe85e59a -size 46812 diff --git a/python-argcomplete.changes b/python-argcomplete.changes index 1654aa0..c39dd73 100644 --- a/python-argcomplete.changes +++ b/python-argcomplete.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 13 12:45:13 UTC 2019 - Tomáš Chvátal + +- Update to 1.10.0: + * fish support +- Refresh patch skip_tcsh_tests.patch + ------------------------------------------------------------------- Fri Apr 5 11:02:52 UTC 2019 - Tomáš Chvátal diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 5b37961..28386f0 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -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 diff --git a/skip_tcsh_tests.patch b/skip_tcsh_tests.patch index 4f22eb8..a06976f 100644 --- a/skip_tcsh_tests.patch +++ b/skip_tcsh_tests.patch @@ -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',