15
0
forked from pool/python-ifaddr

- update to 0.1.7:

* Fixed Python 3 compatibility in the examples, thanks to Tristan Stenner and Josef Schlehofer
   * Exposed network interface indexes in Adapter.index, thanks to Dmitry Tantsur
  * Added the license file to distributions on PyPI, thanks to Tomáš Chvátal
  * Fixed Illumos/Solaris compatibility based on a patch proposed by Jorge Schrauwen
  * Set up universal wheels, ifaddr will have both source and wheel distributions on PyPI from now on

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ifaddr?expand=0&rev=9
This commit is contained in:
2020-06-14 09:25:21 +00:00
committed by Git OBS Bridge
parent 44e3d14d75
commit 74714e1dd2
5 changed files with 14 additions and 27 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jun 14 09:23:55 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.1.7:
* Fixed Python 3 compatibility in the examples, thanks to Tristan Stenner and Josef Schlehofer
* Exposed network interface indexes in Adapter.index, thanks to Dmitry Tantsur
* Added the license file to distributions on PyPI, thanks to Tomáš Chvátal
* Fixed Illumos/Solaris compatibility based on a patch proposed by Jorge Schrauwen
* Set up universal wheels, ifaddr will have both source and wheel distributions on PyPI from now on
-------------------------------------------------------------------
Mon Apr 20 11:47:26 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>