From bedae54091e766dd5f7ee042b46f6b82f5708285d9b03c9b8e1e01ad6bae42b0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Nov 2023 20:05:14 +0000 Subject: [PATCH] - update to 3.15.0: * Support Python 3.12. * Reset the random state for `Model Bakery` - Drop pytest6.patch merged upstream OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=31 --- pytest-randomly-3.13.0.tar.gz | 3 --- pytest-randomly-3.15.0.tar.gz | 3 +++ python-pytest-randomly.changes | 9 ++++++++- python-pytest-randomly.spec | 5 +++-- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 pytest-randomly-3.13.0.tar.gz create mode 100644 pytest-randomly-3.15.0.tar.gz diff --git a/pytest-randomly-3.13.0.tar.gz b/pytest-randomly-3.13.0.tar.gz deleted file mode 100644 index 2cfe9f1..0000000 --- a/pytest-randomly-3.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24e182a8e89b8851d660bcc24e8e96c7c89bef07e68f099ef91e960f7bc86264 -size 30026 diff --git a/pytest-randomly-3.15.0.tar.gz b/pytest-randomly-3.15.0.tar.gz new file mode 100644 index 0000000..1bb0e35 --- /dev/null +++ b/pytest-randomly-3.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273e955ff721829977bc5c418bdaa32cba6496ff1925066453eb2d53f23e9406 +size 34667 diff --git a/python-pytest-randomly.changes b/python-pytest-randomly.changes index c8b5646..814f55b 100644 --- a/python-pytest-randomly.changes +++ b/python-pytest-randomly.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 7 20:04:52 UTC 2023 - Dirk Müller + +- update to 3.15.0: + * Support Python 3.12. + * Reset the random state for `Model Bakery` + ------------------------------------------------------------------- Mon Jul 24 19:54:28 UTC 2023 - Dirk Müller @@ -55,7 +62,7 @@ Sat Apr 17 10:11:21 UTC 2021 - Ben Greiner - Release 3.5.0 * Support Python 3.9. * Move license from BSD to MIT License -- Drop pytest6.patch merged upstream +- Drop pytest6.patch merged upstream - Don't try test with non-existent python36-numpy ------------------------------------------------------------------- diff --git a/python-pytest-randomly.spec b/python-pytest-randomly.spec index 1bbd5f6..51cf33b 100644 --- a/python-pytest-randomly.spec +++ b/python-pytest-randomly.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-randomly -Version: 3.13.0 +Version: 3.15.0 Release: 0 Summary: Pytest plugin to randomly order tests and control random.seed License: MIT @@ -37,9 +37,10 @@ BuildArch: noarch BuildRequires: %{python_module Faker >= 13.11.0} BuildRequires: %{python_module factory_boy} BuildRequires: %{python_module importlib-metadata >= 3.6.0} +BuildRequires: %{python_module model-bakery >= 1.13.0} +BuildRequires: %{python_module numpy} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module numpy if (%python-base without python36-base)} # /SECTION %python_subpackages