summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: Introduce versioned 'openssl-1.1' variable.Marius Bakke2022-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | ...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.
* gnu: python-cryptography: Update to 37.0.4.Marius Bakke2022-08-271-9/+15
| | | | | | | | | | | * 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.
* gnu: python-pyu2f: Remove unused inputs.Marius Bakke2022-08-161-5/+0
| | | | * gnu/packages/python-crypto.scm (python-pyu2f)[native-inputs]: Remove.
* gnu: Add python-starkbank-ecdsa.Antero Mejr2022-06-261-0/+27
| | | | | | * gnu/packages/python-crypto.scm (python-starkbank-ecdsa): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-josepy: Update to 1.13.0.Marius Bakke2022-06-141-14/+4
| | | | | * gnu/packages/python-crypto.scm (python-josepy): Update to 1.13.0. [propagated-inputs]: Remove PYTHON-SIX.
* Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-011-118/+1
|\
| * gnu: Remove python2-asn1crypto.Maxim Cournoyer2022-05-311-3/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-asn1crypto): Delete variable.
| * gnu: Remove python2-cryptography-vectors.Maxim Cournoyer2022-05-311-3/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-cryptography-vectors): Delete variable.
| * gnu: Remove python2-cryptography.Maxim Cournoyer2022-05-311-20/+1
| | | | | | | | | | * gnu/packages/python-crypto.scm (python2-cryptography): Delete variable. (python-cryptography)[properties]: Delete field.
| * gnu: Remove python2-pyopenssl.Maxim Cournoyer2022-05-311-3/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-pyopenssl): Delete variable.
| * gnu: Remove python2-certifi.Maxim Cournoyer2022-05-311-3/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-certifi): Delete variable.
| * gnu: Remove python2-ecdsa.Maxim Cournoyer2022-05-311-3/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-ecdsa): Delete variable.
| * gnu: Remove python2-ecpy.Maxim Cournoyer2022-05-311-3/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-ecpy): Delete variable.
| * gnu: Remove python2-axolotl.Maxim Cournoyer2022-05-311-3/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-axolotl): Delete variable.
| * gnu: Remove python2-pycryptodome.Maxim Cournoyer2022-05-311-3/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-pycryptodome): Delete variable.
| * gnu: Remove python2-m2crypto.Maxim Cournoyer2022-05-311-8/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-m2crypto): Delete variable.
| * gnu: Remove python2-josepy.Maxim Cournoyer2022-05-311-3/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-josepy): Delete variable.
| * gnu: Remove python2-slowaes.Maxim Cournoyer2022-05-311-20/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-slowaes): Delete variable.
| * gnu: Remove python2-pyaes.Maxim Cournoyer2022-05-311-3/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-pyaes): Delete variable.
| * gnu: Remove python2-axolotl-curve25519.Maxim Cournoyer2022-05-311-3/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-axolotl-curve25519): Delete variable.
| * gnu: Remove python2-pycrypto.Maxim Cournoyer2022-05-311-9/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-pycrypto): Delete variable.
| * gnu: Remove python2-ed25519.Maxim Cournoyer2022-05-311-3/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-ed25519): Delete variable.
| * gnu: Remove python2-service-identity.Maxim Cournoyer2022-05-311-3/+0
| | | | | | | | * gnu/packages/python-crypto.scm (python2-service-identity): Delete variable.
* | gnu: python-pyopenssl: Downgrade to 21.0.0.Efraim Flashner2022-05-311-15/+5
| | | | | | | | | | | | | | | | | | 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.
* | gnu: python2-cryptography: Update to 3.3.2.Efraim Flashner2022-05-301-4/+5
| | | | | | | | | | * gnu/packages/python-crypto.scm (python2-cryptography-vectors, python2-cryptography): Update to 3.3.2.
* | gnu: python-cryptography: Downgrade to 3.4.8.Efraim Flashner2022-05-301-3/+37
| | | | | | | | | | | | | | | | | | | | 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.
* | Merge branch 'master' into stagingLudovic Courtès2022-05-261-1/+26
|\|
| * gnu: Add python-pyu2f.Ricardo Wurmus2022-05-201-1/+26
| | | | | | | | * gnu/packages/python-crypto.scm (python-pyu2f): New variable.
* | Merge branch 'master' into stagingEfraim Flashner2022-05-161-28/+2
|\|
| * gnu: Remove python2-keyring.Maxim Cournoyer2022-05-121-22/+0
| | | | | | | | | | * gnu/packages/python-crypto.scm (python2-keyring): Delete variable. (python-keyring)[properties]: Delete field.
| * gnu: python-keyring: Fix test suite.Maxim Cournoyer2022-05-121-6/+2
| | | | | | | | | | | | | | [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.
| * gnu: python-cryptography: Bump 'rust-redox-syscall' dependency.Ludovic Courtès2022-05-111-1/+1
| | | | | | | | | | | | | | Fixes a build failure. * gnu/packages/python-crypto.scm (python-cryptography): Replace 'rust-redox-syscall-0.1' with 'rust-redox-syscall-0.2'.
* | gnu: python-cryptography: Bump 'rust-redox-syscall' dependency.Ludovic Courtès2022-05-111-1/+1
| | | | | | | | | | | | | | Fixes a build failure. * gnu/packages/python-crypto.scm (python-cryptography): Replace 'rust-redox-syscall-0.1' with 'rust-redox-syscall-0.2'.
* | Merge branch 'master' into staging.Maxim Cournoyer2022-03-211-5/+3
|\|
| * gnu: python-pgpy: Update dependencies.Jelle Licht2022-03-131-5/+3
| | | | | | | | | | | | | | * gnu/packages/python-crypto.scm (python-pgpy)[native-inputs]: Move python-cryptography, python-pyasn1, python-singledispatch, python-six from here ... [propagated-inputs]: ... to here.
* | gnu: python-pyopenssl: Update to 22.0.0.Marius Bakke2022-02-131-24/+36
| | | | | | | | | | | | | | | | | | * 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.
* | gnu: python-cryptography: Remove 3.3.1.Marius Bakke2022-02-131-71/+58
| | | | | | | | | | | | | | | | * 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.
* | gnu: python-certifi: Update to 2021.10.8.Marius Bakke2022-02-131-2/+2
|/ | | | * gnu/packages/python-crypto.scm (python-certifi): Update to 2021.10.8.
* gnu: python-cryptography: Add 36.0.1.Marius Bakke2022-01-231-1/+127
| | | | | * gnu/packages/python-crypto.scm (python-cryptography-vectors-next, python-cryptography-next): New variables.
* gnu: python-ecdsa: Update to 0.17.0.Lars-Dominik Braun2022-01-181-3/+7
| | | | | | | Required by python-esptool. * gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.17.0. [arguments]: Ignore failing test.
* gnu: python-base58: Update to 2.1.1.Marius Bakke2022-01-121-3/+8
| | | | | | * gnu/packages/python-crypto.scm (python-base58)[arguments]: Override check phase. [native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-BENCHMARK.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-131-132/+88
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: python2-cryptography: Remove 'sanity-check phase.Ricardo Wurmus2021-11-241-0/+7
| | | | | * gnu/packages/python-crypto.scm (python2-cryptography)[arguments]: Do not inherit; remove 'sanity-check phase.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-181-3/+3
|\
| * gnu: python-pycryptodome: Update to 3.11.0.Sébastien Lerique2021-10-181-3/+3
| | | | | | | | | | | | | | | | * 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>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-121-38/+3
|\|
| * gnu: Remove python-py-bcrypt.Vinicius Monego2021-09-301-32/+0
| | | | | | | | | | | | | | * gnu/packages/python-crypto.scm (python-py-bcrypt, python2-py-bcrypt): Remove variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-passlib: Use python-bcrypt.Vinicius Monego2021-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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>
| * gnu: Remove python2-passlib.Vinicius Monego2021-09-301-4/+1
| | | | | | | | | | | | * gnu/packages/python-crypto.scm (python2-passlib): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-071-2/+27
|\|