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
This commit is contained in:
Richard Rahl 2024-02-23 18:14:57 +00:00 committed by Git OBS Bridge
parent eb1f24c59d
commit 2f50328936
2 changed files with 25 additions and 19 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 23 18:14:04 UTC 2024 - Richard Rahl <rrahl0@proton.me>
- fix runtime dependencies
-------------------------------------------------------------------
Wed Dec 13 03:26:54 UTC 2023 - Richard Rahl <rrahl0@proton.me>

View File

@ -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,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-poetry-dynamic-versioning
Version: 1.2.0
@ -24,14 +25,14 @@ 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
BuildRequires: python-rpm-macros
Requires: python-Jinja2
Requires: python-dunamai
Requires: python-tomlkit
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch