From 298b26e1a3d175b1defe000aa63ad3c555547125fc2af9ae72ecec40e17a996f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 8 Sep 2022 15:36:50 +0000 Subject: [PATCH] Accepting request 1001884 from home:jayvdb:branches:devel:languages:python - Update minimum dependency ordered-set >= 4.1.0 depends on https://build.opensuse.org/request/show/1001823 OBS-URL: https://build.opensuse.org/request/show/1001884 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deepdiff?expand=0&rev=16 --- python-deepdiff.changes | 5 +++++ python-deepdiff.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-deepdiff.changes b/python-deepdiff.changes index 1aa8e9b..5710be8 100644 --- a/python-deepdiff.changes +++ b/python-deepdiff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 8 08:48:08 UTC 2022 - John Vandenberg + +- Update minimum dependency ordered-set >= 4.1.0 + ------------------------------------------------------------------- Fri Jun 24 13:00:27 UTC 2022 - Benjamin Greiner diff --git a/python-deepdiff.spec b/python-deepdiff.spec index d06769b..7d55bea 100644 --- a/python-deepdiff.spec +++ b/python-deepdiff.spec @@ -28,7 +28,7 @@ BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module click} BuildRequires: %{python_module jsonpickle} BuildRequires: %{python_module numpy} -BuildRequires: %{python_module ordered-set >= 4.0.2 with %python-ordered-set < 4.2} +BuildRequires: %{python_module ordered-set >= 4.1.0 with %python-ordered-set < 4.2} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toml} @@ -37,7 +37,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives Requires(postun):update-alternatives -Requires: (python-ordered-set >= 4.0.2 with python-ordered-set < 4.2) +Requires: (python-ordered-set >= 4.1.0 with python-ordered-set < 4.2) Recommends: python-clevercsv Recommends: python-click Recommends: python-jsonpickle