%global pypi_name py-algorand-sdk Name: python-%{pypi_name} Version: 1.16.0 Release: 1%{?dist} Summary: Algorand Python SDK License: MIT URL: https://github.com/algorand/py-algorand-sdk Source0: https://github.com/algorand/py-algorand-sdk/archive/v%{version}/py-algorand-sdk-%{version}.tar.gz Source1: https://raw.githubusercontent.com/algorand/py-algorand-sdk/develop/LICENSE BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pynacl BuildRequires: python3-pycryptodomex BuildRequires: python3-msgpack %description A python library for interacting with the Algorand network. %package -n python3-%{pypi_name} Summary: %{summary} %description -n python3-%{pypi_name} A python library for interacting with the Algorand network. %prep %setup -q -n %{pypi_name}-%{version} %build %py3_build cp %{SOURCE1} . %install %py3_install %files -n python3-%{pypi_name} %license LICENSE %doc README.md %{python3_sitelib}/algosdk %{python3_sitelib}/py_algorand_sdk-%{version}-py%{python3_version}.egg-info %exclude %{python3_sitelib}/tests %changelog * Mon Jul 25 2022 Gwyn Ciesla - 1.16.0-1 - 1.16.0 * Fri Jul 22 2022 Fedora Release Engineering - 1.15.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 06 2022 Gwyn Ciesla - 1.15.0-1 - 1.15.0 * Mon Jun 13 2022 Python Maint - 1.13.1-2 - Rebuilt for Python 3.11 * Thu May 05 2022 Gwyn Ciesla - 1.13.1-1 - 1.13.1 * Mon May 02 2022 Gwyn Ciesla - 1.13.0-1 - 1.13.0 * Thu Apr 21 2022 Gwyn Ciesla - 1.12.0-1 - 1.12.0 * Fri Jan 21 2022 Fedora Release Engineering - 1.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Oct 06 2021 Gwyn Ciesla - 1.8.0-1 - 1.8.0 * Wed Aug 04 2021 Gwyn Ciesla - 1.7.0-1 - 1.7.0 * Fri Jul 23 2021 Fedora Release Engineering - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jun 24 2021 Gwyn Ciesla - 1.6.0-1 - 1.6.0 * Fri Jun 04 2021 Python Maint - 1.5.0-2 - Rebuilt for Python 3.10 * Thu Apr 22 2021 Gwyn Ciesla - 1.5.0-1 - 1.5.0 * Tue Mar 09 2021 Gwyn Ciesla - 1.4.1-1 - Initial package.