8000 Update Python to 3.4.3. · rave-engine/python3-android@9bb6420 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bb6420

Browse files
committed
Update Python to 3.4.3.
1 parent 7aca8d2 commit 9bb6420

10 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endef
2727
build: python_modules python
2828

2929
# Main Python.
30-
$(eval $(call formula,python,3.4.2))
30+
$(eval $(call formula,python,3.4.3))
3131

3232
# Optional Python modules.
3333
python_modules: $(foreach mod,$(subst ',,$(PYTHON_OPTIONAL_MODULES)),python_$(mod))

mk/python/3.4.2/sources.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

mk/python/3.4.3/sources.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://python.org/ftp/python/3.4.3/Python-3.4.3.tar.xz

0 commit comments

Comments
 (0)
0