Compare commits
10 Commits
60d4fe6a6b
...
99cce616f7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99cce616f7 | ||
|
|
e4190f4f42 | ||
|
|
05c9c10ec6 | ||
|
|
15c1e78481 | ||
|
|
15d7e8805c | ||
|
|
08ed2448a8 | ||
|
|
17830955a5 | ||
|
|
c5f9e4ae77 | ||
|
|
fb880fcc5f | ||
|
|
f7cd914c86 |
Binary file not shown.
BIN
invoke-2.2.0.tar.gz
Normal file
BIN
invoke-2.2.0.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,13 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-invoke
|
||||
Version: 2.0.0
|
||||
Version: 2.2.0
|
||||
Release: 1
|
||||
Summary: Pythonic task execution
|
||||
License: BSD-2-Clause
|
||||
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
|
||||
|
||||
|
||||
%description
|
||||
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
|
||||
@ -47,7 +46,6 @@ versioned API website <http://docs.pyinvoke.org>`_.
|
||||
|
||||
%prep
|
||||
%autosetup -n invoke-%{version}
|
||||
rm -rvf invoke/vendor/yaml2/*
|
||||
|
||||
%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 example ]; then cp -arf example %{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}
|
||||
if [ -d usr/lib ]; then
|
||||
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
@ -87,6 +88,21 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Update package to version 2.0.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user