Skip to content

Commit 17876db

Browse files
committed
rebase patches, to align with cf
1 parent 6dbd0e7 commit 17876db

22 files changed

+20
-69
lines changed

recipe/meta.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -53,34 +53,34 @@ source:
5353
sha256: 96397e891e98802b1d399dee3ceaeb9bcf0aa2566c8a7b1cce4d0196c277506a
5454
{% endif %}
5555
patches:
56+
- patches/0000-branding.patch
5657
- patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch
57-
- patches/0006-Win32-Do-not-download-externals.patch
58-
- patches/0007-Fix-find_library-so-that-it-looks-in-sys.prefix-lib-.patch
58+
- patches/0002-Win32-Do-not-download-externals.patch
59+
- patches/0003-Fix-find_library-so-that-it-looks-in-sys.prefix-lib-.patch
5960
# https://github.com/python/cpython/pull/28397
6061
# Patch doesn't apply, but is Debian-specific anyway.
6162
# - patches/0008-bpo-22699-Allow-compiling-on-debian-ubuntu-with-a-di.patch
62-
- patches/0009-Disable-registry-lookup-unless-CONDA_PY_ALLOW_REG_PA.patch
63-
- patches/0010-Unvendor-openssl.patch
64-
- patches/0011-Unvendor-sqlite3.patch
65-
- patches/0013-Add-CondaEcosystemModifyDllSearchPath.patch
66-
- patches/0015-Doing-d1trimfile.patch
63+
- patches/0004-Disable-registry-lookup-unless-CONDA_PY_ALLOW_REG_PA.patch
64+
- patches/0005-Unvendor-openssl.patch
65+
- patches/0006-Unvendor-sqlite3.patch
66+
- patches/0007-Add-CondaEcosystemModifyDllSearchPath.patch
67+
- patches/0008-Doing-d1trimfile.patch
6768
# https://github.com/python/cpython/pull/23523
68-
- patches/0016-cross-compile-darwin.patch
69-
- patches/0017-Fix-TZPATH-on-windows.patch
69+
- patches/0009-cross-compile-darwin.patch
70+
- patches/0010-Fix-TZPATH-on-windows.patch
7071
# https://github.com/python/cpython/pull/24324
71-
- patches/0018-Make-dyld-search-work-with-SYSTEM_VERSION_COMPAT-1.patch
72-
- patches/0020-Unvendor-bzip2.patch
73-
- patches/0021-Unvendor-libffi.patch
74-
- patches/0022-Unvendor-tcltk.patch
75-
- patches/0023-unvendor-xz.patch
76-
- patches/0024-unvendor-zlib.patch
77-
- patches/0025-Do-not-pass-g-to-GCC-when-not-Py_DEBUG.patch
78-
- patches/0026-Remove-unused-readelf.patch
79-
- patches/0027-branding.patch
72+
- patches/0011-Make-dyld-search-work-with-SYSTEM_VERSION_COMPAT-1.patch
73+
- patches/0012-Unvendor-bzip2.patch
74+
- patches/0013-Unvendor-libffi.patch
75+
- patches/0014-Unvendor-tcltk.patch
76+
- patches/0015-unvendor-xz.patch
77+
- patches/0016-unvendor-zlib.patch
78+
- patches/0017-Do-not-pass-g-to-GCC-when-not-Py_DEBUG.patch
79+
- patches/0019-Remove-unused-readelf.patch
80+
- patches/0021-Override-configure-LIBFFI.patch
8081
{% if (openssl | string).startswith('1.1.1') %}
81-
- patches/0028-Use-OpenSSL-1_1-instead-of-3.patch
82+
- patches/0022-Use-OpenSSL-1_1-instead-of-3.patch
8283
{% endif %}
83-
- patches/0029-Override-configure-LIBFFI.patch
8484

8585
build:
8686
number: {{ build_number }}
File renamed without changes.

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

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)