diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:30:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:30:15 +0000 |
commit | 3eb24de074897ef9f8e577c5f0922521389aa82f (patch) | |
tree | de2a731026d3984a2ceb8fccc1af03d1c041646b | |
parent | 58eb5c1c3f0c6409bda1b15e092feaf7eee0ff4c (diff) |
automatic import of python-spur
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-spur.spec | 11 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 6 deletions
@@ -1 +1,2 @@ /spur-0.3.22.tar.gz +/spur-0.3.23.tar.gz diff --git a/python-spur.spec b/python-spur.spec index 36f5400..09b3d7a 100644 --- a/python-spur.spec +++ b/python-spur.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-spur -Version: 0.3.22 +Version: 0.3.23 Release: 1 Summary: Run commands and manipulate files locally or over SSH using the same interface License: BSD-2-Clause -URL: http://github.com/mwilliamson/spur.py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/03/8a/8c0810dbf8140cb4765f770a2a45f118abcca38188427cb06bab83a42900/spur-0.3.22.tar.gz +URL: https://github.com/mwilliamson/spur.py +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e3/55/6960989438cf304aa15bbcaa1233ab2df2cfffd269b7cbb6b90b991ad10f/spur-0.3.23.tar.gz BuildArch: noarch +Requires: python3-paramiko %description To run echo locally: @@ -61,7 +62,7 @@ difference is how the shell is created: print(result.output) # prints hello %prep -%autosetup -n spur-0.3.22 +%autosetup -n spur-0.3.23 %build %py3_build @@ -101,5 +102,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.22-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.23-1 - Package Spec generated @@ -1 +1 @@ -b4ee6a1317710a37eb4921f2bd79654e spur-0.3.22.tar.gz +7af533b211b959afa4cc393cdfb94c07 spur-0.3.23.tar.gz |