We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b39bde + 0e381e4 commit d83f529Copy full SHA for d83f529
recipe/meta.yaml
@@ -1,18 +1,18 @@
1
-{% set version = "3.1.30" %}
+{% set version = "3.1.37" %}
2
3
package:
4
name: gitpython
5
- # Versions 3.1.4, 3.1.15, 3.1.16, 3.1.17 have been yanked
+ # Versions 3.1.4, 3.1.15-17, 3.1.19-23 have been yanked
6
version: {{ version }}
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