summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-01-23 11:29:15 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-01-23 11:29:15 +0000
commite48bbc6718dc0b11759d765cba8f07ca03e7bf6e (patch)
tree4cd66fe1efb2981effe1427869f5e2474e784830
parent3454246fab1b53772e3cef3839498b88da462fa1 (diff)
downloadpython-setuptools-git-e48bbc6718dc0b11759d765cba8f07ca03e7bf6e.tar.gz
Add news fragment
-rw-r--r--changelog.d/3790.breaking.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.d/3790.breaking.rst b/changelog.d/3790.breaking.rst
new file mode 100644
index 00000000..252840d1
--- /dev/null
+++ b/changelog.d/3790.breaking.rst
@@ -0,0 +1,5 @@
+Bump vendored version of :pypi:`packaging` to 23.0
+(:pypi:`pyparsing` is no longer required and was removed).
+As a consequence, users will experience a more strict parsing of requirements.
+Specifications that don't comply with :pep:`440` and :pep:`508` will result
+in build errors.