summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorq0w <43147888+q0w@users.noreply.github.com>2023-03-30 11:18:31 +0300
committerGitHub <noreply@github.com>2023-03-30 11:18:31 +0300
commit13459a809bcd52d536fb44da8bcde5747091f607 (patch)
treeaed97fe924b686a7f0a96f159da32db4f5d5fa07 /news
parentcdec6b27ea2304671e53536ed04cbe75b6c94c78 (diff)
parent10d9cbc601e5cadc45163452b1bc463d8ad2c1f7 (diff)
downloadpip-13459a809bcd52d536fb44da8bcde5747091f607.tar.gz
Merge branch 'main' into per-req-config-settings
Diffstat (limited to 'news')
-rw-r--r--news/11702.trivial.rst2
-rw-r--r--news/11719.bugfix.rst1
-rw-r--r--news/11786.feature.rst (renamed from news/short-config-settings-option.feature.rst)0
-rw-r--r--news/11859.removal.rst2
-rw-r--r--news/11908.feature.rst1
-rw-r--r--news/8559.removal.rst2
6 files changed, 8 insertions, 0 deletions
diff --git a/news/11702.trivial.rst b/news/11702.trivial.rst
new file mode 100644
index 000000000..d27e33d78
--- /dev/null
+++ b/news/11702.trivial.rst
@@ -0,0 +1,2 @@
+Strip command line prompts like "$" and "C:>" from the actual command
+being copied using the copybutton.
diff --git a/news/11719.bugfix.rst b/news/11719.bugfix.rst
new file mode 100644
index 000000000..c2ae8bc1d
--- /dev/null
+++ b/news/11719.bugfix.rst
@@ -0,0 +1 @@
+Normalize paths before checking if installed scripts are on PATH.
diff --git a/news/short-config-settings-option.feature.rst b/news/11786.feature.rst
index 0da7f8637..0da7f8637 100644
--- a/news/short-config-settings-option.feature.rst
+++ b/news/11786.feature.rst
diff --git a/news/11859.removal.rst b/news/11859.removal.rst
new file mode 100644
index 000000000..b29cedd75
--- /dev/null
+++ b/news/11859.removal.rst
@@ -0,0 +1,2 @@
+Deprecate ``--build-option`` and ``--global-option``. Users are invited to switch to
+``--config-settings``.
diff --git a/news/11908.feature.rst b/news/11908.feature.rst
new file mode 100644
index 000000000..2b9ec18d9
--- /dev/null
+++ b/news/11908.feature.rst
@@ -0,0 +1 @@
+Reduce the number of resolver rounds, since backjumping makes the resolver more efficient in finding solutions. This also makes pathological cases fail quicker.
diff --git a/news/8559.removal.rst b/news/8559.removal.rst
new file mode 100644
index 000000000..a0953dade
--- /dev/null
+++ b/news/8559.removal.rst
@@ -0,0 +1,2 @@
+When the ``wheel`` package is not installed, pip now uses the default build backend
+instead of ``setup.py install`` for project without ``pyproject.toml``.