From 2f50328936c77e54f3a3cfe8a33074252bf0353be60cf95ad0621eff84bbbe58 Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Fri, 23 Feb 2024 18:14:57 +0000 Subject: [PATCH] Accepting request 1150010 from home:rrahl0:upgrades - fix runtime dependencies OBS-URL: https://build.opensuse.org/request/show/1150010 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-dynamic-versioning?expand=0&rev=3 --- python-poetry-dynamic-versioning.changes | 5 +++ python-poetry-dynamic-versioning.spec | 39 ++++++++++++------------ 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/python-poetry-dynamic-versioning.changes b/python-poetry-dynamic-versioning.changes index f772e7e..1ea27bb 100644 --- a/python-poetry-dynamic-versioning.changes +++ b/python-poetry-dynamic-versioning.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 23 18:14:04 UTC 2024 - Richard Rahl + +- fix runtime dependencies + ------------------------------------------------------------------- Wed Dec 13 03:26:54 UTC 2023 - Richard Rahl diff --git a/python-poetry-dynamic-versioning.spec b/python-poetry-dynamic-versioning.spec index 6563c21..9d36b1f 100644 --- a/python-poetry-dynamic-versioning.spec +++ b/python-poetry-dynamic-versioning.spec @@ -1,7 +1,7 @@ # # spec file for package python-poetry-dynamic-versioning # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,26 +15,27 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %{?sle15_python_module_pythons} -Name: python-poetry-dynamic-versioning -Version: 1.2.0 -Release: 0 -Summary: Plugin for Poetry to enable dynamic versioning based on VCS tags -License: MIT -Group: Development/Libraries/Python -URL: https://github.com/mtkennerly/poetry-dynamic-versioning -Source: https://files.pythonhosted.org/packages/source/p/poetry-dynamic-versioning/poetry_dynamic_versioning-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry-core >= 1.2.0} -BuildRequires: fdupes -Requires: python3-dunamai -Requires: python3-Jinja2 -Requires: python3-tomlkit -Requires(post): update-alternatives +Name: python-poetry-dynamic-versioning +Version: 1.2.0 +Release: 0 +Summary: Plugin for Poetry to enable dynamic versioning based on VCS tags +License: MIT +Group: Development/Libraries/Python +URL: https://github.com/mtkennerly/poetry-dynamic-versioning +Source: https://files.pythonhosted.org/packages/source/p/poetry-dynamic-versioning/poetry_dynamic_versioning-%{version}.tar.gz +BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core >= 1.2.0} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-Jinja2 +Requires: python-dunamai +Requires: python-tomlkit +Requires(post): update-alternatives Requires(postun): update-alternatives -BuildArch: noarch +BuildArch: noarch %python_subpackages