Skip to content

Commit f0e33cd

Browse files
authored
Merge pull request #122 from AnacondaRecipes/PKG-2772
Update to 3.12.0rc2
2 parents b6cd3bb + a0a32b5 commit f0e33cd

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set version = "3.12.0" %}
2-
{% set dev = "rc1" %}
3-
{% set dev_ = "rc1_" %}
2+
{% set dev = "rc2" %}
3+
{% set dev_ = "rc2_" %}
44
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
@@ -50,7 +50,7 @@ source:
5050
{% else %}
5151
- url: https://www.python.org/ftp/python/{{ version }}/Python-{{ version }}{{ dev }}.tar.xz
5252
# md5 from: https://www.python.org/downloads/release/python-{{ ver3nd }}/
53-
sha256: bd88d516b51474d7facae3ed7ab6a421efb17e583c21c8a749470f293e2575fc
53+
sha256: 11eb10376e6baf7bea53001f5181eaee1797788c4db6e83a061e422357927674
5454
{% endif %}
5555
patches:
5656
- patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch

recipe/patches/0010-Unvendor-openssl.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,17 +164,17 @@ index 57360e57ba..51b2d8cc0a 100644
164164
- <libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.4.4\</libffiDir>
165165
- <libffiOutDir Condition="$(libffiOutDir) == ''">$(libffiDir)$(ArchName)\</libffiOutDir>
166166
- <libffiIncludeDir Condition="$(libffiIncludeDir) == ''">$(libffiOutDir)include</libffiIncludeDir>
167-
- <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.0.9\</opensslDir>
168-
- <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.0.9\$(ArchName)\</opensslOutDir>
167+
- <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.0.10\</opensslDir>
168+
- <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.0.10\$(ArchName)\</opensslOutDir>
169169
- <opensslIncludeDir Condition="$(opensslIncludeDir) == ''">$(opensslOutDir)include</opensslIncludeDir>
170170
+ <!-- <sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.42.0.0\</sqlite3Dir> -->
171171
+ <!-- <bz2Dir Condition="$(bz2Dir) == ''">$(ExternalsDir)bzip2-1.0.8\</bz2Dir> -->
172172
+ <!-- <lzmaDir Condition="$(lzmaDir) == ''">$(ExternalsDir)xz-5.2.5\</lzmaDir> -->
173173
+ <!-- <libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.4.3\</libffiDir> -->
174174
+ <!-- <libffiOutDir Condition="$(libffiOutDir) == ''">$(libffiDir)$(ArchName)\</libffiOutDir> -->
175175
+ <!-- <libffiIncludeDir Condition="$(libffiIncludeDir) == ''">$(libffiOutDir)include</libffiIncludeDir> -->
176-
+ <!-- <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.0.9\</opensslDir> -->
177-
+ <!-- <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.0.9\$(ArchName)\</opensslOutDir> -->
176+
+ <!-- <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.0.10\</opensslDir> -->
177+
+ <!-- <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.0.10\$(ArchName)\</opensslOutDir> -->
178178
+ <!-- <opensslIncludeDir Condition="$(opensslIncludeDir) == ''">$(opensslOutDir)include</opensslIncludeDir> -->
179179
<nasmDir Condition="$(nasmDir) == ''">$(ExternalsDir)\nasm-2.11.06\</nasmDir>
180180
- <zlibDir Condition="$(zlibDir) == ''">$(ExternalsDir)\zlib-1.2.13\</zlibDir>

recipe/patches/0017-Fix-TZPATH-on-windows.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 5d81879c38e7c3f10e4c63636f17cc36fb170980 Mon Sep 17 00:00:00 2001
2-
From: Charles Bousseau <cbousseau@anaconda.com>
3-
Date: Thu, 25 May 2023 17:01:32 -0400
4-
Subject: [PATCH] Fix TZPATH on windows
1+
From e8a6dc5a388a6cc18d15ce3485d698ad0f0b187a Mon Sep 17 00:00:00 2001
2+
From: Isuru Fernando <isuruf@gmail.com>
3+
Date: Wed, 7 Oct 2020 10:08:30 -0500
4+
Subject: [PATCH 18/25] Fix TZPATH on windows
55

66
---
77
Lib/sysconfig.py | 1 +

recipe/patches/0022-Unvendor-tcltk.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 83bc57d41f40929e116ea67e08c94b4705efadd0 Mon Sep 17 00:00:00 2001
2-
From: Charles Bousseau <cbousseau@anaconda.com>
3-
Date: Fri, 26 May 2023 09:10:42 -0400
4-
Subject: [PATCH] Unvendor tcltk
1+
From a18bab6405f24e209fa6f75cd8f13aad455064f8 Mon Sep 17 00:00:00 2001
2+
From: Isuru Fernando <isuruf@gmail.com>
3+
Date: Fri, 20 Aug 2021 10:23:51 -0700
4+
Subject: [PATCH 23/25] Unvendor tcltk
55

66
---
77
PCbuild/_tkinter.vcxproj | 6 ------

0 commit comments

Comments
 (0)