package/python-ipaddress: bump version to 1.0.17

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls
2016-10-03 23:11:33 +02:00
committed by Thomas Petazzoni
parent 0f0416cd3f
commit 81cd9a4699
2 changed files with 6 additions and 5 deletions

View File

@@ -4,10 +4,11 @@
#
################################################################################
PYTHON_IPADDRESS_VERSION = 1.0.15
PYTHON_IPADDRESS_VERSION = 1.0.17
PYTHON_IPADDRESS_SOURCE = ipaddress-$(PYTHON_IPADDRESS_VERSION).tar.gz
PYTHON_IPADDRESS_SITE = https://pypi.python.org/packages/source/i/ipaddress
PYTHON_IPADDRESS_SITE = https://pypi.python.org/packages/bb/26/3b64955ff73f9e3155079b9ed31812afdfa5333b5c76387454d651ef593a
PYTHON_IPADDRESS_LICENSE = Python software foundation license
PYTHON_IPADDRESS_LICENSE_FILES = LICENSE
PYTHON_IPADDRESS_SETUP_TYPE = setuptools
$(eval $(python-package))