Merge pull request #259952 from natsukium/memory_profiler

python311Packages.memory-profiler: rename from memory_profiler

authored by

Martin Weinelt and committed by
GitHub
89eec3e4 0f387059

+9 -8
+2 -2
pkgs/development/python-modules/cramjam/default.nix
··· 7 7 , brotli 8 8 , hypothesis 9 9 , lz4 10 - , memory_profiler 10 + , memory-profiler 11 11 , numpy 12 12 , py 13 13 , pytest-benchmark ··· 44 44 brotli 45 45 hypothesis 46 46 lz4 47 - memory_profiler 47 + memory-profiler 48 48 numpy 49 49 py 50 50 pytest-benchmark
+3 -2
pkgs/development/python-modules/memory_profiler/default.nix pkgs/development/python-modules/memory-profiler/default.nix
··· 4 4 }: 5 5 6 6 python.pkgs.buildPythonPackage rec { 7 - pname = "memory_profiler"; 7 + pname = "memory-profiler"; 8 8 version = "0.61.0"; 9 9 10 10 src = fetchPypi { 11 - inherit pname version; 11 + pname = "memory_profiler"; 12 + inherit version; 12 13 sha256 = "sha256-Tltz14ZKHRKS+3agPoKj5475NNBoKKaY2dradtogZ7A="; 13 14 }; 14 15
-1
pkgs/development/python-modules/textx/default.nix
··· 12 12 , gprof2dot 13 13 , html5lib 14 14 , jinja2 15 - , memory_profiler 16 15 , psutil 17 16 , pytestCheckHook 18 17 }:
+2 -2
pkgs/development/python-modules/textx/tests.nix
··· 4 4 , gprof2dot 5 5 , html5lib 6 6 , jinja2 7 - , memory_profiler 7 + , memory-profiler 8 8 , psutil 9 9 , pytestCheckHook 10 10 , setuptools ··· 30 30 gprof2dot 31 31 html5lib 32 32 jinja2 33 - memory_profiler 33 + memory-profiler 34 34 psutil 35 35 pytestCheckHook 36 36 setuptools
+1
pkgs/top-level/python-aliases.nix
··· 223 223 mailman-web = throw "Please use pkgs.mailman-web"; # added 2022-04-29 224 224 manticore = throw "manticore has been removed because its dependency wasm no longer builds and is unmaintained"; # added 2023-05-20 225 225 markerlib = throw "markerlib has been removed because it's abandoned since 2013"; # added 2023-05-19 226 + memory_profiler = memory-profiler; # added 2023-10-09 226 227 mistune_0_8 = throw "mistune_0_8 was removed because it was outdated and insecure"; # added 2022-08-12 227 228 mistune_2_0 = mistune; # added 2022-08-12 228 229 mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21
+1 -1
pkgs/top-level/python-packages.nix
··· 6660 6660 6661 6661 memory-allocator = callPackage ../development/python-modules/memory-allocator { }; 6662 6662 6663 - memory_profiler = callPackage ../development/python-modules/memory_profiler { }; 6663 + memory-profiler = callPackage ../development/python-modules/memory-profiler { }; 6664 6664 6665 6665 meraki = callPackage ../development/python-modules/meraki { }; 6666 6666