File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- {% set version = "3.1.37 " %}
1
+ {% set version = "3.1.43 " %}
2
2
3
3
package :
4
4
name : gitpython
5
- # Versions 3.1.4, 3.1.15-17, 3.1.19-23 have been yanked
6
5
version : {{ version }}
7
6
8
7
source :
9
8
url : https://pypi.io/packages/source/G/GitPython/GitPython-{{ version }}.tar.gz
10
- sha256 : f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54
9
+ sha256 : 35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c
11
10
12
11
build :
13
12
number : 0
44
43
license : BSD-3-Clause
45
44
license_family : BSD
46
45
license_file : LICENSE
47
- summary : Python Git Library
46
+ summary : GitPython is a python library used to interact with Git repositories.
48
47
description : |
49
48
GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing.
50
49
You can’t perform that action at this time.
0 commit comments