<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">note that this is not because of PyPy: it's the wheel package which chooses what to include in the wheel filename:</div><div class="gmail_default"><a href="https://bitbucket.org/pypa/wheel/src/5d49f8cf18679d1bc6f3e1e414a5df3a1e492644/wheel/pep425tags.py?at=default&fileviewer=file-view-default#pep425tags.py-39">https://bitbucket.org/pypa/wheel/src/5d49f8cf18679d1bc6f3e1e414a5df3a1e492644/wheel/pep425tags.py?at=default&fileviewer=file-view-default#pep425tags.py-39</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">PyPy reports only the ABI version, which is pypy_41. This is probably wrong for the opposite reasons, i.e. it claims it's backward compatible even when it's not: <a href="https://bitbucket.org/pypy/pypy/issues/2613/fix-the-abi-tag">https://bitbucket.org/pypy/pypy/issues/2613/fix-the-abi-tag</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">ciao,</div><div class="gmail_default">Antonio</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 25, 2017 at 8:47 PM, Daniele Rolando <span dir="ltr"><<a href="mailto:danielerolando90@gmail.com" target="_blank">danielerolando90@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi guys.<div><br></div><div>Right now pypy wheels names include both the major and minor pypy version in them: e.g. uWSGI-2.0.14.0.<b>pp257</b>-<wbr>pypy_41-linux_x86_64.whl</div><div>This means that if we want to upgrade pypy from 5.7.1 to 5.8 we'd need to rebuild all our wheels and this is not scalable since there are new pypy releases every 3/4 months.</div><div><br></div><div>Wouldn't it be enough to only include the major version in the wheel name? Are minor pypy versions really incompatible between them?</div><div><br></div><div>Thanks,</div><div>Daniele</div></div>
<br>______________________________<wbr>_________________<br>
pypy-dev mailing list<br>
<a href="mailto:pypy-dev@python.org">pypy-dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/pypy-dev" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/pypy-dev</a><br>
<br></blockquote></div><br></div>