2016-03-10 0:30 GMT+01:00 Nathaniel Smith <[email protected]>: > > a) Somehow Stéfan got a wheel whose platform tag was the > 'linux_x86_64.manylinux1_x86_64' (I guess auditwheel did this?). > That's wrong -- it should just be 'manylinux1_x86_64' (because > warehouse will reject uploads like 'linux_x86_64.manylinux1_x86_64', > and because the 'linux' tag claims that it works on *all* linuxes, so > even if you were allowed to upload it then it would just break > people's systems).
Yes `auditwheel addtag` did this. I think we need to have an option named repairtag, fixtag or applytag instead. Or even just have `auditwheel repair` change the tag without having a second command for that. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel _______________________________________________ Wheel-builders mailing list [email protected] https://mail.python.org/mailman/listinfo/wheel-builders
