From 25be958423261c6cdc6cd3345b0e558fa125b75ee8566a6ecc69efc8db22d7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:37:03 +0000 Subject: [PATCH] Accepting request 1006777 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 0.8.3 (12/10/2021) Announcement: Compatibility with Python versions older than 3.6 (2.7, 3.4, and 3.5) is deprecated and will be removed in getmac 1.0.0. If you are stuck on an unsupported Python, considor loosely pinning the version of this package in your dependency list, e.g. getmac<1. Changed Added support for Thomas Habets' version of arping in addition to the existing iputils one (contributed by Ville Skyttä (@scop) in #52 and #54) Added support for docker in network bridge mode (contributed by Tomasz Duda (@tomaszduda23) in #57) Add CHANGELOG URL to PyPI metadata (contributed by Ville Skyttä (@scop) in #58) Fixed code quality test suite errors (includes changes by Daniel Flanagan (@FlantasticDan) in #67) Improved Android support (contributed by @emadmahdi in #71) Minor code quality fixes (2 years of neglecting master branch) 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 OBS-URL: https://build.opensuse.org/request/show/1006777 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-getmac?expand=0&rev=14 --- getmac-0.8.2.tar.gz | 3 --- getmac-0.8.3.tar.gz | 3 +++ python-getmac.changes | 18 ++++++++++++++++++ python-getmac.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 getmac-0.8.2.tar.gz create mode 100644 getmac-0.8.3.tar.gz diff --git a/getmac-0.8.2.tar.gz b/getmac-0.8.2.tar.gz deleted file mode 100644 index c61aefc..0000000 --- a/getmac-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d501d20b71856248cfa07a8758192e86a01077910afb8b659a89946c4d52d368 -size 47639 diff --git a/getmac-0.8.3.tar.gz b/getmac-0.8.3.tar.gz new file mode 100644 index 0000000..02f941c --- /dev/null +++ b/getmac-0.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e38f9023b9792f53ef982cce6be65d84fea656be87100ab2f2d0376563af486 +size 50633 diff --git a/python-getmac.changes b/python-getmac.changes index 26f872a..7da8790 100644 --- a/python-getmac.changes +++ b/python-getmac.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Sep 28 21:01:13 UTC 2022 - Yogalakshmi Arunachalam + +- 0.8.3 (12/10/2021) + Announcement: Compatibility with Python versions older than 3.6 (2.7, 3.4, and 3.5) is deprecated and will be removed in getmac 1.0.0. + If you are stuck on an unsupported Python, considor loosely pinning the version of this package in your dependency list, e.g. getmac<1. + Changed + Added support for Thomas Habets' version of arping in addition to the existing iputils one (contributed by Ville Skyttä (@scop) in #52 and #54) + Added support for docker in network bridge mode (contributed by Tomasz Duda (@tomaszduda23) in #57) + Add CHANGELOG URL to PyPI metadata (contributed by Ville Skyttä (@scop) in #58) + Fixed code quality test suite errors (includes changes by Daniel Flanagan (@FlantasticDan) in #67) + Improved Android support (contributed by @emadmahdi in #71) + Minor code quality fixes (2 years of neglecting master branch) + 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 + ------------------------------------------------------------------- Fri Apr 16 17:16:11 UTC 2021 - Antonio Larrosa diff --git a/python-getmac.spec b/python-getmac.spec index 540fde5..b119f61 100644 --- a/python-getmac.spec +++ b/python-getmac.spec @@ -1,7 +1,7 @@ # # spec file for package python-getmac # -# Copyright (c) 2021 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 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-getmac -Version: 0.8.2 +Version: 0.8.3 Release: 0 Summary: Module to get MAC addresses of remote hosts and local interfaces License: MIT