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:
		
							
								
								
									
										3
									
								
								nmcli-1.5.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								nmcli-1.5.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:fb2296df4fad237e24fa4ac5372c7d8d1578dc084a45464c53f50bb981a28283 | ||||||
|  | size 28296 | ||||||
| @@ -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> | Sat Apr 13 09:21:35 UTC 2024 - Yunhe Guo <i@guoyunhe.me> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package python-nmcli | # 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 | # All modifications and additions to the file contributed by third parties | ||||||
| # remain the property of their copyright owners, unless otherwise agreed | # remain the property of their copyright owners, unless otherwise agreed | ||||||
| @@ -17,18 +17,18 @@ | |||||||
|  |  | ||||||
|  |  | ||||||
| Name:           python-nmcli | Name:           python-nmcli | ||||||
| Version:        1.3.0 | Version:        1.5.0 | ||||||
| Release:        0 | Release:        0 | ||||||
| Summary:        A python wrapper library for the network-manager cli client | Summary:        A python wrapper library for the network-manager cli client | ||||||
| License:        MIT | License:        MIT | ||||||
| URL:            https://github.com/ushiboy/nmcli | URL:            https://github.com/ushiboy/nmcli | ||||||
| Source:         https://github.com/ushiboy/nmcli/archive/refs/tags/v%{version}.tar.gz#/nmcli-%{version}.tar.gz | 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 pip} | ||||||
|  | BuildRequires:  %{python_module pytest} | ||||||
| BuildRequires:  %{python_module setuptools} | BuildRequires:  %{python_module setuptools} | ||||||
| BuildRequires:  %{python_module wheel} | BuildRequires:  %{python_module wheel} | ||||||
| BuildRequires:  %{python_module pytest} |  | ||||||
| BuildRequires:  fdupes | BuildRequires:  fdupes | ||||||
|  | BuildRequires:  python-rpm-macros | ||||||
| BuildArch:      noarch | BuildArch:      noarch | ||||||
|  |  | ||||||
| Requires:       NetworkManager | Requires:       NetworkManager | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user