## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 6; 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 Patch: python-eip712-0002-Relax-deps.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}. %prep -a # Upstream caps these three at the next major purely as a precaution, not in # response to any known incompatibility. %pyproject_patch_dependency eth-account:drop_upper %check -a %pytest %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Fri Aug 28 2026 Peter Lemenkov - 0.3.3-6 - Fix FTBFS * Thu Jul 16 2026 Fedora Release Engineering - 0.3.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Sat Jun 06 2026 Python Maint - 0.3.3-4 - Rebuilt for Python 3.15 * Thu Mar 26 2026 Peter Lemenkov - 0.3.3-3 - Fix installation with recent eth-libraries * 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