Skip to content

Commit 16c6fed

Browse files
Merge pull request #10 from AnacondaRecipes/gitpython_3.1.43
gitpython 3.1.43
2 parents d83f529 + 6807096 commit 16c6fed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
{% set version = "3.1.37" %}
1+
{% set version = "3.1.43" %}
22

33
package:
44
name: gitpython
5-
# Versions 3.1.4, 3.1.15-17, 3.1.19-23 have been yanked
65
version: {{ version }}
76

87
source:
98
url: https://pypi.io/packages/source/G/GitPython/GitPython-{{ version }}.tar.gz
10-
sha256: f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54
9+
sha256: 35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c
1110

1211
build:
1312
number: 0
@@ -44,7 +43,7 @@ about:
4443
license: BSD-3-Clause
4544
license_family: BSD
4645
license_file: LICENSE
47-
summary: Python Git Library
46+
summary: GitPython is a python library used to interact with Git repositories.
4847
description: |
4948
GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing.
5049

0 commit comments

Comments
 (0)