Commit graph

23 commits

Author SHA1 Message Date
Sandro Jäckel cf6c96533b
treewide: reduce packages I maintainer 2023-07-23 19:30:22 +02:00
Thomas Gerbet 0f3c8f0e3c python3Packages.cairosvg: 2.6.0 -> 2.7.0
Fixes CVE-2023-27586.

https://github.com/Kozea/CairoSVG/releases/tag/2.7.0
2023-03-24 23:20:24 +01:00
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
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
R. Ryantm f97f850c8a python310Packages.cairosvg: 2.5.2 -> 2.6.0 2023-01-16 03:03:00 +00: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
legendofmiracles 55e1a4074c python3Packages.cairosvg: fix cross-compilation, patch out unneeded tests 2021-10-29 14:42:15 -07:00
Sandro Jäckel 5d05981e19
pythonPackages.cairosvg: move pytest-runner into nativeBuildInputs 2021-03-10 23:52:29 +01:00
Sandro Jäckel 6303d139fc
pythonPackages.cairosvg: 2.5.1 -> 2.5.2 2021-03-07 03:01:42 +01:00
Frederik Rietdijk 06aee9396c python3Packages.CairoSVG: 2.5.0 -> 2.5.1 2021-02-26 11:01:42 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM bb83e1c293 python37Packages.cairosvg: 2.4.2 -> 2.5.0 2020-11-10 14:52:11 -08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Daniel Schaefer a73937384e
pythonPackages.cairosvg: 2.3.0 -> 2.4.2 2019-09-25 12:03:27 +02:00
Robert Schütz bc14eedcb1 python.pkgs.cairosvg: fix isort-check 2019-04-13 21:40:47 +02:00
Robert Schütz 01cb9b01b8 python3.pkgs.cairosvg: 2.2.1 -> 2.3.0 2019-03-13 23:28:43 +01:00
Mario Rodas c564ca83ee
pythonPackages.CairoSVG: 2.1.3 -> 2.2.1 2018-12-04 22:21:43 -05:00
Jaakko Luttinen cfaf696a7b
pythonPackages.cairosvg1: init at 1.0.22 2018-11-29 12:38:29 +01:00
Robert Schütz 94f8800b67 python.pkgs.cairosvg: 2.1.2 -> 2.1.3 2018-04-08 11:36:07 +02:00
Robert Schütz 9b3bb26f60 python.pkgs.cairosvg: 2.1.3 -> 2.1.2
The tarball for 2.1.3 is strangely called CairoSVG-2.1.3.linux-x86_64.tar.gz.
Using version 2.1.2 for now.
See https://github.com/Kozea/CairoSVG/issues/188.
2018-04-08 11:36:06 +02:00
Frederik Rietdijk 6006195214 python: cairosvg: 1.0.18 -> 2.1.3 2018-04-08 11:34:53 +02:00
Elis Hirwing a8327fe5b4 pythonPackages.cairosvg: Move to own file 2018-04-04 19:45:58 +02:00