summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ipython/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python313Packages.ipython: 8.32.0 -> 9.0.2•••https://github.com/ipython/ipython/blob/9.0.2/docs/source/whatsnew/version9.rst Martin Weinelt2025-04-031-2/+4
* python312Packages.ipython: 8.31.0 -> 8.32.0•••Changelog: https://github.com/ipython/ipython/blob/8.32.0/docs/source/whatsnew/version8.rst natsukium2025-02-151-2/+2
* python3Packages.ipython: 8.30.0 -> 8.31.0•••https://github.com/ipython/ipython/blob/8.31.0/docs/source/whatsnew/version8.rst Martin Weinelt2025-01-271-2/+2
* python313Packages.ipython: disable failing testsMartin Weinelt2024-12-081-2/+8
* python312Packages.ipython: 8.27.0 -> 8.29.0•••Changelog: https://github.com/ipython/ipython/blob/8.29.0/docs/source/whatsnew/version8.rst natsukium2024-10-261-2/+2
* Merge branch 'master' into staging-nextArtturin2024-09-251-1/+1
|\
| * treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ``` Artturin2024-09-251-1/+1
* | python312Packages.ipython: 8.26.0 -> 8.27.0•••Changelog: https://github.com/ipython/ipython/blob/8.27.0/docs/source/whatsnew/version8.rst natsukium2024-09-151-2/+2
|/
* python312Packages.ipython: add teams.jupyter.members as maintainernatsukium2024-08-211-1/+1
* python312Packages.ipython: 8.25.0 -> 8.26.0•••Changelog: https://github.com/ipython/ipython/blob/8.26.0/docs/source/whatsnew/version8.rst natsukium2024-08-211-5/+5
* python3Packages.ipython: 8.24.0 -> 8.25.0•••https://github.com/ipython/ipython/blob/8.25.0/docs/source/whatsnew/version8.rst Martin Weinelt2024-06-241-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-62/+62
* python311Packages.ipython: 8.23.0 -> 8.24.0•••Diff: https://github.com/ipython/ipython/compare/8.23.0...8.24.0 Changelog: https://github.com/ipython/ipython/blob/8.24.0/docs/source/whatsnew/version8.rst natsukium2024-05-121-2/+2
* sage: Add as passthru.tests to critical dependenciesTom Hubrecht2024-05-061-0/+5
* Removing FRidh as active maintainer of packages•••In the past I was very active with Python packaging. For several years now I was hardly around as maintainer, so it does not make sense I am listed as a maintainer for these makes. Looking back, I should have removed myself as maintainer already much longer ago. Anyway, better late than never. It's been a fun ride, and I do intend to occasionally contribute to Nixpkgs, but not in the same way it once was. Frederik Rietdijk2024-04-281-1/+1
* python311Packages.ipython: 8.22.2 -> 8.23.0•••Changelog: https://github.com/ipython/ipython/blob/8.23.0/docs/source/whatsnew/version8.rst natsukium2024-04-071-5/+28
* python311Packages.pytest7CheckHook: init•••and migrate existing overrides. Martin Weinelt2024-03-261-3/+2
* python311Packages.ipython: test with pytest_7•••The ipython test suite regressed with pytest 8.0.2, so we're giving it so more time to adapt. Martin Weinelt2024-03-121-1/+2
* python3Packages.ipython: 8.22.1 -> 8.22.2•••https://github.com/ipython/ipython/blob/8.22.2/docs/source/whatsnew/version8.rst Martin Weinelt2024-03-121-2/+2
* python311Packages.ipython: 8.20.0 -> 8.22.1•••Diff: https://github.com/ipython/ipython/compare/8.20.0...8.22.1 Changelog: https://github.com/ipython/ipython/blob/8.22.1/docs/source/whatsnew/version8.rst natsukium2024-03-031-9/+6
* python311Packages.ipython: 8.18.1 -> 8.20.0•••Changelog: https://github.com/ipython/ipython/blob/8.20.0/docs/source/whatsnew/version8.rst natsukium2024-01-261-4/+4
* python3Packages.ipython: 8.15.0 -> 8.18.1•••https://github.com/ipython/ipython/blob/8.18.1/docs/source/whatsnew/version8.rst Martin Weinelt2023-12-201-2/+2
* python3Packages.ipython: 8.11.0 -> 8.15.0Martin Weinelt2023-09-271-5/+11
* python311Packages.ipython: 8.4.0 -> 8.11.0•••Release: https://github.com/ipython/ipython/releases/tag/8.11.0 superherointj2023-02-281-13/+2
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* python3Packages.ipython: patch test after python updateVladimír Čunát2022-08-091-0/+12
* python310Packages.ipython: 8.2.0 -> 8.4.0•••https://github.com/ipython/ipython/blob/8.4.0/docs/source/whatsnew/version8.rst Robert Schütz2022-06-151-8/+10
* python39Packages.ipython: remove optional black depedency, update homepage•••Black should be updatable without a mass rebuild Sandro Jäckel2022-04-151-3/+1
* python3Packages.ipython: 8.1.0 -> 8.2.0Martin Weinelt2022-04-141-2/+2
* python3Packages.ipython: 8.0.1 -> 8.1.0Martin Weinelt2022-03-141-2/+2
* Revert "python3Packages.ipython: disable clipboard test on darwin (targeting ...•••This reverts commit 6e1e1ddf070a703c51f77ffa7aa176c339dc055a. cc #162047 Dmitry Kalinkin2022-02-271-6/+2
* Merge master into staging-nextgithub-actions[bot]2022-02-281-2/+6
|\
| * python3Packages.ipython: disable clipboard test on darwin (targeting master)Dmitry Kalinkin2022-02-271-2/+6
* | python3Packages.ipython: disable clipboard test on darwinMartin Weinelt2022-02-121-0/+5
|/
* python3Packages.ipython: enable tests, reformat•••The infinite recursion with ipykernel was been resolved in 9e3b98531. Martin Weinelt2022-01-311-27/+37
* python3Packages.ipython: 8.0.0 -> 8.0.1Robert Scott2022-01-231-2/+2
* python3Packages.ipython: fix depsJonathan Ringer2022-01-231-0/+4
* python3Packages.ipython: 7.30.1 -> 8.0.0Jonathan Ringer2022-01-231-2/+2
* python3Packages.ipython: 7.29.0 -> 7.30.1Jonathan Ringer2021-12-141-2/+2
* python3Packages.ipython: 7.28.0 -> 7.29.0Jonathan Ringer2021-11-301-2/+2
* pkgs.development.python-modules: remove unused argsMarkus S. Wamser2021-11-121-1/+0
* python3Packages.ipython: 7.27.0 -> 7.28.0Martin Weinelt2021-10-111-2/+2
* python3Packages.ipython: 7.26.0 -> 7.27.0Martin Weinelt2021-09-011-2/+2
* python3Packages.ipython: 7.24.1 -> 7.26.0Martin Weinelt2021-09-011-2/+2
* pythonPackages: normalise prompt_toolkitSandro Jäckel2021-07-231-2/+2
* python3Packages.ipython: fix build, missing depsJonathan Ringer2021-06-221-0/+2
* python3Packages.ipython: 7.21.0 -> 7.24.1Martin Weinelt2021-06-221-2/+2
* python3Packages.ipython: 7.19.0 -> 7.21.0Frederik Rietdijk2021-03-061-2/+2
* python3Packages.ipython: 7.17.0 -> 7.19.0Frederik Rietdijk2020-12-011-2/+2
* python36Packages.ipython: 7.17 -> 7.16.1 (downgrade)•••IPython versions 7.17 and higher don't support Python 3.6 anymore, so this commit adds back the old expression for 7.16.1 from before ba1038a98bc2e3aa399c5ef3c4b03d42c94e1bea for use in python36Packages only. nix-repl> :b python36.withPackages (ps: [ ps.ipython ]) builder for '/nix/store/q8v4f89xwv35a3idb9z345z6n3nzfycb-python3.6-ipython-7.17.0.drv' failed with exit code 1; last 10 log lines: Python 3.5 was supported with IPython 7.0 to 7.9. Python 3.6 was supported with IPython up to 7.16. See IPython `README.rst` file for more information: https://github.com/ipython/ipython/blob/master/README.rst Python sys.version_info(major=3, minor=6, micro=12, releaselevel='final', serial=0) detected. cannot build derivation '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv': 1 dependencies couldn't be built [0 built (1 failed)] error: build of '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv' failed Keshav Kini2020-09-161-1/+1