Re: [Cryptography-dev] Linux CPython 3.8 version for cffi, bcrypt and PyNaCl

2021-11-15 Thread Paul Kehrer
Tags with "linux" are disallowed to PyPI because they will not be cross-compatible. The manylinux (and later musllinux) specifications were created to allow binary distribution on Linux and cryptography uploads wheels for many permutations of that. cffi has slightly different restrictions (it

Re: [Cryptography-dev] Linux CPython 3.8 version for cffi, bcrypt and PyNaCl

2021-11-15 Thread Alex Gaynor
Cryptography already publishes abi3 wheels that cover all supported versions of Python3: https://cryptography.io/en/latest/faq/#why-are-there-no-wheels-for-my-python3-x-version You likely need to upgrade your version of pip. Alex On Mon, Nov 15, 2021 at 8:57 PM Andrey Gusakov wrote: > > Hi

[Cryptography-dev] Linux CPython 3.8 version for cffi, bcrypt and PyNaCl

2021-11-15 Thread Andrey Gusakov
Hi guys, TL;DR I'm looking to have the -cp38-*linux* version of these packages in PyPI. As a part of building docker image, I need to install paramiko for Python 3.8. It results in building crypt, PyNaCl and cffi from sources. Every time I build it bloats build time from 10-13 secs to almost 3