zfs/.github
Rich Ercolani 66c9e15686 Correct a flaw in the Python 3 version checking
It turns out the ax_python_devel.m4 version check assumes that
("3.X+1.0" >= "3.X.0") is True in Python, which is not when X+1
is 10 or above and X is not. (Also presumably X+1=100 and ...)

So let's remake the check to behave consistently, using the
"packaging" or (if absent) the "distlib" modules.

(Also, update the Github workflows to use the new packages.)

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
Closes: #12073
2021-11-12 15:24:36 -08:00
..
ISSUE_TEMPLATE Update bug report template 2021-11-12 15:22:00 -08:00
workflows Correct a flaw in the Python 3 version checking 2021-11-12 15:24:36 -08:00
CONTRIBUTING.md Update issue templates, commitcheck and Contributing.md 2020-10-30 15:56:58 -07:00
PULL_REQUEST_TEMPLATE.md Update wiki links with new address 2020-06-03 19:46:31 -07:00
codecov.yml Moves Codecov Ignore to LCOV 2019-12-17 17:47:58 -08:00
stale.yml Add Stale-bot 2020-08-24 12:04:38 -07:00