Mon, 29 Apr 2024 06:55:04 UTC | login

Information for build python-ogr-0.49.2-1.fc40

ID302834
Package Namepython-ogr
Version0.49.2
Release1.fc40
Epoch
SummaryOne API for multiple git forges
DescriptionOne Git library to Rule!
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 28 Mar 2024 17:35:56 UTC
CompletedThu, 28 Mar 2024 17:35:56 UTC
Tags
f40
RPMs
src
python-ogr-0.49.2-1.fc40.src.rpm (info) (download)
noarch
python3-ogr-0.49.2-1.fc40.noarch.rpm (info) (download)
Changelog * 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 * 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 * Mon Oct 30 2023 Packit <hello@packit.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 * Wed Oct 11 2023 Packit <hello@packit.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 * Fri Oct 06 2023 Packit <hello@packit.dev> - 0.46.2-1 - Added missing README to package metadata. * Fri Sep 08 2023 Packit <hello@packit.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) * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.45.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.45.0-2 - Rebuilt for Python 3.12 * Mon Jun 05 2023 Packit <hello@packit.dev> - 0.45.0-1 - OGR now supports PyGithub >= 1.58. * Sun Mar 05 2023 Packit <hello@packit.dev> - 0.44.0-1 - OGR now understands a few community-hosted GitLab instances that could not be determined automatically from the hostname. Thanks to that, you don't need to hardcode these instances to be mapped correctly. (#775) * Thu Feb 23 2023 Packit <hello@packit.dev> - 0.43.0-1 - Fixes an issue with project->service mapping where the service with an url not containing the service type wasn't matched. (#771) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.42.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Jan 16 2023 Packit <hello@packit.dev> - 0.42.0-1 - A bug in ogr resulting in returning only first page of pull requests for Pagure has been fixed. (#761) - ogr now raises `GitForgeInternalError` rather than `PagureAPIException` when getting 50x response from the Pagure API. (#762) * Thu Oct 27 2022 Packit <hello@packit.dev> - 0.41.0-1 - `CommitComment.comment` has been deprecated in favour of `CommitComment.body` to make the naming consistent across objects. (#748) - ogr now requires Python 3.9 or later. (#746) * Fri Sep 16 2022 Packit <hello@packit.dev> - 0.40.0-1 - Using the method `users_with_write_access` you can generate the set of users that have write access to the project and the method `has_write_access(user)` you can find out if the user has write access to the project. (#742) * Thu Sep 08 2022 Packit <hello@packit.dev> - 0.39.0-1 - We have implemented the `closed_by` property for the Pagure pull request for getting the login of the account that closed the pull request. (https://github.com/packit/ogr/pull/718) * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.38.1-2 - Rebuilt for Python 3.11 * Fri Apr 29 2022 Packit <hello@packit.dev> - 0.38.1-1 - When using Tokman as GitHub authentication mechanism, ogr will now raise GithubAppNotInstalledError instead of failing with generic GithubAPIException when app providing tokens is not installed on the repository. - Use the standard library instead of setuptools for getting the version on Python 3.8+, or a smaller package on older Pythons. This also fixes the packaging issue with missing `pkg_resources`. * Thu Apr 28 2022 Packit <hello@packit.dev> - 0.38.0-1 - ogr now correctly raises `OgrException` when given invalid URL to `PagureService.get_project_from_url`. (#705) - We have fixed a bug in ogr that caused `IssueTrackerDisabled` being raised only when trying to create an issue on git project with disabled issue tracker. Now it is also raised when getting a specific issue or an issue list. (#703) * Thu Mar 31 2022 Packit <hello@packit.dev> - 0.37.0-1 - We have added a new optional parameter, `namespace`, to the `fork_create` method on Git projects, which allows you to fork a project into a specific namespace. (Forking to namespaces is not allowed on Pagure.) (#685) - We have implemented a `get_contributors` function that can be used to get the contributors of a GitHub (set of logins) and GitLab (set of authors) project. (#692) - We have introduced a new exception class `GitForgeInternalError` that indicates a failure that happened within the forge (indicated via 50x status code). `\*APIException` have been given a new superclass `APIException` that provides status code from forge (in case of error, invalid operation, etc.). (#690) - We have added a new property to git projects, `has_issues`, that indicates whether project has enabled issues or not. Following up on the property, `create_issue` now raises `IssueTrackerDisabled` when the project doesn't have issues enabled. (#684) * Tue Mar 22 2022 Frantisek Lachman <flachman@redhat.com> - 0.36.0-2 - rebuilt * Wed Mar 16 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.36.0-1 - `Release` class has been reworked and `create_release` has been made part of the API for `GitProject`. (#670) - Factory method for acquiring project or service class from URL has been improved by checking just the hostname for determining the service. (#682)