15
0
forked from pool/python-ifaddr

- 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/package/show/devel:languages:python/python-ifaddr?expand=0&rev=11
This commit is contained in:
2022-07-19 12:02:18 +00:00
committed by Git OBS Bridge
parent 74714e1dd2
commit eadfe7be77
4 changed files with 16 additions and 5 deletions

View File

@@ -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>