Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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', '') %}
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down