Skip to content
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

gitpython 3.1.43 #10

Merged
merged 1 commit into from
Jul 8, 2024
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
7 changes: 3 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{% set version = "3.1.37" %}
{% set version = "3.1.43" %}

package:
name: gitpython
# 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: f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54
sha256: 35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c

build:
number: 0
Expand Down Expand Up @@ -44,7 +43,7 @@ about:
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Python Git Library
summary: GitPython is a python library used to interact with Git repositories.
description: |
GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing.

Expand Down