Commit Graph

23 Commits

Author SHA1 Message Date
Martin Weinelt 0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Martin Weinelt 3c76937302 python3Packages.nbformat: 5.7.1 -> 5.7.3 2023-03-03 23:56:48 +01: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
Martin Weinelt 6bf557fc68 python3Packages.jupyter-core: rename from jupyter_core 2023-01-05 13:20:52 +01:00
Martin Weinelt 4c58c9fd41 python3Packages.nbformat: 5.7.0 -> 5.7.1 2023-01-05 01:10:16 +01:00
Robert Schütz 77306d371e python310Packages.nbformat: 5.5.0 -> 5.7.0 2022-11-07 21:21:04 -08:00
Martin Weinelt eb91570c7a python3Packages.nbformat: 5.4.0 -> 5.5.0 2022-09-19 10:37:37 +02:00
Martin Weinelt ba7723e98e python3Packages.nbformat: 5.2.0 -> 5.4.0 2022-07-21 22:34:01 +02:00
Martin Weinelt 3b9a5d6bff python3Packages.nbformat: 5.1.3 -> 5.2.0 2022-04-15 01:39:37 +02:00
Martin Weinelt 7fbf713d48 python3Packages.nbformat: 5.1.2 -> 5.1.3 2021-06-22 13:42:34 +02:00
Fabian Affolter 26d70f3e17 python3Packages.nbformat: 5.0.8 -> 5.1.2 2021-02-10 22:58:39 +01:00
Frederik Rietdijk 06ef5238ac python3Packages.nbformat: 5.0.7 -> 5.0.8 2020-11-05 15:47:00 -08:00
Frederik Rietdijk 8ca47eac4f python: nbformat: 5.0.6 -> 5.0.7 2020-06-30 17:35:29 +02:00
Frederik Rietdijk 67c4087ffb python: nbformat: 5.0.4 -> 5.0.6 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 e36dbf30b0 python3Packages.nbformat: 4.4.0 -> 5.0.4 2020-02-06 10:25:19 +01:00
Fabian Möller 3b77eebc1b nbformat: fix darwin build 2019-09-14 21:15:20 +02: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 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
Robin Gloster b10a98cee7 python.pkgs.nbformat: enable tests 2017-10-24 15:31:51 +02:00
Frederik Rietdijk d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Frederik Rietdijk 779767e650 python.pkgs.nbformat: move expression 2017-06-02 17:10:22 +02:00