forked from pool/python-ifaddr
Accepting request 990233 from devel:languages:python
- update to 0.2.0:
* Added an option to include IP-less adapters, thanks to memory
* Fixed a bug where an interface's name was `bytes`, not `str`, on Windows
* Added an implementation of `netifaces.interfaces()` (available through
`ifaddr.netifaces.interfaces()`)
* Added type hints
* Dropped Python 3.6 support
OBS-URL: https://build.opensuse.org/request/show/990233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ifaddr?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94
|
||||
size 9281
|
||||
3
ifaddr-0.2.0.tar.gz
Normal file
3
ifaddr-0.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc0cbfcaabf765d44595825fb96a99bb12c79716b73b44330ea38ee2b0c4aed4
|
||||
size 10485
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 19 12:01:31 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.2.0:
|
||||
* Added an option to include IP-less adapters, thanks to memory
|
||||
* Fixed a bug where an interface's name was `bytes`, not `str`, on Windows
|
||||
* Added an implementation of `netifaces.interfaces()` (available through
|
||||
`ifaddr.netifaces.interfaces()`)
|
||||
* Added type hints
|
||||
* Dropped Python 3.6 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 14 09:23:55 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ifaddr
|
||||
#
|
||||
# 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 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-ifaddr
|
||||
Version: 0.1.7
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
Summary: Module for enumerating IP addresses on system network adapters
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user