Name: | python3-GitPython |
---|---|
Version: | 3.1.32 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1425935 |
License: | BSD-3-Clause |
RPM: | python3-GitPython-3.1.32-1.el9.noarch.rpm |
Source RPM: | GitPython-3.1.32-1.el9.src.rpm |
Build Date: | Fri Aug 25 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. |
- New upstream release 3.1.32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for Python 3.12
- Update to 3.1.31 (#2170552)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- 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