You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pypi): fixes to the marker evaluation and utils
These are just bugfixes to already merged code:
* Fix nested bracket parsing in PEP508 marker parser.
* Fix the sys_platform constants, which I noticed in bazel-contrib#2629 but they got
also pointed out in bazel-contrib#2766.
* Port some of python tests for requirement parsing and improve the
implementation. Those tests will be removed in bazel-contrib#2629.
* Move the platform related code to a separate file.
All of the bug fixes have added tests.
Work towards bazel-contrib#2423.
0 commit comments