diff options
Diffstat (limited to 'python-spur.spec')
-rw-r--r-- | python-spur.spec | 11 |
1 files changed, 6 insertions, 5 deletions
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 |