15
0
forked from pool/python-ifaddr

- Update to 0.1.6:

* Restrict ipaddress dependency to Python < 3.3
  * Fixes installation of ipaddress module

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ifaddr?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-03-12 16:35:51 +00:00
committed by Git OBS Bridge
parent 9431387db9
commit 6df6ddb4ca
4 changed files with 22 additions and 20 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 12 16:34:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.1.6:
* Restrict ipaddress dependency to Python < 3.3
* Fixes installation of ipaddress module
-------------------------------------------------------------------
Fri Nov 9 09:36:58 UTC 2018 - Jan Engelhardt <jengelh@inai.de>