From 5d9aa667c07685f65f21e89e433bb6084b322e84627485617b4157c47fb67b6c Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 5 Aug 2025 08:25:21 +0000 Subject: [PATCH] - Update URL to use the new one from codeberg - Add missing test requirement python-ruamel.yaml OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=41 --- python-ara.changes | 6 ++++++ python-ara.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/python-ara.changes b/python-ara.changes index 6e675d2..5871529 100644 --- a/python-ara.changes +++ b/python-ara.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 5 08:23:17 UTC 2025 - Daniel Garcia + +- Update URL to use the new one from codeberg +- Add missing test requirement python-ruamel.yaml + ------------------------------------------------------------------- Mon Jun 16 13:43:24 UTC 2025 - Markéta Machová diff --git a/python-ara.spec b/python-ara.spec index ec036ce..1accd79 100644 --- a/python-ara.spec +++ b/python-ara.spec @@ -33,7 +33,9 @@ Version: 1.7.2 Release: 0 Summary: ARA Records Ansible License: GPL-3.0-or-later -URL: https://github.com/ansible-community/ara +# Old project URL: https://github.com/ansible-community/ara +# Project moved from github to codeberg gh#ansible-community/ara#603 +URL: https://codeberg.org/ansible-community/ara Source: https://files.pythonhosted.org/packages/source/a/ara/ara-%{version}.tar.gz BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module pbr} @@ -65,6 +67,7 @@ BuildRequires: %{python_module dynaconf} BuildRequires: %{python_module factory_boy} BuildRequires: %{python_module pyaml} BuildRequires: %{python_module pygments} +BuildRequires: %{python_module ruamel.yaml} BuildRequires: %{python_module tzlocal} BuildRequires: %{python_module whitenoise} %endif