Skip to content

Commit d83f529

Browse files
Merge pull request #9 from AnacondaRecipes/gitpython_3.1.37
[PKG-2825] gitpython 3.1.37
2 parents 9b39bde + 0e381e4 commit d83f529

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipe/meta.yaml

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

33
package:
44
name: gitpython
5-
# Versions 3.1.4, 3.1.15, 3.1.16, 3.1.17 have been yanked
5+
# Versions 3.1.4, 3.1.15-17, 3.1.19-23 have been yanked
66
version: {{ version }}
77

88
source:
99
url: https://pypi.io/packages/source/G/GitPython/GitPython-{{ version }}.tar.gz
10-
sha256: 769c2d83e13f5d938b7688479da374c4e3d49f71549aaf462b646db9602ea6f8
10+
sha256: f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54
1111

1212
build:
1313
number: 0
1414
skip: True # [py<37]
15-
script: {{ PYTHON }} -m pip install . --no-deps -vv
15+
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv
1616

1717
requirements:
1818
host:

0 commit comments

Comments
 (0)