py-memory-profiler: add new version (#16048)
This commit is contained in:
parent
f917f7149e
commit
293e4e80f1
1 changed files with 4 additions and 3 deletions
|
@ -10,9 +10,10 @@ class PyMemoryProfiler(PythonPackage):
|
|||
"""A module for monitoring memory usage of a python program"""
|
||||
|
||||
homepage = "https://github.com/fabianp/memory_profiler"
|
||||
url = "https://pypi.io/packages/source/m/memory_profiler/memory_profiler-0.47.tar.gz"
|
||||
url = "https://pypi.io/packages/source/m/memory_profiler/memory_profiler-0.57.0.tar.gz"
|
||||
|
||||
version('0.47', sha256='e992f2a341a5332dad1ad4a008eeac7cfe78c7ea4abdf7535a3e7e79093328cb')
|
||||
version('0.57.0', sha256='23b196f91ea9ac9996e30bfab1e82fecc30a4a1d24870e81d1e81625f786a2c3')
|
||||
version('0.47', sha256='e992f2a341a5332dad1ad4a008eeac7cfe78c7ea4abdf7535a3e7e79093328cb')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-psutil', type=('build', 'run'))
|
||||
depends_on('py-psutil', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue