From 3924a4787afaa7b676d9dd292aa3b1c4c7dbd13c7d0043bc6b1296c29988ee93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 5 May 2025 13:19:48 +0000 Subject: [PATCH] - 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 --- nmcli-1.5.0.tar.gz | 3 +++ python-nmcli.changes | 10 ++++++++++ python-nmcli.spec | 8 ++++---- 3 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 nmcli-1.5.0.tar.gz diff --git a/nmcli-1.5.0.tar.gz b/nmcli-1.5.0.tar.gz new file mode 100644 index 0000000..f344c24 --- /dev/null +++ b/nmcli-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2296df4fad237e24fa4ac5372c7d8d1578dc084a45464c53f50bb981a28283 +size 28296 diff --git a/python-nmcli.changes b/python-nmcli.changes index 7e41943..029f9b2 100644 --- a/python-nmcli.changes +++ b/python-nmcli.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon May 5 12:06:51 UTC 2025 - Felix Stegmeier + +- 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 diff --git a/python-nmcli.spec b/python-nmcli.spec index 1008fcc..5d6b235 100644 --- a/python-nmcli.spec +++ b/python-nmcli.spec @@ -1,7 +1,7 @@ # # spec file for package python-nmcli # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,18 @@ Name: python-nmcli -Version: 1.3.0 +Version: 1.5.0 Release: 0 Summary: A python wrapper library for the network-manager cli client License: MIT URL: https://github.com/ushiboy/nmcli Source: https://github.com/ushiboy/nmcli/archive/refs/tags/v%{version}.tar.gz#/nmcli-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} -BuildRequires: %{python_module pytest} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch Requires: NetworkManager