diff options
Diffstat (limited to 'python-aleph-client.spec')
-rw-r--r-- | python-aleph-client.spec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/python-aleph-client.spec b/python-aleph-client.spec index 231d03e..416f2c0 100644 --- a/python-aleph-client.spec +++ b/python-aleph-client.spec @@ -1,21 +1,21 @@ %global _empty_manifest_terminate_build 0 Name: python-aleph-client -Version: 0.5.0 +Version: 0.5.1 Release: 1 Summary: Lightweight Python Client library for the Aleph.im network License: mit URL: https://github.com/aleph-im/aleph-client -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8d/20/08bc8d68bcfba3ff81691551dfe719205ec7e889a80b65e392f630880459/aleph-client-0.5.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0f/1d/4d5f058c3051bb05442bbef300d9c910feefd67f6a0b3ed41c655be4e0b2/aleph-client-0.5.1.tar.gz BuildArch: noarch +Requires: python3-coincurve +Requires: python3-aiohttp Requires: python3-eciespy Requires: python3-typing-extensions Requires: python3-typer Requires: python3-aleph-message Requires: python3-eth-account Requires: python3-magic -Requires: python3-coincurve -Requires: python3-aiohttp Requires: python3-cosmospy Requires: python3-sphinxcontrib-plantuml Requires: python3-eth-account @@ -34,6 +34,7 @@ Requires: python3-secp256k1 Requires: python3-pynacl Requires: python3-base58 Requires: python3-fastapi +Requires: python3-httpx Requires: python3-requests Requires: python3-aleph-pytezos Requires: python3-pynacl @@ -58,7 +59,7 @@ Provides: python3-aleph-client-doc %prep -%autosetup -n aleph-client-0.5.0 +%autosetup -n aleph-client-0.5.1 %build %py3_build @@ -98,5 +99,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.0-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1 - Package Spec generated |