Information for build python-ogr-0.59.0-1.fc43

ID176365
Package Namepython-ogr
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.59.0
Release1.fc43
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-ogr.git#10c1b0d851232986076f636d5932e5bb31427170
SummaryOne API for multiple git forges
DescriptionOne Git library to Rule!
Built bykojiadmin
State failed
Volume DEFAULT
StartedSun, 04 Jan 2026 20:40:59 CST
CompletedSun, 04 Jan 2026 20:43:31 CST
Taskbuild (f43, /rpms/python-ogr.git:10c1b0d851232986076f636d5932e5bb31427170)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-ogr.git#10c1b0d851232986076f636d5932e5bb31427170'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Dec 15 2025 Packit <hello@packit.dev> - 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 08 2025 Packit <hello@packit.dev> - 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 31 2025 Packit <hello@packit.dev> - 0.57.0-1 - We have fixed an issue with the new Forgejo version preventing ogr from working. (#949) - Resolves: rhbz#2401236 * Fri Oct 03 2025 Packit <hello@packit.dev> - 0.56.1-1 - We now use httpx when making requests from our Forgejo implementation. (#941) - Resolves: rhbz#2401236 * Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.56.0-2 - Rebuilt for Python 3.14.0rc3 bytecode * Wed Aug 20 2025 Packit <hello@packit.dev> - 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 Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.55.0-4 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.55.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sun Jun 22 2025 Python Maint <python-maint@redhat.com> - 0.55.0-2 - Rebuilt for Python 3.14 * Fri May 30 2025 Packit <hello@packit.dev> - 0.55.0-1 - We have added support for Forgejo releases. (#927) - Resolves: rhbz#2369439 * Fri May 09 2025 Packit <hello@packit.dev> - 0.54.0-1 - Support for Forgejo pull requests has been added. (#925) - We have added support for Forgejo methods related to permissions. (#918) - Resolves: rhbz#2365296 * Fri Apr 04 2025 Packit <hello@packit.dev> - 0.53.0-1 - Added support for Forgejo projects. (#893) - Resolves: rhbz#2357503 * Mon Mar 31 2025 Packit <hello@packit.dev> - 0.52.1-1 - Update to version 0.52.1 - Resolves: rhbz#2349248 * Sun Mar 02 2025 Packit <hello@packit.dev> - 0.51.0-1 - Added base support for forgejo. (#891) * Fri Feb 07 2025 Packit <hello@packit.dev> - 0.50.4-1 - Trigger a new release to confirm the correct SPDX licence. - Resolves: rhbz#2336934 * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.50.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jan 10 2025 Packit <hello@packit.dev> - 0.50.3-1 - We have improved wrapping of the forge-specific exceptions, string representation of the original exception is now included. (#884) - The test suite for parsing git URLs has been extended and also the handling of GitHub repository with changed owner or name has been improved. (#874) * Sat Oct 26 2024 Packit <hello@packit.dev> - 0.50.2-1 - There is a new method for getting a single commit comment, supporting also retrieval and adding reactions in GitHub. (#865) - Resolves: rhbz#2321974 * Fri Oct 11 2024 Packit <hello@packit.dev> - 0.50.1-1 - We have fixed an issue that caused inconsistencies with the expected behavior stated by the documentation when adding duplicate reactions to GitLab comments. (#861) - Resolves: rhbz#2318010 * Mon Sep 16 2024 Packit <hello@packit.dev> - 0.50.0-1 - A new` get_commits` method was implemented for GitHub and Gitlab projects. (#857) - An issue with silently ignoring error (#760) was fixed. (#855) - Resolves: rhbz#2312527 * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.49.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 0.49.2-2 - Rebuilt for Python 3.13 * Fri Mar 08 2024 Packit <hello@packit.dev> - 0.49.2-1 - `GitLabProject.get_file_content` can now correctly handle file paths starting with `./`. (#844) - Resolves rhbz#2268584 * Mon Feb 12 2024 Packit <hello@packit.dev> - 0.49.1-1 - Interface for labels was unified and `labels` property for PullRequest and Issue now return list of PRLabel and IssueLabel respectively. (#839) - Resolves rhbz#2260529 * Sat Jan 27 2024 Packit <hello@packit.dev> - 0.49.0-1 - For Pagure there are 2 new methods available: one for getting users with specified access rights and one for getting members of a group. (#834) * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.48.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.48.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 08 2024 Packit <hello@packit.dev> - 0.48.1-1 - Fix log level and wording when Pagure returns an error while retrieving Pagure PR diffstats. - Resolves rhbz#2257242 * Thu Dec 21 2023 Packit <hello@packit.dev> - 0.48.0-1 - There is a new get_pr_files_diff method supported for Pagure. (#826) - We have fixed a bug that GithubRelease.url returned an API URL. (#824) - Resolves rhbz#2255524