Skip to content

Commit

Permalink
chore: packaging 20.9, Universal2 wheels on Apple Silicon (python-poe…
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Feb 3, 2021
1 parent cb2ce46 commit d7b1682
Show file tree
Hide file tree
Showing 9 changed files with 127 additions and 25 deletions.
2 changes: 1 addition & 1 deletion poetry/core/_vendor/packaging/__about__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions poetry/core/_vendor/packaging/markers.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions poetry/core/_vendor/packaging/requirements.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions poetry/core/_vendor/packaging/specifiers.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 20 additions & 6 deletions poetry/core/_vendor/packaging/tags.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 73 additions & 2 deletions poetry/core/_vendor/packaging/utils.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion poetry/core/_vendor/vendor.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
attrs==20.3.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
jsonschema==3.2.0
lark-parser==0.9.0
packaging==20.8; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
packaging==20.9; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
pyparsing==2.4.7; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
pyrsistent==0.16.1; python_version >= "2.7"
six==1.15.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "2.7"
Expand Down
8 changes: 4 additions & 4 deletions vendors/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendors/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ python = "^3.6"

jsonschema = "^3.2.0"
lark-parser = "^0.9.0"
packaging = "^20.8"
packaging = "^20.9"
pyrsistent = "^0.16.0"
tomlkit = ">=0.7.0,<1.0.0"

0 comments on commit d7b1682

Please sign in to comment.