diff --git a/argcomplete-0.6.3.tar.gz b/argcomplete-0.6.3.tar.gz deleted file mode 100644 index 56291f0..0000000 --- a/argcomplete-0.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d06c0ebf45e85890380b69ed0fe56b29c619b9d5de5f4594f48a093a83e8daee -size 24113 diff --git a/argcomplete-0.6.7.tar.gz b/argcomplete-0.6.7.tar.gz new file mode 100644 index 0000000..c20062d --- /dev/null +++ b/argcomplete-0.6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465d1fc535b469319e676e1b7a3054d8dabed833dcb2c2386d62979e083b0bbd +size 24127 diff --git a/python-argcomplete.changes b/python-argcomplete.changes index 0af6f0a..075d4fb 100644 --- a/python-argcomplete.changes +++ b/python-argcomplete.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 17 15:50:53 UTC 2014 - speilicke@suse.com + +- Update to version 0.6.7: + + Upstream provides no changelog +- Don't install testsuite globally + ------------------------------------------------------------------- Mon Nov 18 11:18:02 UTC 2013 - speilicke@suse.com diff --git a/python-argcomplete.spec b/python-argcomplete.spec index c16cef1..e4060a9 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -1,7 +1,7 @@ # # spec file for package python-argcomplete # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 Darin Perusich. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: python-argcomplete -Version: 0.6.3 +Version: 0.6.7 Release: 0 Url: https://github.com/kislyuk/argcomplete Summary: Bash tab completion for argparse @@ -60,6 +60,7 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +rm -rf %{buildroot}%{python_sitelib}/test %check python setup.py test @@ -70,6 +71,7 @@ python setup.py test %{_bindir}/activate-global-python-argcomplete %{_bindir}/python-argcomplete-check-easy-install-script %{_bindir}/register-python-argcomplete -%{python_sitelib}/* +%{python_sitelib}/argcomplete-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/argcomplete %changelog