14
0
forked from pool/python-nmcli

- Update to 1.5.0

* Added show_secrets option to nmcli.connection.show
- Update to 1.4.0
  * Supported unsupported cases of DeviceWifi.parse.
  * Fixed the problem that nmcli.general does not work on nmcli client after version 1.48.x.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nmcli?expand=0&rev=2
This commit is contained in:
2025-05-05 13:19:48 +00:00
committed by Git OBS Bridge
parent cb76f4a18d
commit 3924a4787a
3 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 5 12:06:51 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
- Update to 1.5.0
* Added show_secrets option to nmcli.connection.show
- Update to 1.4.0
* Supported unsupported cases of DeviceWifi.parse.
* Fixed the problem that nmcli.general does not work on nmcli client after version 1.48.x.
-------------------------------------------------------------------
Sat Apr 13 09:21:35 UTC 2024 - Yunhe Guo <i@guoyunhe.me>