Name: python-ogr Version: 0.59.0 Release: 1%{?dist} Summary: One API for multiple git forges License: MIT URL: https://github.com/packit/ogr Source0: %{pypi_source ogr} BuildArch: noarch BuildRequires: python3-devel %description One Git library to Rule! %package -n python3-ogr Summary: %{summary} %description -n python3-ogr One Git library to Rule! %prep %autosetup -n ogr-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files ogr %files -n python3-ogr -f %{pyproject_files} # Epel9 does not tag the license file in pyproject_files as a license. Manually install it in this case %if 0%{?el9} %license LICENSE %endif %doc README.md %changelog * Mon Dec 15 2025 Packit - 0.59.0-1 - Improved handling of retries after errors to avoid hitting rate limits if possible. (#958) - `GithubPullRequest.labels` property is now cached for better performance and to be consistent with other services. (#960, #961) - Resolves: rhbz#2422233 * Mon Dec 8 2025 Packit - 0.58.0-1 - `PagureService` now accepts an optional `user_agent` argument to set a custom User-Agent header. (#953) - It is now possible to pass a `headers` argument in `PagureProject.get_file_content`. The default header is set to `Accept: text/plain`. (#954) - Resolves: rhbz#2420049 * Fri Oct 3 2025 Packit - 0.56.1-1 - We now use httpx when making requests from our Forgejo implementation. (#941) - Resolves: rhbz#2401236 * Wed Aug 20 2025 Packit - 0.56.0-1 - Tmt documentation has been extended. (#937) - Support for forgejo commit statuses has been added. (#936) - The package ogr/abstract has been split into multiple files. (#935) - Resolves: rhbz#2389723 * Fri May 30 2025 Packit - 0.55.0-1 - We have added support for Forgejo releases. (#927) - Resolves: rhbz#2369439 * Wed May 28 2025 Maja Massarini - 0.54.0-1 - Support for Forgejo pull requests has been added. (#925) - We have added support for Forgejo methods related to permissions. (#918)