Name: | python3-GitPython |
---|---|
Version: | 3.1.30 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1404972 |
License: | BSD |
RPM: | python3-GitPython-3.1.30-1.el9.noarch.rpm |
Source RPM: | GitPython-3.1.30-1.el9.src.rpm |
Build Date: | Sat Jan 07 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/gitpython-developers/GitPython |
Summary: | Python Git Library |
Description: | GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing. It provides abstractions of git objects for easy access of repository data, and additionally allows you to access the git repository more directly using either a pure python implementation, or the faster, but more resource intensive git command implementation. The object database implementation is optimized for handling large quantities of objects and large datasets, which is achieved by using low-level structures and data streaming. |
- Rebase to latest version
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Rebuilt for Python 3.11
- Update to 3.1.27. Fixes rhbz#2056218
- Latest upstream rhbz#1951886 - Convert to pyproject macros - Add import check
- Update to 3.1.16. Fixes rhbz#1951886
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Rebuilt for Python 3.10
- improve index mode for files with executable bit. Fixes rhbz#1963954