Hello community, here is the log from the commit of package python-pytest-parallel for openSUSE:Factory checked in at 2019-09-04 09:34:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-parallel (Old) and /work/SRC/openSUSE:Factory/.python-pytest-parallel.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-parallel" Wed Sep 4 09:34:33 2019 rev:1 rq:728053 version:0.0.9 Changes: -------- New Changes file: --- /dev/null 2019-08-07 02:59:15.679220339 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-parallel.new.7948/python-pytest-parallel.changes 2019-09-04 09:34:37.398702754 +0200 @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Sep 3 02:06:38 PM UTC 2019 - John Vandenberg <[email protected]> + +- Initial spec for v0.0.9 New: ---- pytest-parallel-0.0.9.tar.gz python-pytest-parallel.changes python-pytest-parallel.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-parallel.spec ++++++ # # spec file for package python-pytest-parallel # # 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-%{**}} %define skip_python2 1 Name: python-pytest-parallel Version: 0.0.9 Release: 0 License: MIT Summary: Pytest plugin for parallel and concurrent testing Url: https://github.com/browsertron/pytest-parallel Group: Development/Languages/Python Source: https://github.com/browsertron/pytest-parallel/archive/0.0.9.tar.gz#/pytest-parallel-%{version}.tar.gz BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} # SECTION test requirements BuildRequires: %{python_module pytest >= 3.0.0} BuildRequires: %{python_module pytest-html} # /SECTION BuildRequires: fdupes Requires: python-pytest >= 3.0.0 BuildArch: noarch %python_subpackages %description A pytest plugin for parallel and concurrent testing. %prep %setup -q -n pytest-parallel-%{version} %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest %files %{python_files} %doc README.md %license LICENSE %{python_sitelib}/* %changelog
