From 961fcd6e83e13daa638ac6051203d4f65b5863a2559a28d9b02ab0bf553b37fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 18 Mar 2020 07:35:09 +0000 Subject: [PATCH] Accepting request 786080 from home:mcalabkova:branches:devel:languages:python - Update to 1.6.8 * Exceptions: Changed ProcessExecutionError's formatting to be more user-friendly * Commands: support for per-line timeout with iter_lines * Commands: support for piping stdout/stderr to a logger * Commands: execute local/remote commands via a magic .cmd attribute * Paths: support composing paths using subscription operations * CLI: Improved 'Set' validator to allow non-string types, and CSV params * TypedEnv: Facility for modeling environment-variables into python data types OBS-URL: https://build.opensuse.org/request/show/786080 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plumbum?expand=0&rev=9 --- python-plumbum.changes | 12 ++++++++++++ python-plumbum.spec | 9 ++++----- v1.6.7.tar.gz | 3 --- v1.6.8.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 v1.6.7.tar.gz create mode 100644 v1.6.8.tar.gz diff --git a/python-plumbum.changes b/python-plumbum.changes index fac424a..126147a 100644 --- a/python-plumbum.changes +++ b/python-plumbum.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Mar 18 07:29:06 UTC 2020 - Marketa Calabkova + +- Update to 1.6.8 + * Exceptions: Changed ProcessExecutionError's formatting to be more user-friendly + * Commands: support for per-line timeout with iter_lines + * Commands: support for piping stdout/stderr to a logger + * Commands: execute local/remote commands via a magic .cmd attribute + * Paths: support composing paths using subscription operations + * CLI: Improved 'Set' validator to allow non-string types, and CSV params + * TypedEnv: Facility for modeling environment-variables into python data types + ------------------------------------------------------------------- Mon Jun 3 10:34:35 UTC 2019 - Tomáš Chvátal diff --git a/python-plumbum.spec b/python-plumbum.spec index e9c5668..787b806 100644 --- a/python-plumbum.spec +++ b/python-plumbum.spec @@ -1,7 +1,7 @@ # # spec file for package python-plumbum # -# 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,16 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plumbum -Version: 1.6.7 +Version: 1.6.8 Release: 0 Summary: Shell combinators library License: MIT Group: Development/Languages/Python -Url: https://github.com/tomerfiliba/plumbum +URL: https://github.com/tomerfiliba/plumbum Source: https://github.com/tomerfiliba/plumbum/archive/v%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module paramiko} BuildRequires: %{python_module psutil} @@ -37,8 +38,6 @@ BuildRequires: %{python_module pytest} BuildRequires: openssh BuildRequires: sudo # /SECTION -BuildArch: noarch - %python_subpackages %description diff --git a/v1.6.7.tar.gz b/v1.6.7.tar.gz deleted file mode 100644 index ba83273..0000000 --- a/v1.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c940a45a5a2ab52d062dc33f2785fd6e704327026363b9d98acc700521bca44c -size 300859 diff --git a/v1.6.8.tar.gz b/v1.6.8.tar.gz new file mode 100644 index 0000000..5cf9c16 --- /dev/null +++ b/v1.6.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9976a789d8eec3c34cc9dc10b2a65a0a89052273e4c3777eeae67e32335fc180 +size 309449