From e84921097edc5c2300307eaeb251f95330e36d2f Mon Sep 17 00:00:00 2001 From: chrysn Date: Sat, 8 Feb 2025 08:19:54 +0100 Subject: [PATCH] Update lakers-python to 0.5.0 The test can now use a more compact credential as 0.5.0 supports a larger set of shapes. --- packages/lakers-python/meta.yaml | 6 +++--- packages/lakers-python/test_lakers_python.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/lakers-python/meta.yaml b/packages/lakers-python/meta.yaml index 4ec7442..5294559 100644 --- a/packages/lakers-python/meta.yaml +++ b/packages/lakers-python/meta.yaml @@ -1,11 +1,11 @@ package: name: lakers-python - version: 0.4.1 + version: 0.5.0 top-level: - lakers source: - url: https://files.pythonhosted.org/packages/0e/82/41fcc21dfaeda9646067c403b7e8112fd012766e463ce7d7b7839245d063/lakers_python-0.4.1.tar.gz - sha256: eb0d6e32b75ade0a6d6478c2f1d21af6da130a3aefee667433c5dde2ac2e21f8 + url: https://files.pythonhosted.org/packages/7e/06/49defc46cb7cffd46daf06538bbd4f6dcf4da511036fbb73ea856a02def4/lakers_python-0.5.0.tar.gz + sha256: 19059fde5572409f061c3dfcaa12f1634572ff3622b45f81853d05bb67a37bc5 requirements: executable: - rustup diff --git a/packages/lakers-python/test_lakers_python.py b/packages/lakers-python/test_lakers_python.py index d0bb68f..0dd9c75 100644 --- a/packages/lakers-python/test_lakers_python.py +++ b/packages/lakers-python/test_lakers_python.py @@ -10,7 +10,7 @@ def test_lakers_python(selenium_standalone): "72cc4761dbd4c78f758931aa589d348d1ef874a7e303ede2f140dcf3e6aa4aac" ) CRED_R = bytes.fromhex( - "A2026008A101A5010202410A2001215820BBC34960526EA4D32E940CAD2A234148DDC21791A12AFBCBAC93622046DD44F02258204519E257236B2A0CE2023F0931F1F386CA7AFDA64FCDE0108C224C51EABF6072" + "A108A101A4010202410A2001215820BBC34960526EA4D32E940CAD2A234148DDC21791A12AFBCBAC93622046DD44F0" ) initiator = lakers.EdhocInitiator()