summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-03 12:12:23 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-07-03 12:12:23 -0400
commit08e858804d6ef515b3bcea85e1b6e25a40487986 (patch)
treef0748ea663368e275943c5a4bbe3059fb40c440e
parent09df3c7adba9a1e687151805b61aec72f6c8b13f (diff)
downloadpython-setuptools-git-debt/remove-RequirementParseError.tar.gz
-rw-r--r--changelog.d/2137.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2137.change.rst b/changelog.d/2137.change.rst
new file mode 100644
index 00000000..fb5f5075
--- /dev/null
+++ b/changelog.d/2137.change.rst
@@ -0,0 +1 @@
+Removed (private) pkg_resources.RequirementParseError, now replaced by packaging.requirements.InvalidRequirement. Kept the name for compatibility, but users should catch InvalidRequirement instead.