## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global pypi_name eth_abi Name: python-eth-abi Version: 5.2.0 Release: %autorelease BuildArch: noarch Summary: Python utilities for working with Ethereum ABI definitions License: MIT URL: https://github.com/ethereum/eth-abi VCS: git:%{url}.git Source0: %{pypi_source %pypi_name} BuildRequires: python3-hypothesis BuildRequires: python3-pytest BuildSystem: pyproject BuildOption(prep): -n %{pypi_name}-%{version} BuildOption(install): -l %{pypi_name} %description %{summary}. %package -n python3-eth-abi Summary: %{summary} %description -n python3-eth-abi %{summary}. %check -a # FIXME test_get_abi_strategy_returns_certain_strategies_for_known_type_strings PYTHONPATH=$(pwd) %pytest -k 'not test_install_local_wheel and not test_get_abi_strategy_returns_certain_strategies_for_known_type_strings' %files -n python3-eth-abi -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Mon Mar 31 2025 Peter Lemenkov - 5.2.0-1 - eth-abi ver. 5.2.0 * Sat Jan 18 2025 Fedora Release Engineering - 5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Nov 06 2024 Peter Lemenkov - 5.1.0-1 - Initial package ## END: Generated by rpmautospec