From d487906054e19d5ce541e919ce25689eb69d213c Mon Sep 17 00:00:00 2001 From: Paul Brussee Date: Fri, 15 Apr 2016 22:48:41 +0200 Subject: [PATCH] update ipaddress to 1.0.16 --- pythonforandroid/recipes/ipaddress/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/ipaddress/__init__.py b/pythonforandroid/recipes/ipaddress/__init__.py index 69410f6d97..16a468cdce 100644 --- a/pythonforandroid/recipes/ipaddress/__init__.py +++ b/pythonforandroid/recipes/ipaddress/__init__.py @@ -3,7 +3,7 @@ class IpaddressRecipe(PythonRecipe): name = 'ipaddress' - version = '1.0.15' + version = '1.0.16' url = 'https://pypi.python.org/packages/source/i/ipaddress/ipaddress-{version}.tar.gz' depends = ['python2']