Age | Commit message (Collapse) | Author |
|
Conflicts:
gnu/packages/gnuzilla.scm
gnu/packages/graphics.scm
gnu/packages/gstreamer.scm
gnu/packages/gtk.scm
gnu/packages/kde-frameworks.scm
gnu/packages/video.scm
|
|
* gnu/packages/python-crypto.scm (python-pyotp): Update to 2.7.0.
|
|
* gnu/packages/python-crypto.scm (python-zxcvbn): New variable.
|
|
With resolved conflicts in:
gnu/local.mk
gnu/packages/crates-io.scm
|
|
* gnu/packages/python-crypto.scm (python-blake3): New 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.
|
|
|
|
* 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/packages/python-crypto.scm (python-pyu2f)[native-inputs]: Remove.
|
|
|
|
* gnu/packages/python-crypto.scm (python-starkbank-ecdsa): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-crypto.scm (python-certifi): Update to 2022.6.15.
|
|
* gnu/packages/python-crypto.scm (python-josepy): Update to 1.13.0.
[propagated-inputs]: Remove PYTHON-SIX.
|
|
|
|
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/packages/python-crypto.scm (python2-cryptography-vectors,
python2-cryptography): Update to 3.3.2.
|
|
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.
|
|
* gnu/packages/python-crypto.scm (python2-asn1crypto): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-cryptography-vectors): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-cryptography): Delete variable.
(python-cryptography)[properties]: Delete field.
|
|
* gnu/packages/python-crypto.scm (python2-pyopenssl): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-certifi): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-ecdsa): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-ecpy): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-axolotl): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-pycryptodome): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-m2crypto): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-josepy): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-slowaes): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-pyaes): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-axolotl-curve25519): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-pycrypto): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-ed25519): Delete variable.
|
|
* gnu/packages/python-crypto.scm (python2-service-identity): Delete variable.
|
|
|
|
|
|
* gnu/packages/python-crypto.scm (python-pyu2f): New variable.
|
|
* gnu/packages/python-crypto.scm (python2-keyring): Delete variable.
(python-keyring)[properties]: Delete field.
|
|
[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.
|
|
Fixes a build failure.
* gnu/packages/python-crypto.scm (python-cryptography): Replace
'rust-redox-syscall-0.1' with 'rust-redox-syscall-0.2'.
|
|
Fixes a build failure.
* gnu/packages/python-crypto.scm (python-cryptography): Replace
'rust-redox-syscall-0.1' with 'rust-redox-syscall-0.2'.
|
|
|
|
* 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/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/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/packages/python-crypto.scm (python-certifi): Update to 2021.10.8.
|
|
* gnu/packages/python-crypto.scm (python-cryptography-vectors-next,
python-cryptography-next): New variables.
|
|
Required by python-esptool.
* gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.17.0.
[arguments]: Ignore failing test.
|
|
* gnu/packages/python-crypto.scm (python-base58)[arguments]: Override check
phase.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-BENCHMARK.
|