summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ipython (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-241-15/+15
* python3Packages.ipython: 9.2.0 -> 9.3.0•••Changelog: https://github.com/ipython/ipython/blob/9.3.0/docs/source/whatsnew/version9.rst natsukium2025-06-141-2/+2
* python312Packages.ipython: update meta.homepage•••The previous webpage hasn't been updated since v7. natsukium2025-04-271-1/+1
* python312Packages.ipython: 9.0.2 -> 9.2.0•••Changelog: https://github.com/ipython/ipython/blob/9.2.0/docs/source/whatsnew/version9.rst natsukium2025-04-271-38/+17
* treewide: switch instances of lib.teams.*.members to the new meta.teams attri...•••Follow-up to #394797. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> Fernando Rodrigues2025-04-251-1/+2
* 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
* python36Packages.ipython: remove•••since python36 is no longer part of nixpkgs. Frederik Rietdijk2022-01-161-69/+0
* Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2022-01-031-72/+0
|\
| * python2Packages: remove superfluous overrides•••Since Python 2 is not supported anymore we only keep those overrides which are used by leaf packages. Robert Schütz2022-01-011-72/+0
* | 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-122-2/+0
* python3Packages.ipython: 7.27.0 -> 7.28.0Martin Weinelt2021-10-111-2/+2