diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c8aeea716..e33f51cbb 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set base_version = "3.8.1" %} +{% set base_version = "3.8.2" %} {% set version = base_version %} {% set linkage_nature = os.environ.get('PY_INTERP_LINKAGE_NATURE', '') %} {% set debug = os.environ.get('PY_INTERP_DEBUG', '') %} @@ -15,8 +15,8 @@ package: source: - url: https://www.python.org/ftp/python/{{ base_version }}/Python-{{ version }}.tar.xz - # md5 from: https://www.python.org/downloads/release/python-381/ - md5: b3fb85fd479c0bf950c626ef80cacb57 + # md5 from: https://www.python.org/downloads/release/python-382/ + md5: e9d6ebc92183a177b8e8a58cad5b8d67 patches: {% if 'conda-forge' not in channel_targets %} - patches/0001-Add-Anaconda-Distribution-version-logic.patch @@ -78,7 +78,7 @@ source: build: - number: 3 + number: 0 # Windows has issues updating python if conda is using files itself. # Copy rather than link. no_link: