15
0

- update to 0.15:

- Tests are now skipped for wireguard devices
  - pifconfig is now able to show more than one IPv4 address per interface
  - pifconfig supports interfaces with no IPv4 address

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ethtool?expand=0&rev=15
This commit is contained in:
2022-01-15 16:02:58 +00:00
committed by Git OBS Bridge
parent 2b69124ba7
commit 3e85b2475d
4 changed files with 15 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ethtool
# spec file
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global pypi_name ethtool
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-%{pypi_name}
Version: 0.14
Version: 0.15
Release: 0
Summary: Ethernet settings Python bindings
License: GPL-2.0-only
@@ -35,7 +35,7 @@ BuildRequires: net-tools-deprecated
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
%python_subpackages
%description