diff --git a/.gitignore b/.gitignore index 0b2f7cb..7caab11 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /argcomplete-0.8.8.tar.gz /argcomplete-0.8.9.tar.gz /argcomplete-1.0.0.tar.gz +/argcomplete-1.1.0.tar.gz diff --git a/python-argcomplete.spec b/python-argcomplete.spec index a4f3728..771ac70 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -6,8 +6,8 @@ Name: python-%{modname} Summary: Bash tab completion for argparse -Version: 1.0.0 -Release: 4%{?dist} +Version: 1.1.0 +Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/kislyuk/argcomplete Source0: http://pypi.python.org/packages/source/a/argcomplete/%{modname}-%{version}.tar.gz @@ -123,6 +123,9 @@ install -p -m0644 %{buildroot}%{python2_sitelib}/%{modname}/bash_completion.d/py %{_sysconfdir}/bash_completion.d/python-argcomplete.sh %changelog +* Mon Feb 22 2016 Igor Gnatenko - 1.1.0-1 +- Update to 1.1.0 (RHBZ #1310473) + * Thu Feb 04 2016 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 7356eff..5d4fb74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7cdf147b498e7e4d6ab71036292939a3 argcomplete-1.0.0.tar.gz +07504963b54e6af8aa8c51a4913bbbe3 argcomplete-1.1.0.tar.gz