python: Update to version 3.7.2

This commit is contained in:
Richard Kuhnt 2018-12-24 11:00:34 +00:00
parent ad15c7be89
commit 8ce02f03ad

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.python.org/", "homepage": "https://www.python.org/",
"license": "https://docs.python.org/3/license.html", "license": "https://docs.python.org/3/license.html",
"version": "3.7.1", "version": "3.7.2",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://www.python.org/ftp/python/3.7.1/python-3.7.1-amd64.exe#/py3.exe", "url": "https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64.exe#/py3.exe",
"hash": "md5:4c9fd65b437ad393532e57f15ce832bc" "hash": "md5:ff258093f0b3953c886192dec9f52763"
}, },
"32bit": { "32bit": {
"url": "https://www.python.org/ftp/python/3.7.1/python-3.7.1.exe#/py3.exe", "url": "https://www.python.org/ftp/python/3.7.2/python-3.7.2.exe#/py3.exe",
"hash": "md5:da24541f28e4cc133c53f0638459993c" "hash": "md5:38156b62c0cbcb03bfddeb86e66c3a0f"
} }
}, },
"installer": { "installer": {
@ -44,9 +44,7 @@
"idle3" "idle3"
] ]
], ],
"env_add_path": [ "env_add_path": "scripts",
"scripts"
],
"checkver": { "checkver": {
"url": "https://www.python.org/downloads/windows/", "url": "https://www.python.org/downloads/windows/",
"re": "Latest Python 3 Release - Python ([\\d\\.]+)" "re": "Latest Python 3 Release - Python ([\\d\\.]+)"