File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- {% set base_version = "3.8.1 " %}
1+ {% set base_version = "3.8.2 " %}
22{% set version = base_version %}
33{% set linkage_nature = os.environ.get('PY_INTERP_LINKAGE_NATURE', '') %}
44{% set debug = os.environ.get('PY_INTERP_DEBUG', '') %}
@@ -15,8 +15,8 @@ package:
1515
1616source :
1717 - url : https://www.python.org/ftp/python/{{ base_version }}/Python-{{ version }}.tar.xz
18- # md5 from: https://www.python.org/downloads/release/python-381 /
19- md5 : b3fb85fd479c0bf950c626ef80cacb57
18+ # md5 from: https://www.python.org/downloads/release/python-382 /
19+ md5 : e9d6ebc92183a177b8e8a58cad5b8d67
2020 patches :
2121{% if 'conda-forge' not in channel_targets %}
2222 - patches/0001-Add-Anaconda-Distribution-version-logic.patch
@@ -78,7 +78,7 @@ source:
7878
7979
8080build :
81- number : 1
81+ number : 0
8282 # Windows has issues updating python if conda is using files itself.
8383 # Copy rather than link.
8484 no_link :
You can’t perform that action at this time.
0 commit comments