Hello community,

here is the log from the commit of package python-pytest-repeat for 
openSUSE:Factory checked in at 2019-05-17 23:43:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-repeat (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-repeat.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-repeat"

Fri May 17 23:43:29 2019 rev:1 rq:703525 version:0.8.0

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

--- /dev/null   2019-05-02 15:18:01.516169518 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-repeat.new.5148/python-pytest-repeat.changes
      2019-05-17 23:43:31.241901034 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu May 16 04:14:50 PM UTC 2019 - John Vandenberg <[email protected]>
+
+- Initial spec for v0.8.0

New:
----
  pytest-repeat-0.8.0.tar.gz
  python-pytest-repeat.changes
  python-pytest-repeat.spec

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

Other differences:
------------------
++++++ python-pytest-repeat.spec ++++++
#
# spec file for package python-pytest-repeat
#
# 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 http://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-pytest-repeat
Version:        0.8.0
Release:        0
License:        MPL-2.0
Summary:        Pytest plugin for repeating tests
Url:            https://github.com/pytest-dev/pytest-repeat
Group:          Development/Languages/Python
Source:         
https://files.pythonhosted.org/packages/source/p/pytest-repeat/pytest-repeat-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module setuptools_scm}
# SECTION test requirements
BuildRequires:  %{python_module pytest >= 3.6}
# /SECTION
BuildRequires:  fdupes
Requires:       python-pytest >= 3.6
BuildArch:      noarch

%python_subpackages

%description
Pytest plugin for repeating tests.

%prep
%setup -q -n pytest-repeat-%{version}

%build
%python_build

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

%check
%pytest

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

%changelog

Reply via email to