summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2021-05-08 02:31:01 (GMT)
committerGitHub <noreply@github.com>2021-05-08 02:31:01 (GMT)
commit164d6e1bb1bb3a4e4d5610f07a8911ecf57a691d (patch)
treec88ccb611c1b50e7fdfc58a58aa472df5a4d7e98 /Misc/NEWS.d/next/macOS
parent4d4be477055d0f9e415407bcd193788fae04dc11 (diff)
downloadcpython-164d6e1bb1bb3a4e4d5610f07a8911ecf57a691d.zip
cpython-164d6e1bb1bb3a4e4d5610f07a8911ecf57a691d.tar.gz
cpython-164d6e1bb1bb3a4e4d5610f07a8911ecf57a691d.tar.bz2
Add the blurbify of the 3.10.0b1 changelog to the main branch (GH-25976)
Diffstat (limited to 'Misc/NEWS.d/next/macOS')
-rw-r--r--Misc/NEWS.d/next/macOS/2020-11-01-17-37-16.bpo-42235.A97_BN.rst2
-rw-r--r--Misc/NEWS.d/next/macOS/2021-03-15-11-32-23.bpo-43492.1ZRcV9.rst1
-rw-r--r--Misc/NEWS.d/next/macOS/2021-04-15-01-20-45.bpo-43851.sDI60Y.rst1
-rw-r--r--Misc/NEWS.d/next/macOS/2021-05-02-03-45-30.bpo-44009.uvhmlh.rst4
-rw-r--r--Misc/NEWS.d/next/macOS/2021-05-02-19-50-52.bpo-43568.AeLNBd.rst1
-rw-r--r--Misc/NEWS.d/next/macOS/2021-05-02-21-03-27.bpo-42119.Y7BSX_.rst7
6 files changed, 0 insertions, 16 deletions
diff --git a/Misc/NEWS.d/next/macOS/2020-11-01-17-37-16.bpo-42235.A97_BN.rst b/Misc/NEWS.d/next/macOS/2020-11-01-17-37-16.bpo-42235.A97_BN.rst
deleted file mode 100644
index eef4fcd..0000000
--- a/Misc/NEWS.d/next/macOS/2020-11-01-17-37-16.bpo-42235.A97_BN.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-``Mac/BuildScript/build-installer.py`` will now use "--enable-optimizations"
-and ``--with-lto`` when building on macOS 10.15 or later.
diff --git a/Misc/NEWS.d/next/macOS/2021-03-15-11-32-23.bpo-43492.1ZRcV9.rst b/Misc/NEWS.d/next/macOS/2021-03-15-11-32-23.bpo-43492.1ZRcV9.rst
deleted file mode 100644
index 39f1537..0000000
--- a/Misc/NEWS.d/next/macOS/2021-03-15-11-32-23.bpo-43492.1ZRcV9.rst
+++ /dev/null
@@ -1 +0,0 @@
-Update macOS installer to use SQLite 3.35.4.
diff --git a/Misc/NEWS.d/next/macOS/2021-04-15-01-20-45.bpo-43851.sDI60Y.rst b/Misc/NEWS.d/next/macOS/2021-04-15-01-20-45.bpo-43851.sDI60Y.rst
deleted file mode 100644
index 0febfb0..0000000
--- a/Misc/NEWS.d/next/macOS/2021-04-15-01-20-45.bpo-43851.sDI60Y.rst
+++ /dev/null
@@ -1 +0,0 @@
-Build SQLite with ``SQLITE_OMIT_AUTOINIT`` on macOS. Patch by Erlend E. Aasland.
diff --git a/Misc/NEWS.d/next/macOS/2021-05-02-03-45-30.bpo-44009.uvhmlh.rst b/Misc/NEWS.d/next/macOS/2021-05-02-03-45-30.bpo-44009.uvhmlh.rst
deleted file mode 100644
index f9f11c8..0000000
--- a/Misc/NEWS.d/next/macOS/2021-05-02-03-45-30.bpo-44009.uvhmlh.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Provide "python3.x-intel64" executable to allow reliably forcing macOS
-universal2 framework builds to run under Rosetta 2 Intel-64 emulation on
-Apple Silicon Macs. This can be useful for testing or when universal2
-wheels are not yet available.
diff --git a/Misc/NEWS.d/next/macOS/2021-05-02-19-50-52.bpo-43568.AeLNBd.rst b/Misc/NEWS.d/next/macOS/2021-05-02-19-50-52.bpo-43568.AeLNBd.rst
deleted file mode 100644
index 3bc9b0b..0000000
--- a/Misc/NEWS.d/next/macOS/2021-05-02-19-50-52.bpo-43568.AeLNBd.rst
+++ /dev/null
@@ -1 +0,0 @@
-Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3
diff --git a/Misc/NEWS.d/next/macOS/2021-05-02-21-03-27.bpo-42119.Y7BSX_.rst b/Misc/NEWS.d/next/macOS/2021-05-02-21-03-27.bpo-42119.Y7BSX_.rst
deleted file mode 100644
index 7dd67a5..0000000
--- a/Misc/NEWS.d/next/macOS/2021-05-02-21-03-27.bpo-42119.Y7BSX_.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-Fix check for macOS SDK paths when building Python. Narrow search to match
-contents of SDKs, namely only files in ``/System/Library``,
-``/System/IOSSupport``, and ``/usr`` other than ``/usr/local``. Previously,
-anything under ``/System`` was assumed to be in an SDK which causes problems
-with the new file system layout in 10.15+ where user file systems may appear
-to be mounted under ``/System``. Paths in ``/Library`` were also
-incorrectly treated as SDK locations.