Hello community,
here is the log from the commit of package python-iocapture for
openSUSE:Factory checked in at 2019-03-05 12:25:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-iocapture (Old)
and /work/SRC/openSUSE:Factory/.python-iocapture.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-iocapture"
Tue Mar 5 12:25:02 2019 rev:1 rq:681520 version:0.1.2
Changes:
--------
New Changes file:
--- /dev/null 2018-10-29 14:05:42.522318975 +0100
+++
/work/SRC/openSUSE:Factory/.python-iocapture.new.28833/python-iocapture.changes
2019-03-05 12:25:08.504844725 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Mon Mar 4 17:03:24 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Initial commit, needed by python-argh
New:
----
0.1.2.tar.gz
python-iocapture.changes
python-iocapture.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-iocapture.spec ++++++
#
# spec file for package python-iocapture
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-iocapture
Version: 0.1.2
Release: 0
Summary: Capture stdout, stderr
License: MIT
Group: Development/Languages/Python
Url: https://github.com/oinume/iocapture
Source: https://github.com/oinume/iocapture/archive/%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
Capture stdout, stderr easily with iocapture.
%prep
%setup -q -n iocapture-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix} -v
%files %{python_files}
%license LICENSE
%doc README.rst changes.rst
%{python_sitelib}/*
%changelog