python311Packages.pyperf 2.5.0 -> 2.6.1 https://repology.org/project/python:pyperf/versions attrpath: python311Packages.pyperf Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s6zbf8af3jbvjk7501g6n2ilpqhrf5sp-packages.json.drv building '/nix/store/s6zbf8af3jbvjk7501g6n2ilpqhrf5sp-packages.json.drv'... Going to be running update for following packages: - python3.11-pyperf-2.5.0 Press Enter key to continue... Running update for: - python3.11-pyperf-2.5.0: UPDATING ... - python3.11-pyperf-2.5.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pyperf/default.nix b/pkgs/development/python-modules/pyperf/default.nix index e6ae36f0cf8a..fc87620c6b9c 100644 --- a/pkgs/development/python-modules/pyperf/default.nix +++ b/pkgs/development/python-modules/pyperf/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "pyperf"; - version = "2.5.0"; + version = "2.6.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-n9m+W1ciTmi1pbiPcSbxW2yGZ1c/YqCjn68U1v3ROQk="; + hash = "sha256-Fxrqabjv3mEhDlEhZth2Tndlqcdni3aAUhdLAfNJ8kc="; }; patches = [ No auto update branch exists Old version 2.5.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , fetchpatch , pythonOlder , psutil , unittestCheckHook }: buildPythonPackage rec { pname = "pyperf"; version = "2.6.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-Fxrqabjv3mEhDlEhZth2Tndlqcdni3aAUhdLAfNJ8kc="; }; patches = [ (fetchpatch { name = "fix-pythonpath-in-tests.patch"; url = "https://github.com/psf/pyperf/commit/d373c5e56c0257d2d7abd705b676bea25cf66566.patch"; hash = "sha256-2q1fTf+uU3qj3BG8P5otX4f7mSTnQxm4sfmmgIUuszA="; }) ]; propagatedBuildInputs = [ psutil ]; nativeCheckInputs = [ unittestCheckHook ]; unittestFlagsArray = [ "-s" "pyperf/tests/" "-v" ]; meta = with lib; { description = "Python module to generate and modify perf"; homepage = "https://pyperf.readthedocs.io/"; license = licenses.mit; maintainers = [ ]; }; }