Hello community,

here is the log from the commit of package python-wurlitzer for 
openSUSE:Factory checked in at 2018-12-28 12:34:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wurlitzer (Old)
 and      /work/SRC/openSUSE:Factory/.python-wurlitzer.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wurlitzer"

Fri Dec 28 12:34:22 2018 rev:1 rq:660675 version:1.0.2

Changes:
--------
New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wurlitzer.new.28833/python-wurlitzer.changes 
    2018-12-28 12:34:22.788002928 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Sat Dec 22 05:42:49 UTC 2018 - Todd R <[email protected]>
+
+- Initial version (1.0.2)

New:
----
  python-wurlitzer.changes
  python-wurlitzer.spec
  wurlitzer-1.0.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-wurlitzer.spec ++++++
#
# spec file for package python-wurlitzer
#
# Copyright (c) 2018 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-wurlitzer
Version:        1.0.2
Release:        0
Summary:        Python package to capture C-level output in context managers
License:        MIT
Group:          Development/Languages/Python
Url:            https://github.com/minrk/wurlitzer
Source:         
https://files.pythonhosted.org/packages/source/w/wurlitzer/wurlitzer-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
# SECTION test requirements
BuildRequires:  %{python_module mock}
BuildRequires:  %{python_module pytest}
# /SECTION
BuildArch:      noarch

%python_subpackages

%description
Wurlitzer is a python package to capture C-level
output in context managers.

%prep
%setup -q -n wurlitzer-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%python_expand py.test-%{$python_bin_suffix} test.py

%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*

%changelog

Reply via email to