package/python-git: bump to version 3.1.40
Drop no longer required python-typing-extensions dependency.
Switch to pypi based source download.
License hash changed due to formatting tweaks:
e1af18377f
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
aad42c93dc
commit
8bd4d7ed63
@ -3,7 +3,6 @@ config BR2_PACKAGE_PYTHON_GIT
|
||||
depends on BR2_USE_MMU # git
|
||||
select BR2_PACKAGE_GIT # runtime
|
||||
select BR2_PACKAGE_PYTHON_GITDB2 # runtime
|
||||
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
||||
help
|
||||
GitPython is a python library used to interact with git
|
||||
repositories, high-level like git-porcelain, or low-level
|
||||
|
@ -1,3 +1,5 @@
|
||||
# locally computed hashes
|
||||
sha256 8282d0d1169a3a98546979bfae1524608670fadc4ca7636517aadd428e0cfbeb python-git-3.1.24.tar.gz
|
||||
sha256 fd657ffc2cef63d25c78cab7808d414dd03a282e63893491fd11c32f98be67fb LICENSE
|
||||
# md5, sha256 from https://pypi.org/pypi/gitpython/json
|
||||
md5 db4f2a27c8abc4a7e25504e3aeab4a84 GitPython-3.1.40.tar.gz
|
||||
sha256 22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4 GitPython-3.1.40.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 86fc94c321a9afbc11514713511bafded225f25100dcc0f7350e82bc231b8beb LICENSE
|
||||
|
@ -4,8 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_GIT_VERSION = 3.1.24
|
||||
PYTHON_GIT_SITE = $(call github,gitpython-developers,GitPython,$(PYTHON_GIT_VERSION))
|
||||
PYTHON_GIT_VERSION = 3.1.40
|
||||
PYTHON_GIT_SOURCE = GitPython-$(PYTHON_GIT_VERSION).tar.gz
|
||||
PYTHON_GIT_SITE = https://files.pythonhosted.org/packages/0d/b2/37265877ae607a2cbf9a471f4581dbf5ed13a501b90cb4c773f9ccfff3ea
|
||||
PYTHON_GIT_LICENSE = BSD-3-Clause
|
||||
PYTHON_GIT_LICENSE_FILES = LICENSE
|
||||
PYTHON_GIT_SETUP_TYPE = setuptools
|
||||
|
Loading…
Reference in New Issue
Block a user