## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## 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 Name: python-py-key-value-shared Version: 0.3.0 Release: %autorelease Summary: Shared code between key-value-aio and key-value-sync License: Apache-2.0 URL: https://github.com/strawgate/py-key-value Source: https://files.pythonhosted.org/packages/source/p/py-key-value-shared/py_key_value_shared-%{version}.tar.gz # Only build for Fedora 43+ %if 0%{?fedora} < 43 # Skip builds for Fedora < 43 ExcludeArch: %{_arch} %endif BuildArch: noarch BuildRequires: python3-devel BuildRequires: tomcli %global _description %{expand: This is package 'py-key-value-shared' generated automatically by pyp2spec.} %description %_description %generate_buildrequires %pyproject_buildrequires %package -n python3-py-key-value-shared Summary: %{summary} %description -n python3-py-key-value-shared %_description %prep %autosetup -p1 -n py_key_value_shared-%{version} # Patch pyproject.toml to use setuptools instead of uv_build (not available in Fedora) tomcli set pyproject.toml lists str "build-system.requires" "setuptools>=61" "wheel" tomcli set pyproject.toml str "build-system.build-backend" "setuptools.build_meta" # Relax version constraints to work with Fedora package versions sed -i 's/typing-extensions>=4\.15\.0/typing-extensions>=4.12/' pyproject.toml sed -i 's/beartype>=0\.20\.0/beartype>=0.18/' pyproject.toml %build %pyproject_wheel %install %pyproject_install %check # Tests are not included in the PyPI tarball # Skip check section %files -n python3-py-key-value-shared %doc README.md %{python3_sitelib}/key_value/ %{python3_sitelib}/py_key_value_shared-%{version}.dist-info/ %changelog ## START: Generated by rpmautospec * Mon Dec 15 2025 John Doe - 0.3.0-1 - Uncommitted changes ## END: Generated by rpmautospec