Compare commits
No commits in common. "99cce616f745481a5d4f5f65bd8c29535fc00134" and "60d4fe6a6ba4140d74f81f51870b848eec3a2f23" have entirely different histories.
99cce616f7
...
60d4fe6a6b
BIN
invoke-2.0.0.tar.gz
Normal file
BIN
invoke-2.0.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,13 +1,14 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-invoke
|
Name: python-invoke
|
||||||
Version: 2.2.0
|
Version: 2.0.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/f9/42/127e6d792884ab860defc3f4d80a8f9812e48ace584ffc5a346de58cdc6c/invoke-2.2.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/43/59/42a4d8336c01a8df19e62b25949b551f9d3dc0d4292eea25eddacc9e329e/invoke-2.0.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
|
||||||
@ -46,6 +47,7 @@ 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
|
||||||
@ -57,9 +59,6 @@ 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
|
||||||
@ -88,21 +87,6 @@ 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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user