From 10592ef63f227ea1dae44e41081dd86622d440d94cdc25b317eb7f44079f3015 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 24 Jul 2022 07:56:54 +0000 Subject: [PATCH] - update to 1.14.3: * bugfix where `Command` was not aware of default call args when wrapping the module OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sh?expand=0&rev=30 --- python-sh.changes | 7 +++++++ python-sh.spec | 4 ++-- sh-1.14.2.tar.gz | 3 --- sh-1.14.3.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 sh-1.14.2.tar.gz create mode 100644 sh-1.14.3.tar.gz diff --git a/python-sh.changes b/python-sh.changes index 191b6f2..36d2080 100644 --- a/python-sh.changes +++ b/python-sh.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jul 24 07:52:44 UTC 2022 - Dirk Müller + +- update to 1.14.3: + * bugfix where `Command` was not aware of default call args when wrapping the + module + ------------------------------------------------------------------- Sun Jun 6 11:40:10 UTC 2021 - Dirk Müller diff --git a/python-sh.spec b/python-sh.spec index cfeab79..e77042b 100644 --- a/python-sh.spec +++ b/python-sh.spec @@ -1,7 +1,7 @@ # # spec file for package python-sh # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sh -Version: 1.14.2 +Version: 1.14.3 Release: 0 Summary: Python subprocess interface License: MIT diff --git a/sh-1.14.2.tar.gz b/sh-1.14.2.tar.gz deleted file mode 100644 index 2a5fa24..0000000 --- a/sh-1.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d7bd0334d494b2a4609fe521b2107438cdb21c0e469ffeeb191489883d6fe0d -size 63779 diff --git a/sh-1.14.3.tar.gz b/sh-1.14.3.tar.gz new file mode 100644 index 0000000..ad39467 --- /dev/null +++ b/sh-1.14.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4045b6c732d9ce75d571c79f5ac2234edd9ae4f5fa9d59b09705082bdca18c7 +size 62851