me
/
guix
Archived
1
0
Fork 0
Commit Graph

256 Commits (e694144c10d5b93079f4dd8edaccb0cfd44932f2)

Author SHA1 Message Date
Marius Bakke 39d607796b
gnu: python-pycryptodome: Update to 3.15.0.
* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.15.0.
(python-pycryptodomex): Update hash.
2022-11-20 12:17:30 +01:00
Maxim Cournoyer 0b709b1471
gnu: python-keyring: Update to 23.9.3.
* gnu/packages/python-crypto.scm (python-keyring): Update to 23.9.3.
[origin]: Fix indentation.
[build-system]: Use pyproject-build-system.
[test-flags]: New argument.
[phases]: Remove check phase.  Add workaround-test-failure phase.
[native-inputs]: Remove python-setuptools.
[propagated-inputs]: Add python-importlib-metadata and python-jaraco-classes.
2022-11-01 12:07:12 -04:00
Efraim Flashner 322917aeb8
Merge remote-tracking branch 'origin/master' into staging
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
2022-10-12 14:36:44 +03:00
Maxim Cournoyer b2b838b2b4
gnu: python-pyotp: Update to 2.7.0.
* gnu/packages/python-crypto.scm (python-pyotp): Update to 2.7.0.
2022-10-10 01:07:09 -04:00
Maxim Cournoyer e4dbc25794
gnu: Add python-zxcvbn.
* gnu/packages/python-crypto.scm (python-zxcvbn): New variable.
2022-10-10 01:03:33 -04:00
Maxim Cournoyer 3c6e220d81
Merge branch 'master' into staging.
With resolved conflicts in:
	gnu/local.mk
	gnu/packages/crates-io.scm
2022-09-27 14:27:28 -04:00
Ricardo Wurmus eefc107aaf
gnu: Add python-blake3.
* gnu/packages/python-crypto.scm (python-blake3): New variable.
2022-09-25 21:24:30 +02:00
Marius Bakke 827b4117da
Merge branch 'master' into staging 2022-08-30 18:58:57 +02:00
Marius Bakke db2444ad82
gnu: 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.
2022-08-30 18:42:26 +02:00
Marius Bakke 1fd262e8d3
Merge branch 'master' into staging 2022-08-27 00:17:57 +02:00
Marius Bakke 40c28fa322
gnu: 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.
2022-08-27 00:09:03 +02:00
Marius Bakke d23a04e52e
gnu: python-pyu2f: Remove unused inputs.
* gnu/packages/python-crypto.scm (python-pyu2f)[native-inputs]: Remove.
2022-08-16 00:43:45 +02:00
Marius Bakke 4442a5db77
Merge branch 'master' into staging 2022-07-13 23:34:58 +02:00
Antero Mejr 53be886d18
gnu: Add python-starkbank-ecdsa.
* gnu/packages/python-crypto.scm (python-starkbank-ecdsa): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 23:19:14 +02:00
Marius Bakke 9acd1a150f
gnu: python-certifi: Update to 2022.6.15.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2022.6.15.
2022-06-23 19:55:42 +02:00
Marius Bakke 73e0063888
gnu: python-josepy: Update to 1.13.0.
* gnu/packages/python-crypto.scm (python-josepy): Update to 1.13.0.
[propagated-inputs]: Remove PYTHON-SIX.
2022-06-14 23:33:53 +02:00
Efraim Flashner 64c043e63a
Merge remote-tracking branch 'origin/master' into staging 2022-06-01 12:42:04 +03:00
Efraim Flashner b1f763de54
gnu: python-pyopenssl: Downgrade to 21.0.0.
This is a follow-up to 048e05b7ef.

* 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.
2022-05-31 19:35:13 +03:00
Efraim Flashner d500a58b42
gnu: python2-cryptography: Update to 3.3.2.
* gnu/packages/python-crypto.scm (python2-cryptography-vectors,
python2-cryptography): Update to 3.3.2.
2022-05-30 18:15:26 +03:00
Efraim Flashner 048e05b7ef
gnu: 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.
2022-05-30 17:56:05 +03:00
Maxim Cournoyer dcf62928b7
gnu: Remove python2-asn1crypto.
* gnu/packages/python-crypto.scm (python2-asn1crypto): Delete variable.
2022-05-31 14:53:57 -04:00
Maxim Cournoyer 6efcb2463f
gnu: Remove python2-cryptography-vectors.
* gnu/packages/python-crypto.scm (python2-cryptography-vectors): Delete variable.
2022-05-31 14:53:57 -04:00
Maxim Cournoyer 9c74e5d566
gnu: Remove python2-cryptography.
* gnu/packages/python-crypto.scm (python2-cryptography): Delete variable.
(python-cryptography)[properties]: Delete field.
2022-05-31 14:53:56 -04:00
Maxim Cournoyer 843904d643
gnu: Remove python2-pyopenssl.
* gnu/packages/python-crypto.scm (python2-pyopenssl): Delete variable.
2022-05-31 14:53:54 -04:00
Maxim Cournoyer bf4cddbf6a
gnu: Remove python2-certifi.
* gnu/packages/python-crypto.scm (python2-certifi): Delete variable.
2022-05-31 14:53:54 -04:00
Maxim Cournoyer 000663e05f
gnu: Remove python2-ecdsa.
* gnu/packages/python-crypto.scm (python2-ecdsa): Delete variable.
2022-05-31 14:52:55 -04:00
Maxim Cournoyer 7e27e99ea8
gnu: Remove python2-ecpy.
* gnu/packages/python-crypto.scm (python2-ecpy): Delete variable.
2022-05-31 14:52:55 -04:00
Maxim Cournoyer 446e3b0ac0
gnu: Remove python2-axolotl.
* gnu/packages/python-crypto.scm (python2-axolotl): Delete variable.
2022-05-31 14:52:55 -04:00
Maxim Cournoyer 385fa1a3ed
gnu: Remove python2-pycryptodome.
* gnu/packages/python-crypto.scm (python2-pycryptodome): Delete variable.
2022-05-31 14:52:37 -04:00
Maxim Cournoyer 56cfb65eb5
gnu: Remove python2-m2crypto.
* gnu/packages/python-crypto.scm (python2-m2crypto): Delete variable.
2022-05-31 14:52:37 -04:00
Maxim Cournoyer 08d11c8aee
gnu: Remove python2-josepy.
* gnu/packages/python-crypto.scm (python2-josepy): Delete variable.
2022-05-31 14:52:37 -04:00
Maxim Cournoyer 522b18630d
gnu: Remove python2-slowaes.
* gnu/packages/python-crypto.scm (python2-slowaes): Delete variable.
2022-05-31 14:52:36 -04:00
Maxim Cournoyer d0d5f8fc09
gnu: Remove python2-pyaes.
* gnu/packages/python-crypto.scm (python2-pyaes): Delete variable.
2022-05-31 14:52:36 -04:00
Maxim Cournoyer dad4d46545
gnu: Remove python2-axolotl-curve25519.
* gnu/packages/python-crypto.scm (python2-axolotl-curve25519): Delete variable.
2022-05-31 14:52:36 -04:00
Maxim Cournoyer d765683176
gnu: Remove python2-pycrypto.
* gnu/packages/python-crypto.scm (python2-pycrypto): Delete variable.
2022-05-31 14:52:36 -04:00
Maxim Cournoyer a7b67fdb0f
gnu: Remove python2-ed25519.
* gnu/packages/python-crypto.scm (python2-ed25519): Delete variable.
2022-05-31 14:52:36 -04:00
Maxim Cournoyer 8ec7e1de69
gnu: Remove python2-service-identity.
* gnu/packages/python-crypto.scm (python2-service-identity): Delete variable.
2022-05-31 14:52:35 -04:00
Ludovic Courtès 7097e98586
Merge branch 'master' into staging 2022-05-26 17:11:20 +02:00
Efraim Flashner e5e0e283ff
Merge branch 'master' into staging 2022-05-16 11:14:42 +03:00
Ricardo Wurmus 04ea577b75
gnu: Add python-pyu2f.
* gnu/packages/python-crypto.scm (python-pyu2f): New variable.
2022-05-20 10:06:36 +02:00
Maxim Cournoyer 70bb54c8a2
gnu: Remove python2-keyring.
* gnu/packages/python-crypto.scm (python2-keyring): Delete variable.
(python-keyring)[properties]: Delete field.
2022-05-12 12:46:06 -04:00
Maxim Cournoyer 075dbc8734
gnu: 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.
2022-05-12 12:46:06 -04:00
Ludovic Courtès 666b29e729
gnu: 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'.
2022-05-11 00:32:57 +02:00
Ludovic Courtès dba78c32a7
gnu: 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'.
2022-05-11 00:50:51 +02:00
Maxim Cournoyer 49b350fafc
Merge branch 'master' into staging. 2022-03-21 21:38:19 -04:00
Jelle Licht c49b410344
gnu: 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.
2022-03-13 18:09:22 +01:00
Marius Bakke 6f22596b1c
gnu: 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.
2022-02-13 15:15:58 +01:00
Marius Bakke 6ec96228ba
gnu: 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.
2022-02-13 15:15:56 +01:00
Marius Bakke 4a739062f7
gnu: python-certifi: Update to 2021.10.8.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2021.10.8.
2022-02-13 15:15:56 +01:00
Marius Bakke f22bc7a422
gnu: python-cryptography: Add 36.0.1.
* gnu/packages/python-crypto.scm (python-cryptography-vectors-next,
python-cryptography-next): New variables.
2022-01-23 19:59:09 +01:00