We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b39bde commit 5fe40c4Copy full SHA for 5fe40c4
recipe/meta.yaml
@@ -1,4 +1,4 @@
1
-{% set version = "3.1.30" %}
+{% set version = "3.1.37" %}
2
3
package:
4
name: gitpython
@@ -7,12 +7,12 @@ package:
7
8
source:
9
url: https://pypi.io/packages/source/G/GitPython/GitPython-{{ version }}.tar.gz
10
- sha256: 769c2d83e13f5d938b7688479da374c4e3d49f71549aaf462b646db9602ea6f8
+ sha256: f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54
11
12
build:
13
number: 0
14
skip: True # [py<37]
15
- script: {{ PYTHON }} -m pip install . --no-deps -vv
+ script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv
16
17
requirements:
18
host:
0 commit comments