Skip to content

Commit 6c27d5c

Browse files
scopatzjjhelmus
authored andcommitted
Merge pull request conda-forge#316 from ngoldbaum/3.8.2
update for 3.8.2
1 parent d931edd commit 6c27d5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

1616
source:
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

8080
build:
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:

0 commit comments

Comments
 (0)