15
0
forked from pool/python-ara

Accepting request 1164376 from home:mcalabkova:branches:devel:languages:python

- Update to 1.7.1
  * Address deprecation of yaml.dump in ruamel.yaml when generating
    the default server settings.yaml file (#524)
  * Don't use setuptools/pkg_resources to retrieve the version of ara
    since it is not always installed by default.

OBS-URL: https://build.opensuse.org/request/show/1164376
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=32
This commit is contained in:
2024-04-04 11:47:27 +00:00
committed by Git OBS Bridge
parent cd657be34e
commit 833f24d21f
4 changed files with 15 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ara
#
# 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
@@ -28,7 +28,7 @@
# plugin for Ansible package
%define pythons python3
Name: python-ara
Version: 1.7.0
Version: 1.7.1
Release: 0
Summary: ARA Records Ansible
License: GPL-3.0-or-later
@@ -43,7 +43,7 @@ Requires: python-cliff
Requires: python-pbr
Requires: python-requests >= 2.14.2
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
Recommends: python-Django >= 3.2
Recommends: python-django-cors-headers
Recommends: python-django-filter