File python-python-redmine.spec of Package failed_python-python-redmine
Name: python-python-redmine
Version: 1.0
Release: 1.1
Summary: Python client library for Redmine REST API
License: MIT
URL: https://github.com/maxtepkeev/python-redmine
Source0: %{name}-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-wheel
BuildRequires: python3-pytest
BuildRequires: pkgconfig
Requires: python3
Requires: python3-requests
%description
Python client library for interacting with Redmine via its REST API.
%prep
%autosetup -n %{name}-%{version}
# apply patches (use modern %patch syntax; older %patchN is obsolete)
%patch 0 -p1
%build
%py3_build
%install
%py3_install
%check
%py3_check
%files
%license LICENSE
%doc README.md
%{python3_sitelib}/redmine*
%changelog
* Sun Aug 10 2025 Packager <packager@example.org> - 1.0-1.1
- Updated spec to modern %patch syntax.