1
0
forked from pool/python-getmac

Compare commits

2 Commits

Author SHA256 Message Date
f909dae2bf Accepting request 1219203 from devel:languages:python
- update to 0.9.5:
  * Fixed macOS arp when MAC has one character sections in
    specific cases (Fixes issue #92)

- Update to 0.9.4:
  * `arping` (POSIX) or `SendARP` (Windows) will now *always* be used instead
  * Added ability to override the detected platform via `--override-platform`
  Issue deprecation message as a warning in addition to a log message

OBS-URL: https://build.opensuse.org/request/show/1219203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-getmac?expand=0&rev=8
2024-10-30 16:36:47 +00:00
f5f2129ccd - update to 0.9.5:
* Fixed macOS arp when MAC has one character sections in
    specific cases (Fixes issue #92)
- Update to 0.9.4:
  * `arping` (POSIX) or `SendARP` (Windows) will now *always* be used instead
  * Added ability to override the detected platform via `--override-platform`
  Issue deprecation message as a warning in addition to a log message

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-getmac?expand=0&rev=18
2024-10-29 21:44:41 +00:00
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8477755b69ff93a3b514b54e1fbb8ebb57d8f4e5c37e7c18bcef3a0f1f149232
size 94019

3
getmac-0.9.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:456435cdbf1f5f45c433a250b8b795146e893b6fc659060f15451e812a2ab17d
size 94031

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 29 21:44:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com>

View File

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