devel/py-memory-profiler: Update to 0.60.0

Changes:	https://github.com/pythonprofilers/memory_profiler/commits/master
This commit is contained in:
Po-Chuan Hsieh 2022-01-12 01:15:22 +08:00
parent 997f6db384
commit 3799508b1c
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# Created by: Johannes Meixner <johannes@perceivon.net>
PORTNAME= memory-profiler
PORTVERSION= 0.58.0
PORTVERSION= 0.60.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1603215511
SHA256 (memory_profiler-0.58.0.tar.gz) = 01385ac0fec944fcf7969814ec4406c6d8a9c66c079d09276723c5a7680f44e5
SIZE (memory_profiler-0.58.0.tar.gz) = 36329
TIMESTAMP = 1641045940
SHA256 (memory_profiler-0.60.0.tar.gz) = 6a12869511d6cebcb29b71ba26985675a58e16e06b3c523b49f67c5497a33d1c
SIZE (memory_profiler-0.60.0.tar.gz) = 38407

View file

@ -2,5 +2,4 @@ This is a python module for monitoring memory consumption of a process as well
as line-by-line analysis of memory consumption for python programs. It is a pure
python module which depends on the psutil module.
WWW: https://pypi.org/project/memory_profiler/
WWW: https://github.com/pythonprofilers/memory_profiler