From 0b8863642ad52b0c7f0c05c50e430f510c7ece64d937a940f61a0a69b08f0031 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 16 Jun 2022 08:25:02 +0000 Subject: [PATCH] Require >= 0.5 of python-installer OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=7 --- python-pdm.changes | 2 +- python-pdm.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python-pdm.changes b/python-pdm.changes index c3fd01f..8e76bd2 100644 --- a/python-pdm.changes +++ b/python-pdm.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Wed Jun 15 01:54:50 UTC 2022 - Steve Kowalik +Thu Jun 16 08:23:59 UTC 2022 - Steve Kowalik - Update to 1.15.2: * Fix a defect in the resolution preferences that causes an infinite diff --git a/python-pdm.spec b/python-pdm.spec index 79e39d6..cda1749 100644 --- a/python-pdm.spec +++ b/python-pdm.spec @@ -68,7 +68,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-blinker Requires: python-click >= 7 -Requires: python-installer +Requires: python-installer >= 0.5 Requires: python-packaging Requires: python-pdm-pep517 Requires: python-pep517 @@ -89,7 +89,7 @@ BuildArch: noarch # SECTION test requirements %if %{with test} BuildRequires: %{python_module findpython} -BuildRequires: %{python_module installer} +BuildRequires: %{python_module installer >= 0.5} BuildRequires: %{python_module pdm} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-mock}