2022-12-18T10:48:08 python3.10-ipdb 0.13.9 -> 0.13.11 https://pypi.org/project/ipdb/ 2022-12-18T10:48:10 attrpath: python310Packages.ipdb 2022-12-18T10:48:10 Checking auto update branch... 2022-12-18T10:48:15 [version] 2022-12-18T10:48:15 [version] skipping because derivation has updateScript 2022-12-18T10:48:15 [rustCrateVersion] 2022-12-18T10:48:15 [rustCrateVersion] No cargoSha256 found 2022-12-18T10:48:15 [golangModuleVersion] 2022-12-18T10:48:15 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-18T10:48:15 [updateScript] 2022-12-18T10:48:16 [updateScript] Success 2022-12-18T10:48:16 [updateScript] this derivation will be built: /nix/store/dx2amk5s4ql76gp1vr0lnwkqjiqkfv8j-packages.json.drv building '/nix/store/dx2amk5s4ql76gp1vr0lnwkqjiqkfv8j-packages.json.drv'... Going to be running update for following packages: - python3.10-ipdb-0.13.9 Press Enter key to continue... Running update for: - python3.10-ipdb-0.13.9: UPDATING ... - python3.10-ipdb-0.13.9: DONE. Packages updated! 2022-12-18T10:48:16 2022-12-18T10:48:16 [quotedUrls] 2022-12-18T10:48:16 [quotedUrls] nothing found to replace 2022-12-18T10:48:17 Diff after rewrites: diff --git a/pkgs/development/python-modules/ipdb/default.nix b/pkgs/development/python-modules/ipdb/default.nix index 363c8a4f576..83d19f93ab8 100644 --- a/pkgs/development/python-modules/ipdb/default.nix +++ b/pkgs/development/python-modules/ipdb/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "ipdb"; - version = "0.13.9"; + version = "0.13.11"; disabled = isPyPy; # setupterm: could not find terminfo database src = fetchPypi { inherit pname version; - sha256 = "951bd9a64731c444fd907a5ce268543020086a697f6be08f7cc2c9a752a278c5"; + sha256 = "sha256-wjtnNvAf1Fhswuy+vfeaXrRUeWhT4c2PLtO3uR1KPpM="; }; propagatedBuildInputs = [ ipython toml ]; 2022-12-18T10:49:47 No auto update branch exists 2022-12-18T10:49:50 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.ipdb nix build failed. running install_egg_info Copying ipdb.egg-info to build/bdist.linux-x86_64/wheel/ipdb-0.13.11-py3.10.egg-info running install_scripts adding license file "COPYING.txt" (matched pattern "COPYING*") adding license file "AUTHORS" (matched pattern "AUTHORS*") creating build/bdist.linux-x86_64/wheel/ipdb-0.13.11.dist-info/WHEEL creating 'dist/ipdb-0.13.11-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'ipdb/__init__.py' adding 'ipdb/__main__.py' adding 'ipdb/stdout.py' adding 'ipdb-0.13.11.dist-info/AUTHORS' adding 'ipdb-0.13.11.dist-info/COPYING.txt' adding 'ipdb-0.13.11.dist-info/METADATA' adding 'ipdb-0.13.11.dist-info/WHEEL' adding 'ipdb-0.13.11.dist-info/entry_points.txt' adding 'ipdb-0.13.11.dist-info/top_level.txt' adding 'ipdb-0.13.11.dist-info/zip-safe' adding 'ipdb-0.13.11.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/ipdb-0.13.11/dist /build/ipdb-0.13.11 Processing ./ipdb-0.13.11-py3-none-any.whl Requirement already satisfied: decorator in /nix/store/8mdjcss0ac6a5001crvxi3nk8arprhp6-python3.10-decorator-5.1.1/lib/python3.10/site-packages (from ipdb==0.13.11) (5.1.1) Requirement already satisfied: ipython>=7.31.1 in /nix/store/w2v3bwyp1m13anqfwq4bwdynlkj5a4c5-python3.10-ipython-8.4.0/lib/python3.10/site-packages (from ipdb==0.13.11) (8.4.0) ERROR: Could not find a version that satisfies the requirement tomli; python_version > "3.6" and python_version < "3.11" (from ipdb) (from versions: none) ERROR: No matching distribution found for tomli; python_version > "3.6" and python_version < "3.11"