forked from pool/python-plumbum
Accepting request 786084 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/786084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plumbum?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 07:29:06 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c940a45a5a2ab52d062dc33f2785fd6e704327026363b9d98acc700521bca44c
|
||||
size 300859
|
||||
3
v1.6.8.tar.gz
Normal file
3
v1.6.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9976a789d8eec3c34cc9dc10b2a65a0a89052273e4c3777eeae67e32335fc180
|
||||
size 309449
|
||||
Reference in New Issue
Block a user