# Created by pyp2rpm-3.2.2 %global pypi_name python-bitcoinlib %global srcname bitcoinlib Name: python-%{srcname} Version: 0.12.0 Release: 5%{?dist} Summary: The Swiss Army Knife of the Bitcoin protocol License: LGPLv3+ URL: https://github.com/petertodd/python-bitcoinlib Source0: https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros %description This Python 2/3 library provides an easy interface to the bitcoin data structures and protocol. The approach is lowlevel and "ground up", with a focus on providing tools to manipulate the internals of how Bitcoin works. %package -n python3-%{srcname} Summary: %{summary} %description -n python3-%{srcname} This Python 3 library provides an easy interface to the bitcoin data structures and protocol. The approach is lowlevel and "ground up", with a focus on providing tools to manipulate the internals of how Bitcoin works. %prep %autosetup -n %{pypi_name}-%{version} -p1 %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files bitcoin %check %{__python3} -m unittest discover %files -n python3-%{srcname} -f %pyproject_files %license LICENSE %doc README.md %changelog * Fri Jan 26 2024 Fedora Release Engineering - 0.12.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 0.12.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 0.12.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 0.12.0-2 - Rebuilt for Python 3.12 * Sun Feb 26 2023 Pablo Greco - 0.12.0-1 - Update to 0.12.0 * Fri Jan 20 2023 Fedora Release Engineering - 0.11.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Pablo Greco - 0.11.0-10 - Fix crash with openssl3 - Update to latest commit upstream - Resolve ripemd160 deprecation - Temporarily disable some tests failing in openssl3 * Fri Jul 22 2022 Fedora Release Engineering - 0.11.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.11.0-8 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.11.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.11.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.11.0-5 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.11.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Sep 15 2020 Charalampos Stratakis - 0.11.0-3 - Update the package to use pyproject macros * Tue Jul 28 2020 Fedora Release Engineering - 0.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jun 01 2020 Charalampos Stratakis - 0.11.0-1 - Update to 0.11.0 (#1811230) * Tue May 26 2020 Miro Hrončok - 0.10.2-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.10.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Sep 10 2019 Charalampos Stratakis - 0.10.2-1 - Update to 0.10.2 * Mon Aug 19 2019 Miro Hrončok - 0.10.1-6 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.10.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 0.10.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0.10.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.10.1-2 - Rebuilt for Python 3.7 * Sat Apr 14 2018 Stratakis Charalampos - 0.10.1-1 - Initial package.