## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 8; 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 multihash Name: python-%{pypi_name} Version: 2.0.1 Release: %autorelease BuildArch: noarch Summary: Multihash implementation in Python License: MIT URL: https://github.com/multiformats/py-%{pypi_name} VCS: git:%{url}.git Source0: %{pypi_source py-%{pypi_name}} # Downstream-only: remove pytest-runner dependency # We can’t send this upstream because the project is archived. # https://fedoraproject.org/wiki/Changes/DeprecatePythonPytestRunner Patch: 0001-Downstream-only-remove-pytest-runner-dependency.patch BuildRequires: python3-pytest BuildSystem: pyproject BuildOption(prep): -n py-%{pypi_name}-%{version} 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 AUTHORS.rst HISTORY.rst README.rst %changelog ## START: Generated by rpmautospec * Tue Sep 23 2025 Benjamin A. Beasley - 2.0.1-8 - Remove pytest-runner dependency * Fri Sep 19 2025 Python Maint - 2.0.1-7 - Rebuilt for Python 3.14.0rc3 bytecode * Fri Aug 15 2025 Python Maint - 2.0.1-6 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering - 2.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue Jun 03 2025 Python Maint - 2.0.1-4 - Rebuilt for Python 3.14 * Thu Mar 13 2025 Peter Lemenkov - 2.0.1-3 - F41+: Use the provisional declarative buildsystem * Sat Jan 18 2025 Fedora Release Engineering - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Aug 08 2024 Peter Lemenkov - 2.0.1-1 - Initial commmit ## END: Generated by rpmautospec