diff --git a/python-sh.spec b/python-sh.spec index 748016ae1d5a16011528b325d02e47a971ab7957..cd63847693f1a52e121c644597e698e5a5b0fd85 100644 --- a/python-sh.spec +++ b/python-sh.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sh -Version: 1.14.2 +Version: 1.14.3 Release: 1 Summary: Python subprocess replacement License: MIT URL: https://github.com/amoffat/sh -Source0: https://files.pythonhosted.org/packages/80/39/ed280d183c322453e276a518605b2435f682342f2c3bcf63228404d36375/sh-1.14.2.tar.gz +Source0: https://files.pythonhosted.org/packages/b7/09/89c28aaf2a49f226fef8587c90c6386bd2cc03a0295bc4ff7fc6ee43c01d/sh-1.14.3.tar.gz BuildArch: noarch %description @@ -26,7 +26,7 @@ Provides: python3-sh-doc sh is a full-fledged subprocess replacement for Python2,Python3,PyPy and PyPy3 that allows you to call any program as if it were a function %prep -%autosetup -n sh-1.14.2 +%autosetup -n sh-1.14.3 %build %py3_build @@ -66,5 +66,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 04 2022 liukuo - 1.14.3-1 +- upgrade version to 1.14.3 + * Thu Jul 22 2021 Python_Bot - Package Spec generated diff --git a/sh-1.14.2.tar.gz b/sh-1.14.2.tar.gz deleted file mode 100644 index 92252b300dd0734d5c8cf6522f6c031202099932..0000000000000000000000000000000000000000 Binary files a/sh-1.14.2.tar.gz and /dev/null differ diff --git a/sh-1.14.3.tar.gz b/sh-1.14.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4995bd5b16b13a305781f3e31986af215090ef2b Binary files /dev/null and b/sh-1.14.3.tar.gz differ