Hello community,
here is the log from the commit of package python-pytest-randomly for
openSUSE:Factory checked in at 2020-06-12 21:39:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-randomly (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-randomly.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-randomly"
Fri Jun 12 21:39:24 2020 rev:9 rq:812812 version:3.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-randomly/python-pytest-randomly.changes
2020-05-01 11:09:20.435323864 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-randomly.new.3606/python-pytest-randomly.changes
2020-06-12 21:40:41.863896121 +0200
@@ -1,0 +2,6 @@
+Tue Jun 9 07:47:42 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.4.0:
+ * Provide a faker_seed fixture to set the seed for tests using faker's
pytest fixtures (as per its docs).
+
+-------------------------------------------------------------------
Old:
----
3.3.1.tar.gz
New:
----
3.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-randomly.spec ++++++
--- /var/tmp/diff_new_pack.KqadDJ/_old 2020-06-12 21:40:43.471900716 +0200
+++ /var/tmp/diff_new_pack.KqadDJ/_new 2020-06-12 21:40:43.475900728 +0200
@@ -19,28 +19,27 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-randomly
-Version: 3.3.1
+Version: 3.4.0
Release: 0
Summary: Pytest plugin to randomly order tests and control random.seed
License: BSD-3-Clause
URL: https://github.com/pytest-dev/pytest-randomly
Source:
https://github.com/pytest-dev/pytest-randomly/archive/%{version}.tar.gz
-BuildRequires: %{python_module importlib-metadata}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-importlib-metadata
Requires: python-pytest
-Recommends: python-Faker
+Recommends: python-Faker >= 4.1.0
Suggests: python-numpy
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module Faker}
+BuildRequires: %{python_module Faker >= 4.1.0}
BuildRequires: %{python_module factory_boy}
+BuildRequires: %{python_module importlib-metadata}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module six}
# /SECTION
%python_subpackages
@@ -77,7 +76,6 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-export PYTHONDONTWRITEBYTECODE=true
# test_entrypoint_injection needs installed module for pytest to use
%pytest -k 'not test_entrypoint_injection and not
test_passing_nonsense_for_randomly_seed'
++++++ 3.3.1.tar.gz -> 3.4.0.tar.gz ++++++
++++ 1669 lines of diff (skipped)