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