Hello community,
here is the log from the commit of package python-pytest-randomly for
openSUSE:Factory checked in at 2020-01-06 15:24:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-randomly (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-randomly.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-randomly"
Mon Jan 6 15:24:41 2020 rev:6 rq:761147 version:3.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-randomly/python-pytest-randomly.changes
2019-09-10 00:03:18.465208207 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-randomly.new.6675/python-pytest-randomly.changes
2020-01-06 15:24:42.836559328 +0100
@@ -1,0 +2,9 @@
+Mon Jan 6 13:03:16 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.2.0:
+ * Converted setuptools metadata to configuration file
+ * Convert reading entrypoints to use importlib.metadata.
+ Depend on importlib-metadata on Python < 3.8.
+ * Update Python support to 3.5-3.8.
+
+-------------------------------------------------------------------
Old:
----
pytest-randomly-3.1.0.tar.gz
New:
----
3.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-randomly.spec ++++++
--- /var/tmp/diff_new_pack.nftn1j/_old 2020-01-06 15:24:43.516559679 +0100
+++ /var/tmp/diff_new_pack.nftn1j/_new 2020-01-06 15:24:43.516559679 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-randomly
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,24 +19,24 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-randomly
-Version: 3.1.0
+Version: 3.2.0
Release: 0
Summary: Pytest plugin to randomly order tests and control random.seed
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/adamchainz/pytest-randomly
-Source:
https://files.pythonhosted.org/packages/source/p/pytest-randomly/pytest-randomly-%{version}.tar.gz
+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-entrypoints
+Requires: python-importlib-metadata
Requires: python-pytest
Recommends: python-Faker
Suggests: python-numpy
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Faker}
-BuildRequires: %{python_module entrypoints}
BuildRequires: %{python_module factory_boy}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest}
@@ -79,7 +79,7 @@
%check
export PYTHONDONTWRITEBYTECODE=true
# test_entrypoint_injection needs installed module for pytest to use
-%pytest -k 'not test_entrypoint_injection'
+%pytest -k 'not test_entrypoint_injection and not
test_passing_nonsense_for_randomly_seed'
%files %{python_files}
%doc AUTHORS.rst README.rst
++++++ pytest-randomly-3.1.0.tar.gz -> 3.2.0.tar.gz ++++++
++++ 3742 lines of diff (skipped)