Skip to content

[PKG-2825] gitpython 3.1.37 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set version = "3.1.30" %}
{% set version = "3.1.37" %}

package:
name: gitpython
# 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
version: {{ version }}

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

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

requirements:
host:
Expand Down