Accepting request 1006777 from home:yarunachalam:branches:devel:languages:python

- 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
This commit is contained in:
2022-09-29 09:37:03 +00:00
committed by Git OBS Bridge
parent 10a1047105
commit 25be958423
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Sep 28 21:01:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <alarrosa@suse.com>