| Name: | GitPython |
|---|---|
| Version: | 1.0.1 |
| Release: | 8.el7 |
| Architecture: | noarch |
| Group: | Development/Languages |
| Size: | 2151746 |
| License: | BSD |
| RPM: | GitPython-1.0.1-8.el7.noarch.rpm |
| Source RPM: | GitPython-1.0.1-8.el7.src.rpm |
| Build Date: | Mon Mar 09 2020 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://pypi.python.org/pypi/GitPython/ |
| Summary: | Python Git Library |
| Description: | GitPython is a python library used to interact with Git repositories. GitPython provides object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc. GitPython is a port of the grit library in Ruby created by Tom Preston-Werner and Chris Wanstrath. |
- Add python3 build
- Fix interaction with repositories cloned/created with git >= 2.15.0 (#1508639)
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Require git-core
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Update to 1.0.1 - Add python3 build
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- apply patch from Igor Gnatenko for bz#1010706