mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-04 10:53:30 +08:00
package/python-memory-profiler: bump to version 0.60.0
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2879baa7a6
commit
ff2de64f47
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/memory-profiler/json
|
||||
md5 b1d1783064a1198fb21bc877e535ec1b memory_profiler-0.58.0.tar.gz
|
||||
sha256 01385ac0fec944fcf7969814ec4406c6d8a9c66c079d09276723c5a7680f44e5 memory_profiler-0.58.0.tar.gz
|
||||
md5 c4d29b47885c32581f5bcefb44d2ca8e memory_profiler-0.60.0.tar.gz
|
||||
sha256 6a12869511d6cebcb29b71ba26985675a58e16e06b3c523b49f67c5497a33d1c memory_profiler-0.60.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 51926ce91b8283532efa9dfb02518582c15f49c105a3ac18cce1f7a4947e96ae COPYING
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MEMORY_PROFILER_VERSION = 0.58.0
|
||||
PYTHON_MEMORY_PROFILER_VERSION = 0.60.0
|
||||
PYTHON_MEMORY_PROFILER_SOURCE = memory_profiler-$(PYTHON_MEMORY_PROFILER_VERSION).tar.gz
|
||||
PYTHON_MEMORY_PROFILER_SITE = https://files.pythonhosted.org/packages/8f/fd/d92b3295657f8837e0177e7b48b32d6651436f0293af42b76d134c3bb489
|
||||
PYTHON_MEMORY_PROFILER_SITE = https://files.pythonhosted.org/packages/06/dd/7308a8ef1902db9d81c5bc226befe346a87ed8787caff00b8d91ed9f3b86
|
||||
PYTHON_MEMORY_PROFILER_SETUP_TYPE = setuptools
|
||||
PYTHON_MEMORY_PROFILER_LICENSE = BSD-3-Clause
|
||||
PYTHON_MEMORY_PROFILER_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user