Package Details: python2-cryptography 3.3.2-2

Git Clone URL: https://aur.archlinux.org/python2-cryptography.git (read-only, click to copy)
Package Base: python2-cryptography
Description: A package designed to expose cryptographic recipes and primitives to Python developers (Legacy Python 2 version)
Upstream URL: https://pypi.python.org/pypi/cryptography
Licenses: Apache
Submitter: bionade24
Maintainer: LaughingMan
Last Packager: LaughingMan
Votes: 2
Popularity: 0.26
First Submitted: 2022-01-08 15:31 (UTC)
Last Updated: 2023-04-28 15:15 (UTC)

Latest Comments

LaughingMan commented on 2023-04-28 15:22 (UTC)

I've now taken over the package as it was orphaned and broken since the openssl package switched to OpenSSL 3 back in November.

@MarsSeed: All your suggestions have been applied.

MarsSeed commented on 2022-07-07 00:30 (UTC)

Also, please kindly declare its direct, binary (ELF) link-level dependencies:

These are not transitive dependencies as wrongly reported by namcap.

Evidence:

$ objdump -p /tmp/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so | grep NEEDED | sed "s/  NEEDED[ ]*/\/usr\/lib\//" | pacman -Qo -

/usr/lib/libssl.so.1.1 is owned by openssl 1.1.1.p-1
/usr/lib/libcrypto.so.1.1 is owned by openssl 1.1.1.p-1
/usr/lib/libpython2.7.so.1.0 is owned by python2 2.7.18-5
/usr/lib/libc.so.6 is owned by glibc 2.35-6

MarsSeed commented on 2022-07-01 17:17 (UTC) (edited on 2022-07-01 17:19 (UTC) by MarsSeed)

Also please kindly enable testing. All required depends are restored:

Thank you in advance.

MarsSeed commented on 2022-06-22 22:32 (UTC) (edited on 2022-06-22 22:33 (UTC) by MarsSeed)

+1 recommendation: python2-bcrypt, which I have recently restored to AUR, is an optdepend of this version of cryptography. (ref: setup.py)

LaughingMan commented on 2022-06-22 20:37 (UTC)

python2-setuptools should probably be just a make dependency.

MarsSeed commented on 2022-06-13 20:16 (UTC)

Please kindly drop python2-asn1crypto dependency; not used since v2.8.

carlosal1015 commented on 2022-01-08 16:33 (UTC)

No worries @bionade24.

bionade24 commented on 2022-01-08 15:43 (UTC)

@carlosal1015: Lol that went fast! As you can see at the creation date, I just reinstated the package. Please give me some more time to get it up running again :)

carlosal1015 commented on 2022-01-08 15:40 (UTC) (edited on 2022-01-08 16:34 (UTC) by carlosal1015)

Hi, I have the following message error:

 -> Could not find all required packages:
        python2-ipaddress (Wanted by: python2-cryptography)