diff --git a/python-invoke-1.6.0.tar.gz b/python-invoke-1.6.0.tar.gz deleted file mode 100644 index de6caad..0000000 Binary files a/python-invoke-1.6.0.tar.gz and /dev/null differ diff --git a/python-invoke-1.7.1.tar.gz b/python-invoke-1.7.1.tar.gz new file mode 100644 index 0000000..ccd5506 Binary files /dev/null and b/python-invoke-1.7.1.tar.gz differ diff --git a/python-invoke.spec b/python-invoke.spec index 9a3f72a..6a35b44 100644 --- a/python-invoke.spec +++ b/python-invoke.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-invoke -Version: 1.6.0 +Version: 1.7.1 Release: 1 Summary: Pythonic task execution -License: BSD +License: BSD-2-Clause URL: http://docs.pyinvoke.org Source0: https://github.com/pyinvoke/invoke/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: procps-ng @@ -46,7 +46,7 @@ project website `_; or for detailed API docs, see `the versioned API website `_. %prep -%autosetup -n invoke-1.6.0 +%autosetup -n invoke-%{version} rm -rvf invoke/vendor/yaml2/* %build @@ -87,6 +87,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Oct 29 2022 Ge Wang - 1.7.1-1 +- Upgrade to version 1.7.1 + * Wed Jan 19 2022 SimpleUpdate Robot - 1.6.0-1 - Upgrade to version 1.6.0