remove unuse files

(cherry picked from commit 3a9fd1653d524bf8dc550bc6f6b64183862884d3)
This commit is contained in:
cherry530 2022-01-25 16:35:22 +08:00 committed by openeuler-sync-bot
parent ce1f331a79
commit 8c04d3efbc
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