From f05a8b8bb38a2d0775216988112eaa031eea1e71e8a7835d3c51c6a4f5a5dfbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 20 Mar 2020 18:27:08 +0000 Subject: [PATCH] Accepting request 786961 from home:mnhauke - Update to version 1.2.0 * Add follow_symlinks argument to Which constructor * Improve path existence check for Which * Modify an error handling when a command not specified for Which * Fix to include py.typed to the package OBS-URL: https://build.opensuse.org/request/show/786961 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=7 --- python-subprocrunner.changes | 9 +++++++++ python-subprocrunner.spec | 2 +- subprocrunner-1.1.0.tar.gz | 3 --- subprocrunner-1.2.0.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 subprocrunner-1.1.0.tar.gz create mode 100644 subprocrunner-1.2.0.tar.gz diff --git a/python-subprocrunner.changes b/python-subprocrunner.changes index aa77f3a..8b52f62 100644 --- a/python-subprocrunner.changes +++ b/python-subprocrunner.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 20 16:52:01 UTC 2020 - Martin Hauke + +- Update to version 1.2.0 + * Add follow_symlinks argument to Which constructor + * Improve path existence check for Which + * Modify an error handling when a command not specified for Which + * Fix to include py.typed to the package + ------------------------------------------------------------------- Tue Mar 17 11:27:31 UTC 2020 - pgajdos@suse.com diff --git a/python-subprocrunner.spec b/python-subprocrunner.spec index 993ff74..2250e1a 100644 --- a/python-subprocrunner.spec +++ b/python-subprocrunner.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-subprocrunner -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: A Python wrapper library for subprocess module License: MIT diff --git a/subprocrunner-1.1.0.tar.gz b/subprocrunner-1.1.0.tar.gz deleted file mode 100644 index b75c93b..0000000 --- a/subprocrunner-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f65eefaad36496175c23201785b918d4c141b97bc8fb5f9f5d6fe5b07038a52c -size 12109 diff --git a/subprocrunner-1.2.0.tar.gz b/subprocrunner-1.2.0.tar.gz new file mode 100644 index 0000000..ce192dc --- /dev/null +++ b/subprocrunner-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5c7463f47b668257131fd70b55cbfe02cd32d2a5dc4377f6c2aaeb8352f8ba +size 12331