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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2623f34e8fd542ee70f82d02cc36907e11b2d306e7b548106a33157171af58c
size 16537136

3
ara-1.7.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a6b0b5b42ec9fb93586768845061a70cc4fbd3d413bcd2e57f0596cc50ded62
size 12946518

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 3 14:32:36 UTC 2024 - Markéta Machová <mmachova@suse.com>
- 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.
-------------------------------------------------------------------
Sat Nov 25 14:02:22 UTC 2023 - Dirk Müller <dmueller@suse.com>

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