Skip to content

Commit

Permalink
Upgrade packaging from 20.8 to 20.9 (#11508)
Browse files Browse the repository at this point in the history
Run isort over the code base (:issue:`377`)
Add support for the macosx_10_*_universal2 platform tags (:issue:`379`)
Introduce packaging.utils.parse_wheel_filename() and parse_sdist_filename() (:issue:`387` and :issue:`389`)
https://github.com/pypa/packaging/blob/main/CHANGELOG.rst
  • Loading branch information
asherf committed Feb 1, 2021
1 parent c57d3ca commit b4602e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 3rdparty/python/constraints.txt
@@ -1,4 +1,4 @@
# Generated by build-support/bin/generate_lockfile.sh on Sat Jan 30 06:19:07 MST 2021
# Generated by build-support/bin/generate_lockfile.sh on Mon Feb 1 09:18:01 PST 2021
ansicolors==1.1.8
attrs==20.3.0
beautifulsoup4==4.6.3
Expand All @@ -13,7 +13,7 @@ iniconfig==1.1.1
monotonic==1.5
mypy==0.800
mypy-extensions==0.4.3
packaging==20.8
packaging==20.9
pex==2.1.28
pip==20.2.3
pluggy==0.13.1
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/python/requirements.txt
Expand Up @@ -13,7 +13,7 @@ freezegun==1.0.0
#
mypy==0.800

packaging==20.8
packaging==20.9
pathspec==0.8.0
pex==2.1.28
psutil==5.7.0
Expand Down

0 comments on commit b4602e7

Please sign in to comment.