Skip to content

Commit 5fe40c4

Browse files
gitpython_3.1.37
1 parent 9b39bde commit 5fe40c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipe/meta.yaml

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

33
package:
44
name: gitpython
@@ -7,12 +7,12 @@ package:
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)