From 3d909fe6e2fce65ac49582038df4f3ff2fca07ac Mon Sep 17 00:00:00 2001 From: opacam Date: Wed, 25 Mar 2020 13:11:15 +0100 Subject: [PATCH] :arrow_up: Update `pytz` to version `2019.3` Because is one of the dependencies of `pandas` recipe, and despite that the old version seems to work fine, I think it's better to go for to the latest available version. --- pythonforandroid/recipes/pytz/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pythonforandroid/recipes/pytz/__init__.py b/pythonforandroid/recipes/pytz/__init__.py index 12133bc98e..ff9bc37573 100644 --- a/pythonforandroid/recipes/pytz/__init__.py +++ b/pythonforandroid/recipes/pytz/__init__.py @@ -3,8 +3,8 @@ class PytzRecipe(PythonRecipe): name = 'pytz' - version = '2015.7' - url = 'https://pypi.python.org/packages/source/p/pytz/pytz-{version}.tar.bz2' + version = '2019.3' + url = 'https://pypi.python.org/packages/source/p/pytz/pytz-{version}.tar.gz' depends = []