summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2023-02-17 18:17:07 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2023-02-17 18:17:07 +0000
commit45e5c418da0e11f5116506c576c776bdf11a9a92 (patch)
tree7f2f32b961b70e112093cdb2332fa7d4820323f0 /news
parent2c68bb14ddc59de1b3d2dc38312ce0432458a685 (diff)
downloadpip-45e5c418da0e11f5116506c576c776bdf11a9a92.tar.gz
Drop news fragments from 23.0.1
Diffstat (limited to 'news')
-rw-r--r--news/11671.feature.rst1
-rw-r--r--news/11740.bugfix.rst3
-rw-r--r--news/11773.bugfix.rst1
-rw-r--r--news/11780.feature.rst2
4 files changed, 0 insertions, 7 deletions
diff --git a/news/11671.feature.rst b/news/11671.feature.rst
deleted file mode 100644
index 31f81f8da..000000000
--- a/news/11671.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Ignore PIP_REQUIRE_VIRTUALENV for ``pip index``
diff --git a/news/11740.bugfix.rst b/news/11740.bugfix.rst
deleted file mode 100644
index 917beb535..000000000
--- a/news/11740.bugfix.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Improve handling of isolated build environments on platforms that
-customize the Python's installation schemes, such as Debian and
-Homebrew.
diff --git a/news/11773.bugfix.rst b/news/11773.bugfix.rst
deleted file mode 100644
index 077bf0612..000000000
--- a/news/11773.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Do not crash in presence of misformatted hash field in ``direct_url.json``.
diff --git a/news/11780.feature.rst b/news/11780.feature.rst
deleted file mode 100644
index b765de6c5..000000000
--- a/news/11780.feature.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Implement ``--break-system-packages`` to permit installing packages into
-``EXTERNALLY-MANAGED`` Python installations.