15
0
forked from pool/python-ara

Accepting request 1297657 from devel:languages:python

- Update URL to use the new one from codeberg
- Add missing test requirement python-ruamel.yaml

OBS-URL: https://build.opensuse.org/request/show/1297657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ara?expand=0&rev=21
This commit is contained in:
2025-08-05 12:22:32 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 5 08:23:17 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- 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á <mmachova@suse.com>

View File

@@ -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