معرفی شرکت ها


python-ogr-0.46.0-1.fc39.src.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

One API for multiple git forges
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 39
مخزن Fedora Everything noarch
نام بسته python-ogr
نام فایل بسته python-ogr-0.46.0-1.fc39.src.rpm
نسخه بسته 0.46.0
انتشار بسته 1.fc39
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Fri 08 Sep 2023 04
هاست سازنده buildvm-ppc64le-13.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/packit/ogr
مجوز MIT
حجم دانلود 3.7M
حجم نصب 3.721M
One Git library to Rule!


جایگزین ها

بسته نسخه معماری مخزن
python-ogr-0.48.0-1.fc39.src.rpm 0.48.0 noarch Fedora Everything
python-ogr-0.49.2-1.fc39.src.rpm 0.49.2 noarch Fedora Everything


نیازمندی

مقدار نام
- python3-devel
- python3dist(setuptools)
- python3dist(setuptools-scm)
- python3dist(setuptools-scm-git-archive)


ارائه دهنده

مقدار نام
= 0.46.0-1.fc39 python3-ogr


نحوه نصب


نصب پکیج rpm python-ogr:

    dnf install python-ogr-0.46.0-1.fc39.src.rpm


فایل ها

مسیرها
ogr-0.46.0.tar.gz


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-09-08

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-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

2023-06-13

Rebuilt for Python 3.12

2023-06-05

OGR now supports PyGithub >= 1.58.

2023-03-05

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)

2023-02-23

Fixes an issue with project->service mapping where the service with an url not containing the service type wasn't matched. (#771)

2023-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2023-01-16

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)

2022-10-27

`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)

2022-09-16

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)

2022-09-08

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)

2022-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-06-13

Rebuilt for Python 3.11

2022-04-29

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+,

2022-04-28

ogr now correctly raises `OgrException` when given invalid URL to
We have fixed a bug in ogr that caused `IssueTrackerDisabled` being raised

2022-03-31

We have added a new optional parameter, `namespace`, to the `fork_create` method on Git projects, which allows you to
We have implemented a `get_contributors` function that can be used to get the contributors of a GitHub
We have introduced a new exception class `GitForgeInternalError` that indicates a failure that happened within the forge
We have added a new property to git projects, `has_issues`, that indicates whether project has enabled issues or not.