diff --git a/python-sh.spec b/python-sh.spec index 0fc658198a30a778a21ee72e8b7ac21a67b5d778..cfe28e097b7f31db28b031ae5aa45e00c996d9be 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.6 +Version: 2.0.7 Release: 1 Summary: Python subprocess replacement License: MIT URL: https://github.com/amoffat/sh -Source0: https://files.pythonhosted.org/packages/cd/51/7355831d8e1cee8348157d769ccda8a31ca9fa0548e7f93d87837d83866d/sh-2.0.6.tar.gz +Source0: https://files.pythonhosted.org/packages/14/7a/5148402146d360a6d15922814a3b065b52be3a5fe878a8834d3ce4e7d33f/sh-2.0.7.tar.gz BuildArch: noarch %description @@ -48,6 +48,11 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Oct 21 2024 dongqi - 2.0.7-1 +- Update package to version 2.0.7 +- Fix `sh.glob` arguments +- Misc modernizations + * Mon Mar 18 2024 jiangxinyu - 2.0.6-1 - Update package to version 2.0.6 diff --git a/sh-2.0.7.tar.gz b/sh-2.0.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5341453b947963f1650fbde56a06bf353dbe364f Binary files /dev/null and b/sh-2.0.7.tar.gz differ