Hello community,
here is the log from the commit of package python-argcomplete for
openSUSE:Factory checked in at 2016-01-01 19:48:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-argcomplete (Old)
and /work/SRC/openSUSE:Factory/.python-argcomplete.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-argcomplete"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-argcomplete/python-argcomplete.changes
2015-04-21 10:53:54.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-argcomplete.new/python-argcomplete.changes
2016-01-01 19:50:20.000000000 +0100
@@ -1,0 +2,12 @@
+Sat Dec 12 17:49:43 UTC 2015 - [email protected]
+
+- update to 1.0.0
+* Don't print args with suppressed help by default; add
+ argcomplete.autocomplete(print_suppressed=True) to control this behavior
+* Fix always_complete_options=False support.
+* Correct doc filename in setup.cfg
+* Make context managers exception-safe.
+* Fix issue with non-string choices for arguments.
+* Improve non-ascii argparse argument support on Python 2.7.
+
+-------------------------------------------------------------------
Old:
----
argcomplete-0.8.7.tar.gz
New:
----
argcomplete-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-argcomplete.spec ++++++
--- /var/tmp/diff_new_pack.fQUYFm/_old 2016-01-01 19:50:21.000000000 +0100
+++ /var/tmp/diff_new_pack.fQUYFm/_new 2016-01-01 19:50:21.000000000 +0100
@@ -18,20 +18,21 @@
Name: python-argcomplete
-Version: 0.8.7
+Version: 1.0.0
Release: 0
-Url: https://github.com/kislyuk/argcomplete
Summary: Bash tab completion for argparse
License: Apache-2.0
Group: Development/Languages/Python
+Url: https://github.com/kislyuk/argcomplete
Source:
http://pypi.python.org/packages/source/a/argcomplete/argcomplete-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
BuildRequires: python-argparse
Requires: python-argparse
-%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
%endif
@@ -61,6 +62,8 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm -rf %{buildroot}%{python_sitelib}/test
+mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d/
+install -p -m0644
%{buildroot}%{python_sitelib}/argcomplete/bash_completion.d/python-argcomplete.sh
%{buildroot}%{_sysconfdir}/bash_completion.d/
%check
python setup.py test
@@ -73,5 +76,6 @@
%{_bindir}/register-python-argcomplete
%{python_sitelib}/argcomplete-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/argcomplete
+%config %{_sysconfdir}/bash_completion.d/python-argcomplete.sh
%changelog
++++++ argcomplete-0.8.7.tar.gz -> argcomplete-1.0.0.tar.gz ++++++
++++ 1658 lines of diff (skipped)