From 1aed1d17aa4ebe7736d697cc677fc4a1fe60ebc23a18ab0a2060b966a2cbc956 Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Fri, 27 Sep 2024 15:43:30 +0000 Subject: [PATCH] - Switch PDM dependency from python3-pdm to python3-pdm-backend to account for changes in that package's structure. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=34 --- python-typer.changes | 6 ++++++ python-typer.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-typer.changes b/python-typer.changes index aa30130..3dab631 100644 --- a/python-typer.changes +++ b/python-typer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 27 15:41:42 UTC 2024 - Matthias Bach - 0.12.5 + +- Switch PDM dependency from python3-pdm to python3-pdm-backend to + account for changes in that package's structure. + ------------------------------------------------------------------- Thu Aug 29 17:42:57 UTC 2024 - Matthias Bach - 0.12.5 diff --git a/python-typer.spec b/python-typer.spec index 098e53e..b7f1bcd 100644 --- a/python-typer.spec +++ b/python-typer.spec @@ -28,7 +28,7 @@ Group: Development/Languages/Python URL: https://github.com/tiangolo/typer Source: https://files.pythonhosted.org/packages/source/t/typer/typer-%{version}.tar.gz Source2: %{name}-rpmlintrc -BuildRequires: %{python_module pdm} +BuildRequires: %{python_module pdm-backend} BuildRequires: %{python_module pip} BuildRequires: %{python_module typer-slim} BuildRequires: fdupes