pmbootstrap/pmb/build
Oliver Smith f3f21d3152 Fix #342: don't use distutils.version.LooseVersion anymore (#364)
Previously, distutils.version.LooseVersion was used, because it was
sort of close enough to how Alpine parses versions.

This new version uses the exact same algorithm, as `apk` does, and
it passes *all* of `apk`'s testcases for version checking (previously
we simply skipped the ones, that did not pass).

* Remove pmb/helpers/version.py left-over (it is in parse now)
* Make asserts consistent, do not use unnecessary parenthesis
2017-08-12 14:03:40 +00:00
..
__init__.py Move challenge code to own folder (#64) 2017-06-17 17:42:28 +02:00
autodetect.py Close #194: Aports subfolders! See migration guide in the wiki (#227) 2017-07-28 22:34:40 +00:00
buildinfo.py Depends parsing: Properly handle empty depends / buildinfo: strict depends 2017-07-12 21:01:40 +02:00
checksum.py Close #194: Aports subfolders! See migration guide in the wiki (#227) 2017-07-28 22:34:40 +00:00
init.py Fix #226: Building busybox recurses forever. (#252) 2017-07-28 17:40:27 +00:00
menuconfig.py Fix #319: pmbootstrap menuconfig didn't work for mainline kernel (#328) 2017-08-03 16:11:23 +00:00
other.py Fix #342: don't use distutils.version.LooseVersion anymore (#364) 2017-08-12 14:03:40 +00:00
package.py Fix various build issues (fix #189, fix #341) (#345) 2017-08-09 17:59:21 +00:00