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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46565daa5c4de3ef6c5908d062a8646278086cd29c62e43e0e04e49e5e34768b
size 43204

3
ethtool-0.15.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:567260ea5805063bbcff71dabd6fb820f89bc84f720e9ebe315c7eef1449d908
size 44894

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jan 15 16:02:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Tue May 26 06:34:08 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

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