| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 | 1 | -1/+0 |
| * | python3Packages.ipython: 7.27.0 -> 7.28.0 | Martin Weinelt | 2021-10-11 | 1 | -2/+2 |
| * | python3Packages.ipython: 7.26.0 -> 7.27.0 | Martin Weinelt | 2021-09-01 | 1 | -2/+2 |
| * | python3Packages.ipython: 7.24.1 -> 7.26.0 | Martin Weinelt | 2021-09-01 | 1 | -2/+2 |
| * | pythonPackages: normalise prompt_toolkit | Sandro Jäckel | 2021-07-23 | 1 | -2/+2 |
| * | python3Packages.ipython: fix build, missing deps | Jonathan Ringer | 2021-06-22 | 1 | -0/+2 |
| * | python3Packages.ipython: 7.21.0 -> 7.24.1 | Martin Weinelt | 2021-06-22 | 1 | -2/+2 |
| * | python3Packages.ipython: 7.19.0 -> 7.21.0 | Frederik Rietdijk | 2021-03-06 | 1 | -2/+2 |
| * | python3Packages.ipython: 7.17.0 -> 7.19.0 | Frederik Rietdijk | 2020-12-01 | 1 | -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 Kini | 2020-09-16 | 1 | -1/+1 |