File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {% set version = "3.14.3 " %}
1+ {% set version = "3.14.4 " %}
22{% set dev = "" %}
33{% set dev_ = "" %}
44{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7- {% set build_number = 1 %}
7+ {% set build_number = 0 %}
88
99# this makes the linter happy
1010{% set channel_targets = channel_targets or 'conda-forge main' %}
@@ -46,7 +46,7 @@ package:
4646source :
4747 - url : https://www.python.org/ftp/python/{{ version }}/Python-{{ version }}{{ dev }}.tar.xz
4848 # sha256 from: https://www.python.org/downloads/release/python-{{ ver3nd }}{{ dev }}/
49- sha256 : a97d5549e9ad81fe17159ed02c68774ad5d266c72f8d9a0b5a9c371fe85d902b
49+ sha256 : d923c51303e38e249136fc1bdf3568d56ecb03214efdef48516176d3d7faaef8
5050 patches :
5151 - patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch
5252 - patches/0002-Win32-Do-not-download-externals.patch
You can’t perform that action at this time.
0 commit comments