Fokko opened a new pull request, #5834: URL: https://github.com/apache/iceberg/pull/5834
Turned out that my regex isn't PEP440 compatible. RCs are represented as 0.1.0rc1 and dev versions are with a dot: 0.1.0.dev1 And, they can be combined: 0.1.0rc1.dev1. Instead of figuring out the regex myself, we can just use the one from packaging. This package is already installed because it is also a dependency of pytest. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
