Skip to content

Commit db935bc

Browse files
committed
Update to 3.10.12
1 parent 17ce8ae commit db935bc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
{% set version = "3.10.11" %}
1+
{% set version = "3.10.12" %}
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 = "3" %}
7+
{% set build_number = "0" %}
88
{% set channel_targets = ('abc', 'def') %}
99

1010
# this makes the linter happy
@@ -48,7 +48,7 @@ source:
4848
{% else %}
4949
- url: https://www.python.org/ftp/python/{{ version }}/Python-{{ version }}{{ dev }}.tar.xz
5050
# md5 from: https://www.python.org/downloads/release/python-{{ ver3nd }}/
51-
sha256: 3c3bc3048303721c904a03eb8326b631e921f11cc3be2988456a42f115daf04c
51+
sha256: afb74bf19130e7a47d10312c8f5e784f24e0527981eab68e20546cfb865830b8
5252
{% endif %}
5353
patches:
5454
- patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch

recipe/patches/0010-Unvendor-openssl.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ index 57360e57ba..51b2d8cc0a 100644
160160
- <libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.3.0\</libffiDir>
161161
- <libffiOutDir Condition="$(libffiOutDir) == ''">$(libffiDir)$(ArchName)\</libffiOutDir>
162162
- <libffiIncludeDir Condition="$(libffiIncludeDir) == ''">$(libffiOutDir)include</libffiIncludeDir>
163-
- <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-1.1.1t\</opensslDir>
164-
- <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-1.1.1t\$(ArchName)\</opensslOutDir>
163+
- <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-1.1.1u\</opensslDir>
164+
- <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-1.1.1u\$(ArchName)\</opensslOutDir>
165165
- <opensslIncludeDir Condition="$(opensslIncludeDir) == ''">$(opensslOutDir)include</opensslIncludeDir>
166166
+ <!-- <sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.40.1.0\</sqlite3Dir> -->
167167
+ <!-- <bz2Dir Condition="$(bz2Dir) == ''">$(ExternalsDir)bzip2-1.0.8\</bz2Dir> -->

0 commit comments

Comments
 (0)