| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -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 | natsukium | 2025-06-14 | 1 | -2/+2 |
| * | python312Packages.ipython: update meta.homepage•••The previous webpage hasn't been updated since v7. | natsukium | 2025-04-27 | 1 | -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 | natsukium | 2025-04-27 | 1 | -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 Rodrigues | 2025-04-25 | 1 | -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 Weinelt | 2025-04-03 | 1 | -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 | natsukium | 2025-02-15 | 1 | -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 Weinelt | 2025-01-27 | 1 | -2/+2 |
| * | python313Packages.ipython: disable failing tests | Martin Weinelt | 2024-12-08 | 1 | -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 | natsukium | 2024-10-26 | 1 | -2/+2 |
| * | Merge branch 'master' into staging-next | Artturin | 2024-09-25 | 1 | -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" ``` | Artturin | 2024-09-25 | 1 | -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 | natsukium | 2024-09-15 | 1 | -2/+2 |
| |/ | |||||
| * | python312Packages.ipython: add teams.jupyter.members as maintainer | natsukium | 2024-08-21 | 1 | -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 | natsukium | 2024-08-21 | 1 | -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 Weinelt | 2024-06-24 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -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 | natsukium | 2024-05-12 | 1 | -2/+2 |
| * | sage: Add as passthru.tests to critical dependencies | Tom Hubrecht | 2024-05-06 | 1 | -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 Rietdijk | 2024-04-28 | 1 | -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 | natsukium | 2024-04-07 | 1 | -5/+28 |
| * | python311Packages.pytest7CheckHook: init•••and migrate existing overrides. | Martin Weinelt | 2024-03-26 | 1 | -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 Weinelt | 2024-03-12 | 1 | -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 Weinelt | 2024-03-12 | 1 | -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 | natsukium | 2024-03-03 | 1 | -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 | natsukium | 2024-01-26 | 1 | -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 Weinelt | 2023-12-20 | 1 | -2/+2 |
| * | python3Packages.ipython: 8.11.0 -> 8.15.0 | Martin Weinelt | 2023-09-27 | 1 | -5/+11 |
| * | python311Packages.ipython: 8.4.0 -> 8.11.0•••Release: https://github.com/ipython/ipython/releases/tag/8.11.0 | superherointj | 2023-02-28 | 1 | -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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.ipython: patch test after python update | Vladimír Čunát | 2022-08-09 | 1 | -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ütz | 2022-06-15 | 1 | -8/+10 |
| * | python39Packages.ipython: remove optional black depedency, update homepage•••Black should be updatable without a mass rebuild | Sandro Jäckel | 2022-04-15 | 1 | -3/+1 |
| * | python3Packages.ipython: 8.1.0 -> 8.2.0 | Martin Weinelt | 2022-04-14 | 1 | -2/+2 |
| * | python3Packages.ipython: 8.0.1 -> 8.1.0 | Martin Weinelt | 2022-03-14 | 1 | -2/+2 |
| * | Revert "python3Packages.ipython: disable clipboard test on darwin (targeting ...•••This reverts commit 6e1e1ddf070a703c51f77ffa7aa176c339dc055a. cc #162047 | Dmitry Kalinkin | 2022-02-27 | 1 | -6/+2 |
| * | Merge master into staging-next | github-actions[bot] | 2022-02-28 | 1 | -2/+6 |
| |\ | |||||
| | * | python3Packages.ipython: disable clipboard test on darwin (targeting master) | Dmitry Kalinkin | 2022-02-27 | 1 | -2/+6 |
| * | | python3Packages.ipython: disable clipboard test on darwin | Martin Weinelt | 2022-02-12 | 1 | -0/+5 |
| |/ | |||||
| * | python3Packages.ipython: enable tests, reformat•••The infinite recursion with ipykernel was been resolved in 9e3b98531. | Martin Weinelt | 2022-01-31 | 1 | -27/+37 |
| * | python3Packages.ipython: 8.0.0 -> 8.0.1 | Robert Scott | 2022-01-23 | 1 | -2/+2 |
| * | python3Packages.ipython: fix deps | Jonathan Ringer | 2022-01-23 | 1 | -0/+4 |
| * | python3Packages.ipython: 7.30.1 -> 8.0.0 | Jonathan Ringer | 2022-01-23 | 1 | -2/+2 |
| * | python36Packages.ipython: remove•••since python36 is no longer part of nixpkgs. | Frederik Rietdijk | 2022-01-16 | 1 | -69/+0 |
| * | Merge remote-tracking branch 'origin/master' into staging-next | Martin Weinelt | 2022-01-03 | 1 | -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ütz | 2022-01-01 | 1 | -72/+0 |
| * | | python3Packages.ipython: 7.29.0 -> 7.30.1 | Jonathan Ringer | 2021-12-14 | 1 | -2/+2 |
| |/ | |||||
| * | python3Packages.ipython: 7.28.0 -> 7.29.0 | Jonathan Ringer | 2021-11-30 | 1 | -2/+2 |
| * | pkgs.development.python-modules: remove unused args | Markus S. Wamser | 2021-11-12 | 2 | -2/+0 |
| * | python3Packages.ipython: 7.27.0 -> 7.28.0 | Martin Weinelt | 2021-10-11 | 1 | -2/+2 |
