## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; 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 eip712 Name: python-%{pypi_name} Version: 0.3.3 Release: %autorelease BuildArch: noarch Summary: Message classes for typed structured data hashing and signing in Ethereum License: Apache-2.0 URL: https://github.com/ApeWorX/eip712 VCS: git:%{url}.git Source0: %{pypi_source %pypi_name} Patch: python-eip712-0001-refactor-move-pytest-cov-to-lint-dependency-group.patch BuildRequires: python3-eth-account BuildRequires: python3-eth-utils BuildRequires: python3-hypothesis BuildRequires: python3-pydantic BuildRequires: python3-pytest BuildRequires: python3-pytest-xdist BuildSystem: pyproject BuildOption(install): -l %{pypi_name} %description %{summary}. %package -n python3-%{pypi_name} Summary: %{summary} %description -n python3-%{pypi_name} %{summary}. %check -a %pytest %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Sat Jan 17 2026 Fedora Release Engineering - 0.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Tue Dec 23 2025 Peter Lemenkov - 0.3.3-1 - EIP712 ver. 0.3.3 * Tue Dec 23 2025 Peter Lemenkov - 0.3.1-1 - EIP712 ver. 0.3.1 * Wed Dec 17 2025 Peter Lemenkov - 0.3.0-1 - Initial commit ## END: Generated by rpmautospec