summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
AgeCommit message (Expand)Author
2022-09-25gnu: Add python-blake3....* gnu/packages/python-crypto.scm (python-blake3): New variable. Ricardo Wurmus
2022-08-30gnu: Introduce versioned 'openssl-1.1' variable.......and use it in packages that do not yet support 3.0. * gnu/packages/tls.scm (openssl): Rename to ... (openssl-1.1): ... this. (openssl/fixed): Inherit from OPENSSL-1.1. (openssl-3.0): Likewise. (openssl): Turn into alias for OPENSSL-1.1. * gnu/packages/ruby.scm (ruby-2.6)[inputs]: Change from OPENSSL to OPENSSL-1.1. (ruby-3.0)[inputs]: Change "openssl" input to OPENSSL. (ruby-3.1): Inherit from RUBY-3.0. * gnu/packages/python.scm (python-2.7)[inputs]: Change from OPENSSL to OPENSSL-1.1. (python-3.9)[inputs]: Replace "openssl" with OPENSSL. * gnu/packages/python-crypto.scm (python-cryptography)[inputs]: Change from OPENSSL to OPENSSL-1.1. * gnu/packages/databases.scm (mariadb)[inputs]: Likewise. * gnu/packages/node.scm (node)[native-inputs, inputs]: Likewise. (node-lts)[native-inputs]: Likewise. Marius Bakke
2022-08-27gnu: python-cryptography: Update to 37.0.4....* gnu/packages/python-crypto.scm (python-cryptography-vectors-next): Update to 37.0.4. (python-cryptography-next): Likewise. [arguments]: Add phase to adjust pyo3 requirement. Don't adjust ouroboros version. [inputs]: Change from RUST-OUROBOROS-0.14 and RUST-OUROBOROS-MACRO-0.14 to RUST-OUROBOROS-0.15 and RUST-OUROBOROS-MACRO-0.15. [native-inputs]: Add PYTHON-PYTEST-BENCHMARK. Marius Bakke
2022-08-16gnu: python-pyu2f: Remove unused inputs....* gnu/packages/python-crypto.scm (python-pyu2f)[native-inputs]: Remove. Marius Bakke
2022-06-26gnu: Add python-starkbank-ecdsa....* gnu/packages/python-crypto.scm (python-starkbank-ecdsa): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr
2022-06-14gnu: python-josepy: Update to 1.13.0....* gnu/packages/python-crypto.scm (python-josepy): Update to 1.13.0. [propagated-inputs]: Remove PYTHON-SIX. Marius Bakke
2022-06-01Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner
2022-05-31gnu: python-pyopenssl: Downgrade to 21.0.0....This is a follow-up to 048e05b7ef568dc5e29df774baaf69f7cc5ddaaa. * gnu/packages/python-crypto.scm (python-pyopenssl): Downgrade to 21.0.0. [source]: Add patch used by python2-pyopenssl. [properties]: Remove field. (python2-pyopenssl): Inherit from python-pyopenssl regularly. Efraim Flashner
2022-05-30gnu: python2-cryptography: Update to 3.3.2....* gnu/packages/python-crypto.scm (python2-cryptography-vectors, python2-cryptography): Update to 3.3.2. Efraim Flashner
2022-05-30gnu: python-cryptography: Downgrade to 3.4.8....Skip dealing with the rust version for now. * gnu/packages/python-crypto.scm (python-cryptography): Rename to python-cryptography-next. Replace with python-cryptography@3.4.8. (python-cryptography-vectors): Rename to python-cryptography-vectors-next. Replace with python-cryptography-vectors@3.4.8. Efraim Flashner
2022-05-31gnu: Remove python2-asn1crypto....* gnu/packages/python-crypto.scm (python2-asn1crypto): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-cryptography-vectors....* gnu/packages/python-crypto.scm (python2-cryptography-vectors): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-cryptography....* gnu/packages/python-crypto.scm (python2-cryptography): Delete variable. (python-cryptography)[properties]: Delete field. Maxim Cournoyer
2022-05-31gnu: Remove python2-pyopenssl....* gnu/packages/python-crypto.scm (python2-pyopenssl): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-certifi....* gnu/packages/python-crypto.scm (python2-certifi): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-ecdsa....* gnu/packages/python-crypto.scm (python2-ecdsa): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-ecpy....* gnu/packages/python-crypto.scm (python2-ecpy): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-axolotl....* gnu/packages/python-crypto.scm (python2-axolotl): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-pycryptodome....* gnu/packages/python-crypto.scm (python2-pycryptodome): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-m2crypto....* gnu/packages/python-crypto.scm (python2-m2crypto): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-josepy....* gnu/packages/python-crypto.scm (python2-josepy): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-slowaes....* gnu/packages/python-crypto.scm (python2-slowaes): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-pyaes....* gnu/packages/python-crypto.scm (python2-pyaes): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-axolotl-curve25519....* gnu/packages/python-crypto.scm (python2-axolotl-curve25519): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-pycrypto....* gnu/packages/python-crypto.scm (python2-pycrypto): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-ed25519....* gnu/packages/python-crypto.scm (python2-ed25519): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-service-identity....* gnu/packages/python-crypto.scm (python2-service-identity): Delete variable. Maxim Cournoyer
2022-05-26Merge branch 'master' into stagingLudovic Courtès
2022-05-16Merge branch 'master' into stagingEfraim Flashner
2022-05-20gnu: Add python-pyu2f....* gnu/packages/python-crypto.scm (python-pyu2f): New variable. Ricardo Wurmus
2022-05-12gnu: Remove python2-keyring....* gnu/packages/python-crypto.scm (python2-keyring): Delete variable. (python-keyring)[properties]: Delete field. Maxim Cournoyer
2022-05-12gnu: python-keyring: Fix test suite....[phases]{check}: Provide the tests directory argument to pytest. Ignore project pytest configs and make it verbose. [native-inputs]: Delete python-pytest-checkdocs, python-pytest-cov and python-pytest-flake8. Maxim Cournoyer
2022-05-11gnu: python-cryptography: Bump 'rust-redox-syscall' dependency....Fixes a build failure. * gnu/packages/python-crypto.scm (python-cryptography): Replace 'rust-redox-syscall-0.1' with 'rust-redox-syscall-0.2'. Ludovic Courtès
2022-05-11gnu: python-cryptography: Bump 'rust-redox-syscall' dependency....Fixes a build failure. * gnu/packages/python-crypto.scm (python-cryptography): Replace 'rust-redox-syscall-0.1' with 'rust-redox-syscall-0.2'. Ludovic Courtès
2022-03-21Merge branch 'master' into staging.Maxim Cournoyer
2022-03-13gnu: python-pgpy: Update dependencies....* gnu/packages/python-crypto.scm (python-pgpy)[native-inputs]: Move python-cryptography, python-pyasn1, python-singledispatch, python-six from here ... [propagated-inputs]: ... to here. Jelle Licht
2022-02-13gnu: python-pyopenssl: Update to 22.0.0....* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 22.0.0. [arguments]: Respect TESTS? in check phase and rewrite in gexp style. (python2-pyopenssl): Update to 21.0.0. [source](patches): New field. * gnu/packages/patches/python2-pyopenssl-openssl-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke
2022-02-13gnu: python-cryptography: Remove 3.3.1....* gnu/packages/python-crypto.scm (python-cryptography-vectors-next, python-cryptography-next): Merge with ... (python-cryptography-vectors, python-cryptography): ... these variables. (python2-cryptography-vectors, python2-cryptography): Stick with version 3.3.1. Remove labels while at it. Marius Bakke
2022-02-13gnu: python-certifi: Update to 2021.10.8....* gnu/packages/python-crypto.scm (python-certifi): Update to 2021.10.8. Marius Bakke
2022-01-23gnu: python-cryptography: Add 36.0.1....* gnu/packages/python-crypto.scm (python-cryptography-vectors-next, python-cryptography-next): New variables. Marius Bakke
2022-01-18gnu: python-ecdsa: Update to 0.17.0....Required by python-esptool. * gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.17.0. [arguments]: Ignore failing test. Lars-Dominik Braun
2022-01-12gnu: python-base58: Update to 2.1.1....* gnu/packages/python-crypto.scm (python-base58)[arguments]: Override check phase. [native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-BENCHMARK. Marius Bakke
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-11-24gnu: python2-cryptography: Remove 'sanity-check phase....* gnu/packages/python-crypto.scm (python2-cryptography)[arguments]: Do not inherit; remove 'sanity-check phase. Ricardo Wurmus
2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-10-18gnu: python-pycryptodome: Update to 3.11.0....* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.11.0. (python-pycryptodomex)[source]: Update hash since it inherits from python-pycryptodome. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Sébastien Lerique
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-09-30gnu: Remove python-py-bcrypt....* gnu/packages/python-crypto.scm (python-py-bcrypt, python2-py-bcrypt): Remove variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2021-09-30gnu: python-passlib: Use python-bcrypt....py-bcrypt is unmaintained and support will be dropped in passlib 1.8. The recommended option is bcrypt. * gnu/packages/python-crypto.scm (python-passlib)[propagated-inputs]: Remove python-py-bcrypt. Add python-bcrypt. [arguments]<#:phases>: Don't return #t. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2021-09-30gnu: Remove python2-passlib....* gnu/packages/python-crypto.scm (python2-passlib): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego