package/python-wrapt: bump to version 1.14.1
Migrate from distutils to setuptools build backend.
License hash changed due to year update:
240fea86df
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
6f5fe64ab9
commit
e83212051c
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/wrapt/json
|
||||
md5 6d56ed0de4336462a73350341462f45e wrapt-1.12.1.tar.gz
|
||||
sha256 b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7 wrapt-1.12.1.tar.gz
|
||||
md5 6e7340264f038efdefcba707250c91c2 wrapt-1.14.1.tar.gz
|
||||
sha256 380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d wrapt-1.14.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 e37c13f84fb3c9a54161b0fcf75f4d302fb86ce42cd6106147bda79e4197d9f2 LICENSE
|
||||
sha256 77d2a9159cffe12473f539a71a3e741f35117e61bfd005ebd60c3a1778e2c1f1 LICENSE
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WRAPT_VERSION = 1.12.1
|
||||
PYTHON_WRAPT_VERSION = 1.14.1
|
||||
PYTHON_WRAPT_SOURCE = wrapt-$(PYTHON_WRAPT_VERSION).tar.gz
|
||||
PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/82/f7/e43cefbe88c5fd371f4cf0cf5eb3feccd07515af9fd6cf7dbf1d1793a797
|
||||
PYTHON_WRAPT_SETUP_TYPE = distutils
|
||||
PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/11/eb/e06e77394d6cf09977d92bff310cb0392930c08a338f99af6066a5a98f92
|
||||
PYTHON_WRAPT_SETUP_TYPE = setuptools
|
||||
PYTHON_WRAPT_LICENSE = BSD-2-Clause
|
||||
PYTHON_WRAPT_LICENSE_FILES = LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user