!7 update to version 1.7.1

From: @wang--ge 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2022-10-29 06:10:59 +00:00 committed by Gitee
commit 5a8670918a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
python-invoke-1.7.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-invoke Name: python-invoke
Version: 1.6.0 Version: 1.7.1
Release: 1 Release: 1
Summary: Pythonic task execution Summary: Pythonic task execution
License: BSD License: BSD-2-Clause
URL: http://docs.pyinvoke.org URL: http://docs.pyinvoke.org
Source0: https://github.com/pyinvoke/invoke/archive/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/pyinvoke/invoke/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: procps-ng BuildRequires: procps-ng
@ -46,7 +46,7 @@ project website <http://pyinvoke.org>`_; or for detailed API docs, see `the
versioned API website <http://docs.pyinvoke.org>`_. versioned API website <http://docs.pyinvoke.org>`_.
%prep %prep
%autosetup -n invoke-1.6.0 %autosetup -n invoke-%{version}
rm -rvf invoke/vendor/yaml2/* rm -rvf invoke/vendor/yaml2/*
%build %build
@ -87,6 +87,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sat Oct 29 2022 Ge Wang <wangge20@h-partners.com> - 1.7.1-1
- Upgrade to version 1.7.1
* Wed Jan 19 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.6.0-1 * Wed Jan 19 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.6.0-1
- Upgrade to version 1.6.0 - Upgrade to version 1.6.0