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