↵ Return to the main page of python3-ogr
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2024-10-26 | Packit <hello at packit dot 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 |
2024-10-11 | Packit <hello at packit dot 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 |
2024-09-16 | Packit <hello at packit dot 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 |
2024-01-27 | Packit <hello at packit dot 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) |
2023-12-21 | Packit <hello at packit dot 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 |
2023-10-30 | Packit <hello at packit dot dev> - 0.47.1-1 | - Fixed an issue where getting a list of GitLab merge requests using `.list()` would return only 20 items. (#819) - Resolves rhbz#2246994 |
2023-10-11 | Packit <hello at packit dot dev> - 0.47.0-1 | - Added support for removing users/groups from a project and possibility to check for groups with permissions to modify a PR. (#815) - Resolves rhbz#2125279 |
2023-10-06 | Packit <hello at packit dot dev> - 0.46.2-1 | - Added missing README to package metadata. |
2023-09-08 | Packit <hello at packit dot dev> - 0.46.0-1 | - We have fixed a bug in `get_fork` method for Pagure about checking the usernames for a match when going through existing forks. (#800) |
2023-06-05 | Packit <hello at packit dot dev> - 0.45.0-1 | - OGR now supports PyGithub >= 1.58. |