diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-03 12:12:23 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-03 12:12:23 -0400 |
commit | 08e858804d6ef515b3bcea85e1b6e25a40487986 (patch) | |
tree | f0748ea663368e275943c5a4bbe3059fb40c440e | |
parent | 09df3c7adba9a1e687151805b61aec72f6c8b13f (diff) | |
download | python-setuptools-git-debt/remove-RequirementParseError.tar.gz |
Update changelog.debt/remove-RequirementParseError
-rw-r--r-- | changelog.d/2137.change.rst | 1 |
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. |