Accepting request 791810 from home:mcalabkova:branches:devel:languages:python

- update to 0.8.2
  * Added warning about Python 2 compatibility being dropped in 1.0.0
  * Officially support Python 3.8
  * Documented a known issue with looking up IP of a local interface on Linux/WSL (See the "Known Issues" section in the README)
  * Added remote host lookup using `arping` as last resort

OBS-URL: https://build.opensuse.org/request/show/791810
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-getmac?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-04-06 17:30:23 +00:00
committed by Git OBS Bridge
parent 8d667102bd
commit 43f98af1d7
4 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 6 14:41:53 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.8.2
* Added warning about Python 2 compatibility being dropped in 1.0.0
* Officially support Python 3.8
* Documented a known issue with looking up IP of a local interface on Linux/WSL (See the "Known Issues" section in the README)
* Added remote host lookup using `arping` as last resort
-------------------------------------------------------------------
Tue Sep 10 07:13:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>