pmbootstrap/pmb
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
..
aportgen Fix: gcc-armhf not reproducible (#64) (#333) 2017-08-04 20:38:27 +00:00
build Fix #342: don't use distutils.version.LooseVersion anymore (#364) 2017-08-12 14:03:40 +00:00
challenge Challenge APK files: less output by default 2017-07-14 19:32:57 +02:00
chroot Fix #342: don't use distutils.version.LooseVersion anymore (#364) 2017-08-12 14:03:40 +00:00
config Minor fixes (#316) 2017-08-06 12:50:38 +00:00
flasher Add possibility to export Odin flashable tar (#297) 2017-07-30 21:15:59 +00:00
helpers Close #226: Launch postmarketOS in a qemu virtual machine (#350) 2017-08-09 20:26:40 +00:00
install Increase minimal system image size by 15% to have some free space (#336) 2017-08-09 19:16:04 +00:00
parse Fix #342: don't use distutils.version.LooseVersion anymore (#364) 2017-08-12 14:03:40 +00:00
qemu Minor fixes (#360) 2017-08-10 23:58:28 +00:00
__init__.py Hello, there! 2017-05-26 22:08:45 +02:00