summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-08-14 22:17:30 +0300
committerGitHub <noreply@github.com>2020-08-14 22:17:30 +0300
commit656e484291eb11ab7aa1fc43e869a66b14a09dbe (patch)
tree10a7549ddf291f3ec11bedeb96d0c6f6db4af034 /docs
parent0b4ee250072b093b901a7e6c121b8b2079274dc6 (diff)
downloadwheel-git-656e484291eb11ab7aa1fc43e869a66b14a09dbe.tar.gz
Vendored the packaging.tags module (#365)
See the commentary on https://github.com/pypa/wheel/pull/346 for the reason.
Diffstat (limited to 'docs')
-rw-r--r--docs/news.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/news.rst b/docs/news.rst
index 14c69d9..cc15559 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -3,6 +3,8 @@ Release Notes
**UNRELEASED**
+- Replaced install dependency on ``packaging`` with a vendored copy of its
+ ``tags`` module
- Fixed ``bdist_wheel`` not working on FreeBSD due to mismatching platform tag
name (it was not being converted to lowercase)