diff --git a/ifaddr-0.1.7.tar.gz b/ifaddr-0.1.7.tar.gz deleted file mode 100644 index 887d1f8..0000000 --- a/ifaddr-0.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94 -size 9281 diff --git a/ifaddr-0.2.0.tar.gz b/ifaddr-0.2.0.tar.gz new file mode 100644 index 0000000..9d7b967 --- /dev/null +++ b/ifaddr-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0cbfcaabf765d44595825fb96a99bb12c79716b73b44330ea38ee2b0c4aed4 +size 10485 diff --git a/python-ifaddr.changes b/python-ifaddr.changes index 8224d5b..bd7202f 100644 --- a/python-ifaddr.changes +++ b/python-ifaddr.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jul 19 12:01:31 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-ifaddr.spec b/python-ifaddr.spec index b0d9599..adf419d 100644 --- a/python-ifaddr.spec +++ b/python-ifaddr.spec @@ -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