↵ Return to the main page of python3-ogr
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2026-09-04 | Packit <hello at packit dot dev> - 0.63.0-1 | - `ogr` now supports the `allow_maintainer_edit` option for PRs/MRs for GitHub, GitLab and Forgejo. (#1011, #1012) - A potential bug has been fixed in the GitHub implementation of `PullRequest.update_info()`. Previously, `None` values could have been passed to the underlying method called to edit a PR, which could result in an `AssertionError` being raised as this method doesn't support `None` values. (#1011) - Resolves: rhbz#2528470 |
| 2026-08-21 | Packit <hello at packit dot dev> - 0.62.4-1 | - The `ForgejoService.get_project_from_url()` method has been updated to ensure repository names are parsed accurately. It now correctly removes the `.git` extension from the repository name, addressing an issue where the extension was previously retained. (#1005) - The implementation of `__str__`, `__eq__`, and `__hash__` methods has been added to `ForgejoService`. (#1001) - Resolves: rhbz#2509741 |
| 2026-07-31 | Packit <hello at packit dot dev> - 0.62.3-1 | - Emoji reactions on GitLab comments now work reliably - Resolves: rhbz#2509741 |
| 2026-07-20 | Packit <hello at packit dot dev> - 0.61.2-1 | - The `ogr` library now correctly handles the Forgejo 'error' commit flag, resolving an issue that previously caused it to fail during internal mapping. (#991) - Resolves: rhbz#2502826 |
| 2026-07-16 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.61.1-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild |
| 2026-06-05 | Python Maint <python dash maint at redhat dot com> - 0.61.1-2 | - Rebuilt for Python 3.15 |
| 2026-03-09 | Packit <hello at packit dot dev> - 0.61.1-1 | - Force downstream synchronization of upstream configuration to enable side tagging in EPEL 10. - Resolves: rhbz#2437993 |
| 2026-02-09 | Packit <hello at packit dot dev> - 0.61.0-1 | - Ogr now supports Forgejo issues, comments and comment reactions. (#959) |
| 2026-01-30 | Packit <hello at packit dot dev> - 0.60.1-1 | - The method `get_rate_limit_remaining()` now also supports repository-specific checks for GitHub. (#972) - Resolves: rhbz#2435481 |
| 2026-01-19 | Packit <hello at packit dot dev> - 0.60.0-1 | - A new method `get_rate_limit_remaining()` to check rate limit thresholds has been added to the service API. (#970) - Resolves: rhbz#2430818 |