diff --git a/getmac-0.9.4.tar.gz b/getmac-0.9.4.tar.gz deleted file mode 100644 index 58c721c..0000000 --- a/getmac-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8477755b69ff93a3b514b54e1fbb8ebb57d8f4e5c37e7c18bcef3a0f1f149232 -size 94019 diff --git a/getmac-0.9.5.tar.gz b/getmac-0.9.5.tar.gz new file mode 100644 index 0000000..449ac12 --- /dev/null +++ b/getmac-0.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456435cdbf1f5f45c433a250b8b795146e893b6fc659060f15451e812a2ab17d +size 94031 diff --git a/python-getmac.changes b/python-getmac.changes index 0a6663e..2ec0814 100644 --- a/python-getmac.changes +++ b/python-getmac.changes @@ -1,7 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 29 21:44:24 UTC 2024 - Dirk Müller + +- update to 0.9.5: + * Fixed macOS arp when MAC has one character sections in + specific cases (Fixes issue #92) + ------------------------------------------------------------------- Fri Mar 8 00:58:45 UTC 2024 - Steve Kowalik -- Update to 0.9.4: +- Update to 0.9.4: * Support BusyBox's ``arping`` * Improve how ARP is handled. If ``ArpFile`` method succeeds, use it instead of ``ArpingHost`` @@ -13,11 +20,11 @@ Fri Mar 8 00:58:45 UTC 2024 - Steve Kowalik public API of `getmac` is **unchanged** as part of this rewrite. * Fully support Python 3.9 * Tentatively support Python 3.10 and 3.11 - * `arping` (POSIX) or `SendARP` (Windows) will now *always* be used instead + * `arping` (POSIX) or `SendARP` (Windows) will now *always* be used instead of sending a UDP packet when looking for the MAC of a IPv4 host, if they're available and operable (otherwise, UDP + ARP table check will be used like before). - * Added ability to override the detected platform via `--override-platform` + * Added ability to override the detected platform via `--override-platform` argument (CLI) or `getmac.getmac.OVERRIDE_PLATFORM` variable (Python). This will force methods for that platform to be used, regardless of the actual platform. @@ -45,7 +52,7 @@ Wed Sep 28 21:01:13 UTC 2022 - Yogalakshmi Arunachalam Add Code of Conduct for project contributors Add SECURITY.md for reporting security issues (e.g. vulnerabilities) Deprecate Python 3.4 and 3.5 - Issue deprecation message as a warning in addition to a log message + Issue deprecation message as a warning in addition to a log message ------------------------------------------------------------------- Fri Apr 16 17:16:11 UTC 2021 - Antonio Larrosa diff --git a/python-getmac.spec b/python-getmac.spec index 63b0324..b395dcc 100644 --- a/python-getmac.spec +++ b/python-getmac.spec @@ -17,7 +17,7 @@ Name: python-getmac -Version: 0.9.4 +Version: 0.9.5 Release: 0 Summary: Module to get MAC addresses of remote hosts and local interfaces License: MIT