!3 [sync] PR-2: openEuler-22.03-LTS-Next Packages upgrade

Merge pull request !3 from openeuler-sync-bot/sync-pr2-openEuler-22.03-LTS-Next-to-master
This commit is contained in:
openeuler-ci-bot 2022-01-26 02:14:01 +00:00 committed by Gitee
commit a88aa31574
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 3 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,11 +1,12 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-invoke Name: python-invoke
Version: 1.5.0 Version: 1.6.0
Release: 1 Release: 1
Summary: Pythonic task execution Summary: Pythonic task execution
License: BSD License: BSD
URL: http://docs.pyinvoke.org 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 BuildArch: noarch
@ -45,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.5.0 %autosetup -n invoke-1.6.0
rm -rvf invoke/vendor/yaml2/* rm -rvf invoke/vendor/yaml2/*
%build %build
@ -86,5 +87,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Jan 19 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.6.0-1
- Upgrade to version 1.6.0
* Mon Feb 01 2021 Python_Bot <Python_Bot@openeuler.org> * Mon Feb 01 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated