From 7f8ed18f25352dc8bf842f5f8f5cad293362f145 Mon Sep 17 00:00:00 2001 From: jamshale Date: Mon, 21 Oct 2024 10:41:23 -0700 Subject: [PATCH] Fix release workflows Signed-off-by: jamshale --- .github/workflows/create-release-pr.yaml | 4 +- plugin_globals/poetry.lock | 106 +++++++++++------------ 2 files changed, 55 insertions(+), 55 deletions(-) diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index 80f96573a..ea54e111b 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -19,7 +19,7 @@ jobs: contents: write pull-requests: write runs-on: ubuntu-latest - if: github.repository == 'openwallet-foundation/acapy-plugins' + if: github.repository == 'jamshale/acapy-plugins' outputs: current_available_version: ${{ steps.current_available_version.outputs.version }} current_global_version: ${{ steps.current_global_version.outputs.version }} @@ -58,7 +58,7 @@ jobs: id: current_available_version run: | remote_version=$(pip index versions acapy-agent) - version=$(grep -oP '(?<=Available versions: ).*?(?=,)' <<< "$remote_version") + version=$(grep -oP '(?<=Available versions: ).*?(?=$|,)' <<< "$remote_version") echo current_available_version=$version >> $GITHUB_OUTPUT echo "Remote version = $version" #---------------------------------------------- diff --git a/plugin_globals/poetry.lock b/plugin_globals/poetry.lock index a8d8ff66c..cdd66d4f3 100644 --- a/plugin_globals/poetry.lock +++ b/plugin_globals/poetry.lock @@ -1,5 +1,56 @@ # This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +[[package]] +name = "acapy-agent" +version = "1.1.0" +description = "(ACA-Py) A Cloud Agent Python is a foundation for building decentralized identity applications and services running in non-mobile environments." +optional = true +python-versions = "<4.0,>=3.12" +files = [ + {file = "acapy_agent-1.1.0-py3-none-any.whl", hash = "sha256:e18c1c2d781122a909a4c4afa9f29872f5ba14505b6880544801f3d17ff86407"}, + {file = "acapy_agent-1.1.0.tar.gz", hash = "sha256:0912f62bb66416241e87986d9854ab3c9eaadeeb02d53dbccc0045187445656b"}, +] + +[package.dependencies] +aiohttp = ">=3.10.5,<3.11.0" +aiohttp-apispec-acapy = ">=3.0.2,<3.1.0" +aiohttp-cors = ">=0.7.0,<0.8.0" +apispec = ">=6.6.0,<7.0.0" +async-timeout = ">=4.0.2,<4.1.0" +base58 = ">=2.1.0,<2.2.0" +canonicaljson = ">=2.0.0,<3.0.0" +ConfigArgParse = ">=1.7,<1.8" +deepmerge = ">=0.3.0,<0.4.0" +did-peer-2 = ">=0.1.2,<0.2.0" +did-peer-4 = ">=0.1.4,<0.2.0" +ecdsa = ">=0.19.0,<0.20.0" +jsonpath-ng = "1.6.1" +Markdown = ">=3.7,<3.8" +markupsafe = "2.1.5" +marshmallow = ">=3.22.0,<3.23.0" +nest_asyncio = ">=1.6.0,<1.7.0" +packaging = ">=23.2,<23.3" +portalocker = ">=2.10.1,<2.11.0" +prompt_toolkit = ">=2.0.9,<2.1.0" +pydid = ">=0.5.1,<0.6.0" +pyjwt = ">=2.9.0,<2.10.0" +pyld = ">=2.0.4,<3.0.0" +pynacl = ">=1.5.0,<1.6.0" +python-dateutil = ">=2.8.1,<2.9.0" +python-json-logger = ">=2.0.7,<2.1.0" +pyyaml = ">=6.0.2,<6.1.0" +qrcode = {version = ">=6.1,<7.0", extras = ["pil"]} +requests = ">=2.32.3,<2.33.0" +rlp = "4.0.1" +sd-jwt = ">=0.10.3,<0.11.0" +unflatten = ">=0.2,<0.3" +uuid_utils = ">=0.9.0,<0.10.0" + +[package.extras] +askar = ["anoncreds (==0.2.0)", "aries-askar (>=0.3.2,<0.4.0)", "indy-credx (>=1.1.1,<1.2.0)", "indy-vdr (>=0.4.0,<0.5.0)"] +bbs = ["ursa-bbs-signatures (>=1.0.1,<1.1.0)"] +didcommv2 = ["didcomm-messaging (>=0.1.1a0,<0.2.0)"] + [[package]] name = "aiohappyeyeballs" version = "2.4.3" @@ -228,57 +279,6 @@ files = [ [package.dependencies] cached-property = ">=1.5.2,<1.6.0" -[[package]] -name = "aries-cloudagent" -version = "1.0.1" -description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments." -optional = true -python-versions = "<4.0,>=3.12" -files = [ - {file = "aries_cloudagent-1.0.1-py3-none-any.whl", hash = "sha256:081970c001b03c7f5e43500e8ed059cecb8099c6a31fc668c1eed5da746390af"}, - {file = "aries_cloudagent-1.0.1.tar.gz", hash = "sha256:680d5970ee0f49afc5b3d39cb8969b351e0df1fa02e6e6d8695cbd3c3206f694"}, -] - -[package.dependencies] -aiohttp = ">=3.10.5,<3.11.0" -aiohttp-apispec-acapy = ">=3.0.2,<3.1.0" -aiohttp-cors = ">=0.7.0,<0.8.0" -apispec = ">=6.6.0,<7.0.0" -async-timeout = ">=4.0.2,<4.1.0" -base58 = ">=2.1.0,<2.2.0" -canonicaljson = ">=2.0.0,<3.0.0" -ConfigArgParse = ">=1.7,<1.8" -deepmerge = ">=0.3.0,<0.4.0" -did-peer-2 = ">=0.1.2,<0.2.0" -did-peer-4 = ">=0.1.4,<0.2.0" -ecdsa = ">=0.19.0,<0.20.0" -jsonpath-ng = "1.6.1" -Markdown = ">=3.7,<3.8" -markupsafe = "2.1.5" -marshmallow = ">=3.22.0,<3.23.0" -nest_asyncio = ">=1.6.0,<1.7.0" -packaging = ">=23.2,<23.3" -portalocker = ">=2.10.1,<2.11.0" -prompt_toolkit = ">=2.0.9,<2.1.0" -pydid = ">=0.5.1,<0.6.0" -pyjwt = ">=2.9.0,<2.10.0" -pyld = ">=2.0.4,<3.0.0" -pynacl = ">=1.5.0,<1.6.0" -python-dateutil = ">=2.8.1,<2.9.0" -python-json-logger = ">=2.0.7,<2.1.0" -pyyaml = ">=6.0.2,<6.1.0" -qrcode = {version = ">=6.1,<7.0", extras = ["pil"]} -requests = ">=2.32.3,<2.33.0" -rlp = "4.0.1" -sd-jwt = ">=0.10.3,<0.11.0" -unflatten = ">=0.2,<0.3" -uuid_utils = ">=0.9.0,<0.10.0" - -[package.extras] -askar = ["anoncreds (==0.2.0)", "aries-askar (>=0.3.2,<0.4.0)", "indy-credx (>=1.1.1,<1.2.0)", "indy-vdr (>=0.4.0,<0.5.0)"] -bbs = ["ursa-bbs-signatures (>=1.0.1,<1.1.0)"] -didcommv2 = ["didcomm-messaging (>=0.1.1a0,<0.2.0)"] - [[package]] name = "async-timeout" version = "4.0.3" @@ -2637,9 +2637,9 @@ multidict = ">=4.0" propcache = ">=0.2.0" [extras] -aca-py = ["aries-cloudagent"] +aca-py = ["acapy-agent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "91e80d9a72fb535c865043797e52eb570da94025bd30bb82836faa8c4e1d574d" +content-hash = "06262f69a0694b374dd68cae90f947b033db2c87ffb2bd7753a8606f31c05206"