Hello community,
here is the log from the commit of package python-pytest-random-order for
openSUSE:Factory checked in at 2018-08-10 09:49:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-random-order (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-random-order.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-random-order"
Fri Aug 10 09:49:19 2018 rev:2 rq:628119 version:0.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-random-order/python-pytest-random-order.changes
2018-08-03 12:38:04.367638291 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-random-order.new/python-pytest-random-order.changes
2018-08-10 09:49:20.730228131 +0200
@@ -1,0 +2,5 @@
+Wed Aug 8 13:30:51 UTC 2018 - [email protected]
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-random-order.spec ++++++
--- /var/tmp/diff_new_pack.eoxQKC/_old 2018-08-10 09:49:21.366229156 +0200
+++ /var/tmp/diff_new_pack.eoxQKC/_new 2018-08-10 09:49:21.370229163 +0200
@@ -13,20 +13,21 @@
# 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-random-order
Version: 0.8.0
Release: 0
+Summary: Pytest plugin to randomize the order of pytests
License: MIT
-Summary: Randomise the order in which pytest tests are run with some
control over the randomness
-Url: https://github.com/jbasko/pytest-random-order
Group: Development/Languages/Python
+Url: https://github.com/jbasko/pytest-random-order
Source:
https://files.pythonhosted.org/packages/source/p/pytest-random-order/pytest-random-order-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest >= 2.9.2}
# /SECTION