RESOLVED FIXED 230549
[webkitcorepy] Fail to parse python required version when there's a space between operator and version
https://bugs.webkit.org/show_bug.cgi?id=230549
Summary [webkitcorepy] Fail to parse python required version when there's a space bet...
Carlos Garcia Campos
Reported 2021-09-21 04:49:19 PDT
This happened to me with pytest-asyncio, data-requires-python contains ">= 3.5", but Version::matches() is using the == operator because the regular expression fails to get the operator.
Attachments
Patch (1.34 KB, patch)
2021-09-21 04:51 PDT, Carlos Garcia Campos
no flags
Carlos Garcia Campos
Comment 1 2021-09-21 04:51:45 PDT
Jonathan Bedard
Comment 2 2021-09-21 07:47:17 PDT
I'm going to cq+ this, I'm concerned we're going to have bots start to hit it
EWS
Comment 3 2021-09-21 07:50:59 PDT
Committed r282813 (241944@main): <https://commits.webkit.org/241944@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 438806 [details].
Radar WebKit Bug Importer
Comment 4 2021-09-21 07:51:15 PDT
Note You need to log in before you can comment on or make changes to this bug.