Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
99cce616f7
!14 Update package to version 2.2.0
From: @lingjuer 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-08-03 09:48:28 +00:00
lingjuer
e4190f4f42 update to version 2.2.0 2023-08-01 11:06:06 +08:00
openeuler-ci-bot
05c9c10ec6
!13 Update package to version 2.1.3
From: @ccdxx 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-06-25 00:48:12 +00:00
chendexi
15c1e78481 Update package to version 2.1.3 2023-06-21 14:36:22 +08:00
openeuler-ci-bot
15d7e8805c
!12 Upgrade to latest release [python-invoke -> 2.1.1]
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-05-09 01:29:50 +00:00
wubijie
08ed2448a8 update version to 2.1.1 2023-05-08 11:33:48 +08:00
openeuler-ci-bot
17830955a5
!11 Update package to version 2.1.0
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-05-08 01:45:41 +00:00
wubijie
c5f9e4ae77 Update package to version 2.1.0 2023-05-06 13:40:12 +08:00
openeuler-ci-bot
fb880fcc5f
!10 Update package to version 2.0.1
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-05-05 15:16:30 +00:00
wubijie
f7cd914c86 Update package to version 2.0.1 2023-05-05 10:11:03 +08:00
3 changed files with 20 additions and 4 deletions

Binary file not shown.

BIN
invoke-2.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,13 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-invoke Name: python-invoke
Version: 2.0.0 Version: 2.2.0
Release: 1 Release: 1
Summary: Pythonic task execution Summary: Pythonic task execution
License: BSD-2-Clause License: BSD-2-Clause
URL: http://docs.pyinvoke.org URL: http://docs.pyinvoke.org
Source0: https://files.pythonhosted.org/packages/43/59/42a4d8336c01a8df19e62b25949b551f9d3dc0d4292eea25eddacc9e329e/invoke-2.0.0.tar.gz Source0: https://files.pythonhosted.org/packages/f9/42/127e6d792884ab860defc3f4d80a8f9812e48ace584ffc5a346de58cdc6c/invoke-2.2.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented
subprocesses and organizing executable Python code into CLI-invokable tasks. It subprocesses and organizing executable Python code into CLI-invokable tasks. It
@ -47,7 +46,6 @@ versioned API website <http://docs.pyinvoke.org>`_.
%prep %prep
%autosetup -n invoke-%{version} %autosetup -n invoke-%{version}
rm -rvf invoke/vendor/yaml2/*
%build %build
%py3_build %py3_build
@ -59,6 +57,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot} pushd %{buildroot}
if [ -d usr/lib ]; then if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
@ -87,6 +88,21 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Aug 01 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 2.2.0-1
- Update package to version 2.2.0
* Wed Jun 21 2023 chendexi <chendexi@kylinos.cn> - 2.1.3-1
- Update package to version 2.1.3
* Mon May 08 2023 wubijie <wubijie@kylinos.cn> - 2.1.1-1
- Update package to version 2.1.1
* Sat May 06 2023 wubijie <wubijie@kylinos.cn> - 2.1.0-1
- Update package to version 2.1.0
* Thu May 04 2023 wubijie <wubijie@kylinos.cn> - 2.0.1-1
- Update package to version 2.0.1
* Fri Mar 31 2023 wubijie <wubijie@kylinos.cn> - 2.0.0-1 * Fri Mar 31 2023 wubijie <wubijie@kylinos.cn> - 2.0.0-1
- Update package to version 2.0.0 - Update package to version 2.0.0