Name: python-simple-rlp Version: 0.1.3 Release: 6%{?dist} Summary: Simple RLP (Recursive Length Prefix) License: MIT URL: https://github.com/SamuelHaidu/simple-rlp Source0: %{pypi_source simple-rlp} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Encode the and decode data structures simple and fast This module is a alternative to official Ethereum pyrlp. The pyrlp needs 5 dependencies. This alternative is write in pure python and don't have any dependencies. Recommended use for projects that don't need the Ethereum tools. If you already uses the Ethereum tools uses the pyrlp. Features: * Very simple usage to encode and decode lists of data * Very fast to encode * Auto serialize python objects (check supported types) * Templates to convert bytes in decoded objects * No dependencies} %description %_description %package -n python3-simple-rlp Summary: %{summary} %description -n python3-simple-rlp %_description %prep %autosetup -n simple-rlp-%{version} sed -i 's/\r$//' README.md %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files rlp %check # tests are not included in srcdist %files -n python3-simple-rlp -f %{pyproject_files} %doc README.md %license LICENSE %changelog * Fri Jan 26 2024 Fedora Release Engineering - 0.1.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 0.1.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 0.1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 0.1.3-3 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 0.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Sep 16 2022 Jonny Heggheim - 0.1.3-1 - Inital packaging