## START: Set by rpmautospec ## (rpmautospec version 0.8.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 Name: python-py-walk Version: 0.3.3 Release: %autorelease Summary: Filter filesystem paths based on gitignore-like patterns License: MIT URL: https://github.com/pacha/py-walk Source: %{pypi_source py_walk} BuildArch: noarch BuildRequires: python3-devel # Test requirements BuildRequires: git-core %global _description %{expand: Python library to filter filesystem paths based on gitignore-like patterns} %description %_description %package -n python3-py-walk Summary: %{summary} %description -n python3-py-walk %_description #%%pyproject_extras_subpkg -n python3-py-walk,tests %prep %autosetup -p1 -n py_walk-%{version} %generate_buildrequires %pyproject_buildrequires -x tests %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l py_walk %check %pyproject_check_import %pytest tests %files -n python3-py-walk -f %{pyproject_files} %changelog ## START: Generated by rpmautospec * Sun Feb 01 2026 Gwyn Ciesla - 0.3.3-1 - Initial import ## END: Generated by rpmautospec