python310Packages.ipython 0 -> 1 attrpath: python310Packages.ipython 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9fdf2pb55c0lzgxp7m8j1dm78fadm4id-packages.json.drv building '/nix/store/9fdf2pb55c0lzgxp7m8j1dm78fadm4id-packages.json.drv'... Going to be running update for following packages: - python3.10-ipython-8.4.0 Press Enter key to continue... Running update for: - python3.10-ipython-8.4.0: UPDATING ... - python3.10-ipython-8.4.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/ipython/default.nix b/pkgs/development/python-modules/ipython/default.nix index 094b3370c51..12da4781c4f 100644 --- a/pkgs/development/python-modules/ipython/default.nix +++ b/pkgs/development/python-modules/ipython/default.nix @@ -28,13 +28,13 @@ buildPythonPackage rec { pname = "ipython"; - version = "8.4.0"; + version = "8.11.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - sha256 = "f2db3a10254241d9b447232cec8b424847f338d9d36f9a577a6192c332a46abd"; + sha256 = "sha256-c1zt5AmdvJA+5UAwe5Fx+/70qnXPysxaJzss2i8CvgQ="; }; patches = [ No auto update branch exists Old version 8.4.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchPypi , fetchpatch , pythonOlder # Build dependencies , setuptools # Runtime dependencies , appnope , backcall , decorator , jedi , matplotlib-inline , pexpect , pickleshare , prompt-toolkit , pygments , stack-data , traitlets # Test dependencies , pytestCheckHook , testpath }: buildPythonPackage rec { pname = "ipython"; version = "8.11.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; sha256 = "735cede4099dbc903ee540307b9171fbfef4aa75cfcacc5a273b2cda2f02be04"; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ backcall decorator jedi matplotlib-inline pexpect pickleshare prompt-toolkit pygments stack-data traitlets ] ++ lib.optionals stdenv.isDarwin [ appnope ]; pythonImportsCheck = [ "IPython" ]; preCheck = '' export HOME=$TMPDIR # doctests try to fetch an image from the internet substituteInPlace pytest.ini \ --replace "--ipdoctest-modules" "--ipdoctest-modules --ignore=IPython/core/display.py" ''; nativeCheckInputs = [ pytestCheckHook testpath ]; disabledTests = [ # UnboundLocalError: local variable 'child' referenced before assignment "test_system_interrupt" ] ++ lib.optionals (stdenv.isDarwin) [ # FileNotFoundError: [Errno 2] No such file or directory: 'pbpaste' "test_clipboard_get" ]; meta = with lib; { description = "IPython: Productive Interactive Computing"; homepage = "https://ipython.org/"; changelog = "https://github.com/ipython/ipython/blob/${version}/docs/source/whatsnew/version${lib.versions.major version}.rst"; license = licenses.bsd3; maintainers = with maintainers; [ bjornfor fridh ]; }; } python310Packages.ipython 0 -> 1 attrpath: python310Packages.ipython 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 [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.10-ipython-8.4.0 Press Enter key to continue... Running update for: - python3.10-ipython-8.4.0: UPDATING ... - python3.10-ipython-8.4.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/ipython/default.nix b/pkgs/development/python-modules/ipython/default.nix index 094b3370c51..12da4781c4f 100644 --- a/pkgs/development/python-modules/ipython/default.nix +++ b/pkgs/development/python-modules/ipython/default.nix @@ -28,13 +28,13 @@ buildPythonPackage rec { pname = "ipython"; - version = "8.4.0"; + version = "8.11.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - sha256 = "f2db3a10254241d9b447232cec8b424847f338d9d36f9a577a6192c332a46abd"; + sha256 = "sha256-c1zt5AmdvJA+5UAwe5Fx+/70qnXPysxaJzss2i8CvgQ="; }; patches = [ No auto update branch exists Old version 8.4.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchPypi , fetchpatch , pythonOlder # Build dependencies , setuptools # Runtime dependencies , appnope , backcall , decorator , jedi , matplotlib-inline , pexpect , pickleshare , prompt-toolkit , pygments , stack-data , traitlets # Test dependencies , pytestCheckHook , testpath }: buildPythonPackage rec { pname = "ipython"; version = "8.11.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; sha256 = "735cede4099dbc903ee540307b9171fbfef4aa75cfcacc5a273b2cda2f02be04"; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ backcall decorator jedi matplotlib-inline pexpect pickleshare prompt-toolkit pygments stack-data traitlets ] ++ lib.optionals stdenv.isDarwin [ appnope ]; pythonImportsCheck = [ "IPython" ]; preCheck = '' export HOME=$TMPDIR # doctests try to fetch an image from the internet substituteInPlace pytest.ini \ --replace "--ipdoctest-modules" "--ipdoctest-modules --ignore=IPython/core/display.py" ''; nativeCheckInputs = [ pytestCheckHook testpath ]; disabledTests = [ # UnboundLocalError: local variable 'child' referenced before assignment "test_system_interrupt" ] ++ lib.optionals (stdenv.isDarwin) [ # FileNotFoundError: [Errno 2] No such file or directory: 'pbpaste' "test_clipboard_get" ]; meta = with lib; { description = "IPython: Productive Interactive Computing"; homepage = "https://ipython.org/"; changelog = "https://github.com/ipython/ipython/blob/${version}/docs/source/whatsnew/version${lib.versions.major version}.rst"; license = licenses.bsd3; maintainers = with maintainers; [ bjornfor fridh ]; }; }