diff --git a/invoke-1.1.1.tar.gz b/invoke-1.1.1.tar.gz deleted file mode 100644 index b770e62..0000000 --- a/invoke-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c2cf54c9b9af973ad9704d8ba81b225117cab612568cacbfb3fc42958cc20a9 -size 311831 diff --git a/invoke-1.2.0.tar.gz b/invoke-1.2.0.tar.gz new file mode 100644 index 0000000..ff74bf2 --- /dev/null +++ b/invoke-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc492f8f17a0746e92081aec3f86ae0b4750bf41607ea2ad87e5a7b5705121b7 +size 319116 diff --git a/python-invoke.changes b/python-invoke.changes index 2ebe1bc..4f4c893 100644 --- a/python-invoke.changes +++ b/python-invoke.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 26 14:02:06 UTC 2019 - Tomáš Chvátal + +- Update to 1.2.0: + * [Feature] #301: (via #414) Overhaul tab completion mechanisms so users can print a completion script which automatically matches the emitting binary’s configured names (compared to the previous hardcoded scripts, which only worked for inv/invoke by default). Thanks to Nicolas Höning for the foundational patchset. + ------------------------------------------------------------------- Sat Aug 11 11:42:30 UTC 2018 - tchvatal@suse.com diff --git a/python-invoke.spec b/python-invoke.spec index 9c6bf58..1788149 100644 --- a/python-invoke.spec +++ b/python-invoke.spec @@ -1,7 +1,7 @@ # # spec file for package python-invoke # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-invoke -Version: 1.1.1 +Version: 1.2.0 Release: 0 Summary: Pythonic Task Execution License: BSD-2-Clause @@ -55,6 +55,8 @@ inspiration from various sources to arrive at a powerful & clean feature set. %setup -q -n invoke-%{version} # Remove bundled libs, import will fallback to system provided libs rm -fr invoke/vendor/* +# remove pycache dir +rm -r invoke/completion/__pycache__/ %patch0 -p1 @@ -69,9 +71,7 @@ rm -fr invoke/vendor/* %python_clone -a %{buildroot}%{_bindir}/invoke %check -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} -py.test-%{$python_bin_suffix} -} +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} %post %{python_install_alternative inv invoke}