diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sh.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /sh-2.0.2.tar.gz +/sh-2.0.3.tar.gz diff --git a/python-sh.spec b/python-sh.spec index 5dee23c..4776edc 100644 --- a/python-sh.spec +++ b/python-sh.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sh -Version: 2.0.2 +Version: 2.0.3 Release: 1 Summary: Python subprocess replacement License: MIT URL: https://amoffat.github.io/sh/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/c7/0c170c7dde31f088f3c8221f90e054b121b5bd36f9e6f94edca4fdb64c0c/sh-2.0.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b7/96/18aa20a143e2eaf1f0b4ae41a5ec57fd45b76b4a76cc4a07ffb476161ae3/sh-2.0.3.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-sh-doc $> pip install sh %prep -%autosetup -n sh-2.0.2 +%autosetup -n sh-2.0.3 %build %py3_build @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.2-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.3-1 - Package Spec generated @@ -1 +1 @@ -d25f38a12edd64f5d3ecb56f5bc76f48 sh-2.0.2.tar.gz +8d1040967809e22c615cf69dec0ec993 sh-2.0.3.tar.gz |