Skip to content

Commit 3c52295

Browse files
python v3.11.2 (#624)
automerged PR by conda-forge/automerge-action
2 parents 07cfd81 + 5f32669 commit 3c52295

26 files changed

Lines changed: 83 additions & 83 deletions

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "3.11.1" %}
1+
{% set version = "3.11.2" %}
22
{% set dev = "" %}
33
{% set dev_ = "" %}
44
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
@@ -46,7 +46,7 @@ source:
4646
{% else %}
4747
- url: https://www.python.org/ftp/python/{{ version }}/Python-{{ version }}{{ dev }}.tar.xz
4848
# md5 from: https://www.python.org/downloads/release/python-{{ ver3nd }}/
49-
md5: 4efe92adf28875c77d3b9b2e8d3bc44a
49+
md5: a957cffb58a89303b62124896881950b
5050
{% endif %}
5151
patches:
5252
- patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch

recipe/patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 7410c153983339ee3f6d410159e665aa9f23095b Mon Sep 17 00:00:00 2001
1+
From 2d4519f2e2aa9e9def4a37ca92fe317cc2a3d2cb Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <mingw.android@gmail.com>
33
Date: Wed, 16 Aug 2017 11:53:55 +0100
4-
Subject: [PATCH 01/24] Win32: Change FD_SETSIZE from 512 to 2048
4+
Subject: [PATCH 01/25] Win32: Change FD_SETSIZE from 512 to 2048
55

66
https://github.com/ContinuumIO/anaconda-issues/issues/1241
77
---

recipe/patches/0002-Win32-distutils-Add-support-to-cygwinccompiler-for-V.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From a55a5df61ef1c947138b6b1533d298acde1379e5 Mon Sep 17 00:00:00 2001
1+
From acdaf595fb0e744a49fc69f9986d385a3b64f70b Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <mingw.android@gmail.com>
33
Date: Wed, 16 Aug 2017 11:59:00 +0100
4-
Subject: [PATCH 02/24] Win32: distutils: Add support to cygwinccompiler for
4+
Subject: [PATCH 02/25] Win32: distutils: Add support to cygwinccompiler for
55
VS>=2015
66

77
Really this is for mingw-w64 though

recipe/patches/0003-bpo-45258-search-for-isysroot-in-addition-to-sysroot.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From f5077412192981ccb8527ad35921f274f5666c67 Mon Sep 17 00:00:00 2001
1+
From c27448713e69e2ae75fc687e0b5acb0051416a05 Mon Sep 17 00:00:00 2001
22
From: Isuru Fernando <isuruf@gmail.com>
33
Date: Tue, 21 Sep 2021 13:05:20 -0500
4-
Subject: [PATCH 03/24] bpo-45258: search for -isysroot in addition to
4+
Subject: [PATCH 03/25] bpo-45258: search for -isysroot in addition to
55
--sysroot
66

77
-isysroot is for macOS, while --sysroot is for gcc/linux
@@ -10,7 +10,7 @@ Subject: [PATCH 03/24] bpo-45258: search for -isysroot in addition to
1010
1 file changed, 1 insertion(+), 1 deletion(-)
1111

1212
diff --git a/setup.py b/setup.py
13-
index 15d0d4576a..a15a7a46e0 100644
13+
index 4f122b62e0..87f76ad41b 100644
1414
--- a/setup.py
1515
+++ b/setup.py
1616
@@ -166,7 +166,7 @@ def sysroot_paths(make_vars, subdirs):

recipe/patches/0004-runtime_library_dir_option-Use-1st-word-of-CC-as-com.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From b99eb0ecf7beb3ccbeceaed4ac75ce74584f17be Mon Sep 17 00:00:00 2001
1+
From 9e321116c7fdfcd959fd54918610a7ae236a2728 Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <mingw.android@gmail.com>
33
Date: Thu, 5 Oct 2017 02:00:41 +0100
4-
Subject: [PATCH 04/24] runtime_library_dir_option: Use 1st word of CC as
4+
Subject: [PATCH 04/25] runtime_library_dir_option: Use 1st word of CC as
55
compiler
66

77
Previous, 'CC' got passed to os.path.basename, so any paths in it after

recipe/patches/0005-Win32-Do-not-download-externals.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From af84a62e267b02dc48675fc4b88ba0a3a5dc3c73 Mon Sep 17 00:00:00 2001
1+
From 650da7b35876371b760416d78e132601f4c43401 Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <mingw.android@gmail.com>
33
Date: Thu, 7 Sep 2017 11:35:47 +0100
4-
Subject: [PATCH 05/24] Win32: Do not download externals
4+
Subject: [PATCH 05/25] Win32: Do not download externals
55

66
---
77
PCbuild/build.bat | 2 +-

recipe/patches/0006-Fix-find_library-so-that-it-looks-in-sys.prefix-lib-.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From d8841e83026738e17ad0801b2bf458fa9cfe2117 Mon Sep 17 00:00:00 2001
1+
From 2325fcc6109a22975d582421c8cc2f2a77c4a193 Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <mingw.android@gmail.com>
33
Date: Tue, 5 Dec 2017 22:47:59 +0000
4-
Subject: [PATCH 06/24] Fix find_library so that it looks in sys.prefix/lib
4+
Subject: [PATCH 06/25] Fix find_library so that it looks in sys.prefix/lib
55
first
66

77
---

recipe/patches/0007-bpo-22699-Allow-compiling-on-debian-ubuntu-with-a-di.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 8e25c153ba04342fb2d4a58c95ba0b3bf45f5514 Mon Sep 17 00:00:00 2001
1+
From 04bcc1556e446cf9ea9de03afd50e4bf47ba275b Mon Sep 17 00:00:00 2001
22
From: Isuru Fernando <isuruf@gmail.com>
33
Date: Thu, 16 Sep 2021 15:46:09 -0500
4-
Subject: [PATCH 07/24] bpo-22699: Allow compiling on debian/ubuntu with a
4+
Subject: [PATCH 07/25] bpo-22699: Allow compiling on debian/ubuntu with a
55
different compiler
66

77
This PR fixes one issue mentioned in the bpo
@@ -12,7 +12,7 @@ patch than given
1212
1 file changed, 22 insertions(+), 1 deletion(-)
1313

1414
diff --git a/setup.py b/setup.py
15-
index a15a7a46e0..25fc167722 100644
15+
index 87f76ad41b..95ee953e0e 100644
1616
--- a/setup.py
1717
+++ b/setup.py
1818
@@ -687,9 +687,30 @@ def check_extension_import(self, ext):

recipe/patches/0008-Disable-registry-lookup-unless-CONDA_PY_ALLOW_REG_PA.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 63865ca253725962c588738c597843b5e3fe6040 Mon Sep 17 00:00:00 2001
1+
From 1620d788f86c2c010b720818357ba67917a867e3 Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <mingw.android@gmail.com>
33
Date: Sat, 27 Oct 2018 18:48:30 +0100
4-
Subject: [PATCH 08/24] Disable registry lookup unless CONDA_PY_ALLOW_REG_PATHS
4+
Subject: [PATCH 08/25] Disable registry lookup unless CONDA_PY_ALLOW_REG_PATHS
55
is not 0
66

77
Co-authored-by: Isuru Fernando<isuruf@gmail.com>
@@ -23,7 +23,7 @@ index ceacf36d89..a3d34da30a 100644
2323
!progname_to_dict(dict, "real_executable") ||
2424
!library_to_dict(dict, "library") ||
2525
diff --git a/Modules/getpath.py b/Modules/getpath.py
26-
index fc533a8f5f..d662dc1576 100644
26+
index 74f918cf28..0726b9932c 100644
2727
--- a/Modules/getpath.py
2828
+++ b/Modules/getpath.py
2929
@@ -51,6 +51,7 @@
@@ -34,7 +34,7 @@ index fc533a8f5f..d662dc1576 100644
3434

3535
# ** Values calculated at runtime **
3636
# config -- [in/out] dict of the PyConfig structure
37-
@@ -685,7 +686,7 @@ def search_up(prefix, *landmarks, test=isfile):
37+
@@ -673,7 +674,7 @@ def search_up(prefix, *landmarks, test=isfile):
3838
else:
3939
pythonpath.append(joinpath(prefix, ZIP_LANDMARK))
4040

recipe/patches/0009-Unvendor-openssl.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 3bc5a526cca2674b04e88b077bd6bd4a42c78bab Mon Sep 17 00:00:00 2001
1+
From 48cc906aa668d9e022f05900e92fd9499dbb4781 Mon Sep 17 00:00:00 2001
22
From: Nehal J Wani <nehaljw.kkd1@gmail.com>
33
Date: Sat, 24 Nov 2018 20:38:02 -0600
4-
Subject: [PATCH 09/24] Unvendor openssl
4+
Subject: [PATCH 09/25] Unvendor openssl
55

66
Co-authored-by: Isuru Fernando <isuruf@gmail.com>
77
---
@@ -146,17 +146,17 @@ index 0da6f67495..17eee400eb 100644
146146
<Target Name="CleanAll">
147147
<Delete Files="$(TargetPath);$(BuildPath)$(tclDLLName)" />
148148
diff --git a/PCbuild/python.props b/PCbuild/python.props
149-
index 320d41f4cc..512104969e 100644
149+
index 57360e57ba..f1ecc5bfcd 100644
150150
--- a/PCbuild/python.props
151151
+++ b/PCbuild/python.props
152-
@@ -59,6 +59,7 @@
153-
154-
<!-- Directories of external projects. tcltk is handled in tcltk.props -->
155-
<ExternalsDir>$(EXTERNALS_DIR)</ExternalsDir>
152+
@@ -61,6 +61,7 @@
153+
<!-- Directories of external projects. tcltk is handled in tcltk.props -->
154+
<PropertyGroup>
155+
<ExternalsDir Condition="$(ExternalsDir) == ''">$(EXTERNALS_DIR)</ExternalsDir>
156156
+ <condaDir>$(LIBRARY_PREFIX)\</condaDir>
157157
<ExternalsDir Condition="$(ExternalsDir) == ''">$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals`))</ExternalsDir>
158158
<ExternalsDir Condition="!HasTrailingSlash($(ExternalsDir))">$(ExternalsDir)\</ExternalsDir>
159-
<sqlite3Dir>$(ExternalsDir)sqlite-3.39.4.0\</sqlite3Dir>
159+
</PropertyGroup>
160160
diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj
161161
index d07db3a681..5f2356cb36 100644
162162
--- a/PCbuild/python.vcxproj

0 commit comments

Comments
 (0)