Skip to content

Commit

Permalink
Merge pull request #10 from AnacondaRecipes/gitpython_3.1.43
Browse files Browse the repository at this point in the history
gitpython 3.1.43
  • Loading branch information
skupr-anaconda authored Jul 8, 2024
2 parents d83f529 + 6807096 commit 16c6fed
Showing 1 changed file with 3 additions and 4 deletions.
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

0 comments on commit 16c6fed

Please sign in to comment.