Skip to content

Commit 73e626e

Browse files
opacamzworkb
authored andcommitted
⬆️ Update pytz to version 2019.3 (kivy#2101)
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.
1 parent 31d4a24 commit 73e626e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/pytz/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
class PytzRecipe(PythonRecipe):
55
name = 'pytz'
6-
version = '2015.7'
7-
url = 'https://pypi.python.org/packages/source/p/pytz/pytz-{version}.tar.bz2'
6+
version = '2019.3'
7+
url = 'https://pypi.python.org/packages/source/p/pytz/pytz-{version}.tar.gz'
88

99
depends = []
1010

0 commit comments

Comments
 (0)