summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ipython
AgeCommit message (Collapse)Author
2023-02-28python311Packages.ipython: 8.4.0 -> 8.11.0superherointj
Release: https://github.com/ipython/ipython/releases/tag/8.11.0
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
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.
2022-08-09python3Packages.ipython: patch test after python updateVladimír Čunát
2022-06-15python310Packages.ipython: 8.2.0 -> 8.4.0Robert Schütz
https://github.com/ipython/ipython/blob/8.4.0/docs/source/whatsnew/version8.rst
2022-04-15python39Packages.ipython: remove optional black depedency, update homepageSandro Jäckel
Black should be updatable without a mass rebuild
2022-04-14python3Packages.ipython: 8.1.0 -> 8.2.0Martin Weinelt
2022-03-14python3Packages.ipython: 8.0.1 -> 8.1.0Martin Weinelt
2022-02-27Revert "python3Packages.ipython: disable clipboard test on darwin (targeting ↵Dmitry Kalinkin
master)" This reverts commit 6e1e1ddf070a703c51f77ffa7aa176c339dc055a. cc #162047
2022-02-28Merge master into staging-nextgithub-actions[bot]
2022-02-27python3Packages.ipython: disable clipboard test on darwin (targeting master)Dmitry Kalinkin
2022-02-12python3Packages.ipython: disable clipboard test on darwinMartin Weinelt
2022-01-31python3Packages.ipython: enable tests, reformatMartin Weinelt
The infinite recursion with ipykernel was been resolved in 9e3b98531.
2022-01-23python3Packages.ipython: 8.0.0 -> 8.0.1Robert Scott
2022-01-23python3Packages.ipython: fix depsJonathan Ringer
2022-01-23python3Packages.ipython: 7.30.1 -> 8.0.0Jonathan Ringer
2022-01-16python36Packages.ipython: removeFrederik Rietdijk
since python36 is no longer part of nixpkgs.
2022-01-03Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt
2022-01-01python2Packages: remove superfluous overridesRobert Schütz
Since Python 2 is not supported anymore we only keep those overrides which are used by leaf packages.
2021-12-14python3Packages.ipython: 7.29.0 -> 7.30.1Jonathan Ringer
2021-11-30python3Packages.ipython: 7.28.0 -> 7.29.0Jonathan Ringer
2021-11-12pkgs.development.python-modules: remove unused argsMarkus S. Wamser
2021-10-11python3Packages.ipython: 7.27.0 -> 7.28.0Martin Weinelt
2021-09-01python3Packages.ipython: 7.26.0 -> 7.27.0Martin Weinelt
2021-09-01python3Packages.ipython: 7.24.1 -> 7.26.0Martin Weinelt
2021-07-23pythonPackages: normalise prompt_toolkitSandro Jäckel
2021-06-22python3Packages.ipython: fix build, missing depsJonathan Ringer
2021-06-22python3Packages.ipython: 7.21.0 -> 7.24.1Martin Weinelt
2021-03-06python3Packages.ipython: 7.19.0 -> 7.21.0Frederik Rietdijk
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak
2020-12-01python3Packages.ipython: 7.17.0 -> 7.19.0Frederik Rietdijk
2020-09-16python36Packages.ipython: 7.17 -> 7.16.1 (downgrade)Keshav Kini
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
2020-08-16python: ipython: 7.16.1 -> 7.17.0Frederik Rietdijk
2020-08-12python35: removeJonathan Ringer
2020-06-30python: ipython: 7.15.0 -> 7.16.1Frederik Rietdijk
2020-06-05python: ipython: 7.14.0 -> 7.15.0Frederik Rietdijk
2020-06-05Remove fridh as maintainer of older Python packagesFrederik Rietdijk
I am not interested in maintaining packages for Python < 3.7.
2020-05-11python: ipython: 7.13.0 -> 7.14.0Frederik Rietdijk
2020-04-27python3Packages.ipython: 7.12.0 -> 7.13.0Frederik Rietdijk
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-02-09python: ipython: 7.10.2 -> 7.12.0Frederik Rietdijk
2020-01-23python2.pkgs.ipython: use the proper python2 lexerTimo Kaufmann
Since pygments 2.5 `PythonLexer` refers to python3 [1]. We have to be explicit if we want to use python2. [1] https://pygments.org/docs/changelog/
2019-12-30python35Packages.ipython: freeze at 7.9.0Jonathan Ringer
2019-12-30python35Packages.ipython: python35 not supportedJonathan Ringer
2019-12-30python: ipython: 7.10.1 -> 7.10.2Frederik Rietdijk
2019-12-15python3Packages.ipython: 7.8.0 -> 7.10.1Jonathan Ringer
2019-11-02Revert "pythonPackages.ipython: remove python2 frozen package"Timo Kaufmann
This reverts commit 0ccf10b955910dd511208720f3bbf49a2ffe9fbb. I think it was premature to drop the support a couple of weeks before the official deadline. At least sage still depends on it.
2019-10-27pythonPackages.ipython: remove python2 frozen packageJonathan Ringer
promptoolkit no longer supports python2, instead of freezeing the package, decided to remove python2 support.
2019-10-18python: ipython: 7.6.1 -> 7.8.0Frederik Rietdijk
2019-07-21python3.pkgs.ipython: 7.5.0 -> 7.6.1Frederik Rietdijk
2019-06-18Merge branch 'master' into staging-nextVladimír Čunát
Hydra nixpkgs: ?compare=1525828