Commit Graph

73 Commits

Author SHA1 Message Date
superherointj 7effb27feb python311Packages.ipython: 8.4.0 -> 8.11.0
Release: https://github.com/ipython/ipython/releases/tag/8.11.0
2023-02-28 18:22:33 -03:00
Guillaume Girol 33afbf39f6 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.
2023-01-21 12:00:00 +00:00
Vladimír Čunát fad9786825 python3Packages.ipython: patch test after python update 2022-08-09 23:34:05 +02:00
Robert Schütz e0692dfb4f python310Packages.ipython: 8.2.0 -> 8.4.0
https://github.com/ipython/ipython/blob/8.4.0/docs/source/whatsnew/version8.rst
2022-06-15 23:14:26 +00:00
Sandro Jäckel 1e38fae01e python39Packages.ipython: remove optional black depedency, update homepage
Black should be updatable without a mass rebuild
2022-04-15 01:39:51 +02:00
Martin Weinelt 0e975adc51 python3Packages.ipython: 8.1.0 -> 8.2.0 2022-04-14 19:04:00 +02:00
Martin Weinelt c161e7b47d python3Packages.ipython: 8.0.1 -> 8.1.0 2022-03-14 00:28:54 +01:00
Dmitry Kalinkin 403faa7fd0 Revert "python3Packages.ipython: disable clipboard test on darwin (targeting master)"
This reverts commit 6e1e1ddf07.

cc #162047
2022-02-27 21:01:52 -05:00
github-actions[bot] 6787116890 Merge master into staging-next 2022-02-28 00:02:07 +00:00
Dmitry Kalinkin 6e1e1ddf07 python3Packages.ipython: disable clipboard test on darwin (targeting master) 2022-02-27 00:34:56 -05:00
Martin Weinelt 4c7c1975b6 python3Packages.ipython: disable clipboard test on darwin 2022-02-12 17:56:09 +01:00
Martin Weinelt 02acead6eb python3Packages.ipython: enable tests, reformat
The infinite recursion with ipykernel was been resolved in 9e3b98531.
2022-01-31 21:25:59 -08:00
Robert Scott 4fcb739e2f python3Packages.ipython: 8.0.0 -> 8.0.1 2022-01-23 01:09:42 +01:00
Jonathan Ringer 7adbab7fb2 python3Packages.ipython: fix deps 2022-01-23 01:09:29 +01:00
Jonathan Ringer 0ee7fff71c python3Packages.ipython: 7.30.1 -> 8.0.0 2022-01-23 01:09:10 +01:00
Frederik Rietdijk 470fdb307a python36Packages.ipython: remove
since python36 is no longer part of nixpkgs.
2022-01-16 10:00:16 +01:00
Martin Weinelt 11a0b61783 Merge remote-tracking branch 'origin/master' into staging-next 2022-01-03 23:21:08 +01:00
Robert Schütz 2cae050057 python2Packages: remove superfluous overrides
Since Python 2 is not supported anymore we only keep those overrides
which are used by leaf packages.
2022-01-01 02:10:53 +01:00
Jonathan Ringer 68ff07bbfc python3Packages.ipython: 7.29.0 -> 7.30.1 2021-12-14 12:03:31 -08:00
Jonathan Ringer 88330c49b8 python3Packages.ipython: 7.28.0 -> 7.29.0 2021-11-30 18:51:58 -08:00
Markus S. Wamser 2043dbb6fa pkgs.development.python-modules: remove unused args 2021-11-12 19:10:54 -08:00
Martin Weinelt b9ff60ef93 python3Packages.ipython: 7.27.0 -> 7.28.0 2021-10-11 01:22:03 +02:00
Martin Weinelt 88116155e1 python3Packages.ipython: 7.26.0 -> 7.27.0 2021-09-01 21:23:24 +02:00
Martin Weinelt c8192a02b7 python3Packages.ipython: 7.24.1 -> 7.26.0 2021-09-01 21:23:08 +02:00
Sandro Jäckel 183c7ebcae pythonPackages: normalise prompt_toolkit 2021-07-23 16:36:39 +02:00
Jonathan Ringer e6b8a2f722 python3Packages.ipython: fix build, missing deps 2021-06-22 13:42:50 +02:00
Martin Weinelt 0e62e2d36d python3Packages.ipython: 7.21.0 -> 7.24.1 2021-06-22 13:42:32 +02:00
Frederik Rietdijk 482e0ac25b python3Packages.ipython: 7.19.0 -> 7.21.0 2021-03-06 16:51:22 +01:00
Pavol Rusnak a4bbfba80d pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Frederik Rietdijk 0f85708f0e python3Packages.ipython: 7.17.0 -> 7.19.0 2020-12-01 14:44:13 +01:00
Keshav Kini eabba0daf0 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
ba1038a98b 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-09-16 09:22:38 +02:00
Frederik Rietdijk ba1038a98b python: ipython: 7.16.1 -> 7.17.0 2020-08-16 19:31:04 +02:00
Jonathan Ringer 91bec61635 python35: remove 2020-08-12 21:57:18 -07:00
Frederik Rietdijk 731d3359d7 python: ipython: 7.15.0 -> 7.16.1 2020-06-30 17:35:30 +02:00
Frederik Rietdijk 36bfc01df6 python: ipython: 7.14.0 -> 7.15.0 2020-06-05 18:44:50 +02:00
Frederik Rietdijk 8def595c2e Remove fridh as maintainer of older Python packages
I am not interested in maintaining packages for Python < 3.7.
2020-06-05 18:43:40 +02:00
Frederik Rietdijk cf8cafa968 python: ipython: 7.13.0 -> 7.14.0 2020-05-11 22:12:08 +02:00
Frederik Rietdijk 1672f4ead1 python3Packages.ipython: 7.12.0 -> 7.13.0 2020-04-27 19:37:36 +02:00
Michael Reilly 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 76e85ffbda python: ipython: 7.10.2 -> 7.12.0 2020-02-09 09:17:31 +01:00
Timo Kaufmann 66675b5650 python2.pkgs.ipython: use the proper python2 lexer
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/
2020-01-23 09:40:14 +01:00
Jonathan Ringer 0d663fc511 python35Packages.ipython: freeze at 7.9.0 2019-12-30 16:46:52 +01:00
Jonathan Ringer ec1dc42420 python35Packages.ipython: python35 not supported 2019-12-30 16:46:52 +01:00
Frederik Rietdijk 2e109f7d20 python: ipython: 7.10.1 -> 7.10.2 2019-12-30 16:46:43 +01:00
Jonathan Ringer 1f7ee3e040 python3Packages.ipython: 7.8.0 -> 7.10.1 2019-12-15 01:12:37 -08:00
Timo Kaufmann bf946a808d Revert "pythonPackages.ipython: remove python2 frozen package"
This reverts commit 0ccf10b955.

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-11-02 12:11:12 +01:00
Jonathan Ringer 0ccf10b955 pythonPackages.ipython: remove python2 frozen package
promptoolkit no longer supports python2, instead of freezeing
the package, decided to remove python2 support.
2019-10-27 16:26:56 +01:00
Frederik Rietdijk c47a71b512 python: ipython: 7.6.1 -> 7.8.0 2019-10-18 09:54:03 +02:00
Frederik Rietdijk c2bcf46a8a python3.pkgs.ipython: 7.5.0 -> 7.6.1 2019-07-21 08:38:22 +02:00
Vladimír Čunát 0aa9f35a99 Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1525828
2019-06-18 09:44:13 +02:00