diff --git a/invoke-1.5.0.tar.gz b/invoke-1.5.0.tar.gz deleted file mode 100644 index e866959..0000000 Binary files a/invoke-1.5.0.tar.gz and /dev/null differ diff --git a/python-invoke-1.6.0.tar.gz b/python-invoke-1.6.0.tar.gz new file mode 100644 index 0000000..de6caad Binary files /dev/null and b/python-invoke-1.6.0.tar.gz differ diff --git a/python-invoke.spec b/python-invoke.spec index 03ee118..9a3f72a 100644 --- a/python-invoke.spec +++ b/python-invoke.spec @@ -1,11 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-invoke -Version: 1.5.0 +Version: 1.6.0 Release: 1 Summary: Pythonic task execution License: BSD URL: http://docs.pyinvoke.org -Source0: https://files.pythonhosted.org/packages/f0/bf/12827f26d127549b0c17aeb075b8bec2b0a48873418c51fca4bfcd0bd985/invoke-1.5.0.tar.gz +Source0: https://github.com/pyinvoke/invoke/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: procps-ng BuildArch: noarch @@ -45,7 +46,7 @@ project website `_; or for detailed API docs, see `the versioned API website `_. %prep -%autosetup -n invoke-1.5.0 +%autosetup -n invoke-1.6.0 rm -rvf invoke/vendor/yaml2/* %build @@ -86,5 +87,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jan 19 2022 SimpleUpdate Robot - 1.6.0-1 +- Upgrade to version 1.6.0 + * Mon Feb 01 2021 Python_Bot - Package Spec generated