From 833f24d21f0914f5f4a5c4000f9eaee1a7b3a67f83cc2a204d5bd8547dfc56f6 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 4 Apr 2024 11:47:27 +0000 Subject: [PATCH] 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 --- ara-1.7.0.tar.gz | 3 --- ara-1.7.1.tar.gz | 3 +++ python-ara.changes | 9 +++++++++ python-ara.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 ara-1.7.0.tar.gz create mode 100644 ara-1.7.1.tar.gz diff --git a/ara-1.7.0.tar.gz b/ara-1.7.0.tar.gz deleted file mode 100644 index db0e439..0000000 --- a/ara-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2623f34e8fd542ee70f82d02cc36907e11b2d306e7b548106a33157171af58c -size 16537136 diff --git a/ara-1.7.1.tar.gz b/ara-1.7.1.tar.gz new file mode 100644 index 0000000..d39ea43 --- /dev/null +++ b/ara-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6b0b5b42ec9fb93586768845061a70cc4fbd3d413bcd2e57f0596cc50ded62 +size 12946518 diff --git a/python-ara.changes b/python-ara.changes index c02b864..6bc812f 100644 --- a/python-ara.changes +++ b/python-ara.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Apr 3 14:32:36 UTC 2024 - Markéta Machová + +- 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 diff --git a/python-ara.spec b/python-ara.spec index c724e09..532acd0 100644 --- a/python-ara.spec +++ b/python-ara.spec @@ -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