mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/python-wrapt: bump to 2.0.0
LICENSE file changes due to copyright year update:
ad97a2aa80
CHANGELOG: https://wrapt.readthedocs.io/en/latest/changes.html#version-2-0-0
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
4016c78ea2
commit
f683ffcbe1
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/wrapt/json
|
||||
md5 5e7d9b1296ef5dc87339acc951a52d18 wrapt-1.17.3.tar.gz
|
||||
sha256 f66eb08feaa410fe4eebd17f2a2c8e2e46d3476e9f8c783daa8e09e0faa666d0 wrapt-1.17.3.tar.gz
|
||||
md5 bdc6d3460db4cdee3383dfe318b5c317 wrapt-2.0.0.tar.gz
|
||||
sha256 35a542cc7a962331d0279735c30995b024e852cf40481e384fd63caaa391cbb9 wrapt-2.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 5974efbbc8b626b2050810d63c3a907ee21c92bf64b3740fc623ad05eb3448ab LICENSE
|
||||
sha256 9abc41aa6b8690c07ede9b44b7c6233d014290ed1e3b5ccc37e292295b5d058f LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WRAPT_VERSION = 1.17.3
|
||||
PYTHON_WRAPT_VERSION = 2.0.0
|
||||
PYTHON_WRAPT_SOURCE = wrapt-$(PYTHON_WRAPT_VERSION).tar.gz
|
||||
PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/95/8f/aeb76c5b46e273670962298c23e7ddde79916cb74db802131d49a85e4b7d
|
||||
PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/49/19/5e5bcd855d808892fe02d49219f97a50f64cd6d8313d75df3494ee97b1a3
|
||||
PYTHON_WRAPT_SETUP_TYPE = setuptools
|
||||
PYTHON_WRAPT_LICENSE = BSD-2-Clause
|
||||
PYTHON_WRAPT_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user