Commit graph

13 commits

Author SHA1 Message Date
Sandro Jäckel 183c7ebcae
pythonPackages: normalise prompt_toolkit 2021-07-23 16:36:39 +02:00
Frederik Rietdijk 4527b60b14 python3Packages.jupyter_console: 6.3.0 -> 6.4.0 2021-04-03 17:48:38 +02:00
R. RyanTM e3307308fa python38Packages.jupyter_console: 6.2.0 -> 6.3.0 2021-03-20 22:33:56 -07:00
R. RyanTM 2fe02c2890 python37Packages.jupyter_console: 6.1.0 -> 6.2.0 2020-09-29 21:06:13 -07:00
R. RyanTM 19343de8dd python37Packages.jupyter_console: 6.0.0 -> 6.1.0 2020-01-22 11:30:28 +00:00
Jonathan Ringer 90dd235666 pythonPackages.jupyter_console: fix prompt_toolkit vers bounds 2019-12-30 16:46:51 +01:00
Merijn Broeren 8b8db86860 Revert "python: jupyter_console: 5.2.0 -> 6.0.0"
This reverts commit dc4eb2fc5e. It was
added in a large PR (#71893) by @fridh, where he already predicted some of
the changes would have to be reverted. This is an obvious one, it breaks
python 2.7 compatibility, as that needs 5.x of jupyter_console.
2019-11-06 13:12:36 -08:00
Frederik Rietdijk dc4eb2fc5e python: jupyter_console: 5.2.0 -> 6.0.0 2019-10-27 16:26:45 +01:00
Daniel Schaefer bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Frederik Rietdijk f0b49c4d10 python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3 2018-11-21 12:38:54 +01:00
Chris Ostrouchov 04db7b1ea8 python36Packages.jupyter_console: 5.2.0 -> 6.0.0 2018-11-21 12:38:54 +01:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk 8d4e37710f python.pkgs.jupyter_console: 5.0.0 -> 5.2.0 2017-09-13 10:24:44 +02:00