From 11c0de9cff1a47b53167c081f8932cf15856721f1c74883689b1350cd60a1bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Jan 2020 15:31:34 +0000 Subject: [PATCH] Accepting request 764048 from home:mcalabkova:branches:devel:languages:python - update to version 0.2.8 * enable_stdout_log, enable_stderr_log * py38 support * remove py34 support OBS-URL: https://build.opensuse.org/request/show/764048 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=34 --- 0.2.7.tar.gz | 3 --- 0.2.8.tar.gz | 3 +++ python-EasyProcess.changes | 8 ++++++++ python-EasyProcess.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 0.2.7.tar.gz create mode 100644 0.2.8.tar.gz diff --git a/0.2.7.tar.gz b/0.2.7.tar.gz deleted file mode 100644 index b02be6e..0000000 --- a/0.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88ca68b462b0e44f673e64ccfab535a88d35aea0a85f23bfee60089de8b4fda8 -size 13586 diff --git a/0.2.8.tar.gz b/0.2.8.tar.gz new file mode 100644 index 0000000..463e2a3 --- /dev/null +++ b/0.2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5db8adac49dac0fa24f5aa23be44f063cceb5bad9a91ddd6c27f0e3563145b8 +size 13695 diff --git a/python-EasyProcess.changes b/python-EasyProcess.changes index 1a279ad..fc8346e 100644 --- a/python-EasyProcess.changes +++ b/python-EasyProcess.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jan 13 15:13:26 UTC 2020 - Marketa Calabkova + +- update to version 0.2.8 + * enable_stdout_log, enable_stderr_log + * py38 support + * remove py34 support + ------------------------------------------------------------------- Tue Nov 5 09:53:44 UTC 2019 - Tomáš Chvátal diff --git a/python-EasyProcess.spec b/python-EasyProcess.spec index 7b2925d..66ab211 100644 --- a/python-EasyProcess.spec +++ b/python-EasyProcess.spec @@ -1,7 +1,7 @@ # # spec file for package python-EasyProcess # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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-EasyProcess -Version: 0.2.7 +Version: 0.2.8 Release: 0 Summary: Python subprocess interface License: BSD-2-Clause