diff --git a/python-sh.spec b/python-sh.spec index cfe28e097b7f31db28b031ae5aa45e00c996d9be..b3fd14af99fa51adfdb9fd632060dc13ae7a420a 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.7 +Version: 2.1.0 Release: 1 Summary: Python subprocess replacement License: MIT URL: https://github.com/amoffat/sh -Source0: https://files.pythonhosted.org/packages/14/7a/5148402146d360a6d15922814a3b065b52be3a5fe878a8834d3ce4e7d33f/sh-2.0.7.tar.gz +Source0: https://files.pythonhosted.org/packages/source/s/sh/sh-%{version}.tar.gz BuildArch: noarch %description @@ -48,6 +48,10 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Dec 02 2024 jinshuaiyu - 2.1.0-1 +- Update package to version 2.1.0 +- Add contrib command sh.contrib.bash + * Mon Oct 21 2024 dongqi - 2.0.7-1 - Update package to version 2.0.7 - Fix `sh.glob` arguments diff --git a/sh-2.0.6.tar.gz b/sh-2.0.6.tar.gz deleted file mode 100644 index f8393eb933e0086b18fd80a8ce9634f3c7a02e99..0000000000000000000000000000000000000000 Binary files a/sh-2.0.6.tar.gz and /dev/null differ diff --git a/sh-2.0.7.tar.gz b/sh-2.0.7.tar.gz deleted file mode 100644 index 5341453b947963f1650fbde56a06bf353dbe364f..0000000000000000000000000000000000000000 Binary files a/sh-2.0.7.tar.gz and /dev/null differ diff --git a/sh-2.1.0.tar.gz b/sh-2.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e12652f33cfafd1efe1f114544be74da282d34aa Binary files /dev/null and b/sh-2.1.0.tar.gz differ