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