15
0

- Update to version 0.6.7:

+ Upstream provides no changelog
- Don't install testsuite globally

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=6
This commit is contained in:
Sascha Peilicke
2014-01-17 15:51:18 +00:00
committed by Git OBS Bridge
parent 4e4a741d09
commit 1e4f6d1215
4 changed files with 15 additions and 6 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:465d1fc535b469319e676e1b7a3054d8dabed833dcb2c2386d62979e083b0bbd
size 24127

View File

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

View File

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