Commit graph

21 commits

Author SHA1 Message Date
Daniel Nagy d9728289ac
python3Packages.pikepdf: 2.8.0 -> 2.11.1 2021-04-14 22:37:01 +02:00
R. RyanTM c997b9c694 python37Packages.pikepdf: 2.5.2 -> 2.8.0 2021-03-09 15:47:11 -08:00
Fabian Affolter 6eee9edff9 python3Packages.pikepdf: 2.2.0 -> 2.5.2 2021-02-07 14:42:29 +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
Jonathan Ringer 7bd3696366 python3Packages.pikepdf: fix tests 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 5997e56b63 python3Packages.pikepdf: 1.18.0 -> 2.2.0 2020-12-01 14:44:16 +01:00
Frederik Rietdijk c8221c11c4 python: pikepdf: 1.14.0 -> 1.18.0 2020-08-16 19:31:09 +02:00
Frederik Rietdijk 737e2ce178 python: pikepdf: 1.13.0 -> 1.14.0 2020-06-11 10:00:17 +02:00
R. RyanTM 6a75bf46e4 python37Packages.pikepdf: 1.11.2 -> 1.13.0 2020-05-27 11:53:00 -07:00
R. RyanTM 6cb3eb9458 python37Packages.pikepdf: 1.11.0 -> 1.11.2 2020-05-12 11:04:34 -07:00
R. RyanTM a710a997e5 python37Packages.pikepdf: 1.10.2 -> 1.11.0 2020-04-13 10:17:09 -07:00
R. RyanTM 9ce73d1a62 python37Packages.pikepdf: 1.10.0 -> 1.10.2 2020-03-06 07:23:36 +01:00
R. RyanTM 3e21d7cd49 python37Packages.pikepdf: 1.8.2 -> 1.10.0 2020-02-09 13:02:02 -08:00
R. RyanTM 110ea2f63f python37Packages.pikepdf: 1.8.1 -> 1.8.2 2020-01-07 01:09:29 -08:00
Mario Rodas 6746087401 pikepdf: 1.8.0 -> 1.8.1 2019-12-15 23:15:07 -08:00
R. RyanTM 942c6abb7d python38Packages.pikepdf: 1.6.5 -> 1.8.0 2019-12-10 18:17:15 -08:00
Frederik Rietdijk 4f21b0ac25 python: pikepdf: 1.6.4 -> 1.6.5 2019-10-27 16:26:49 +01:00
Frederik Rietdijk 2ea6a4eed3 python: pikepdf: 1.6.2 -> 1.6.4 2019-10-18 09:53:59 +02:00
Ivan Kozik a1349065d6 python3Packages.pikepdf: 1.1.0 -> 1.6.2
pikepdf's tests work with the nixpkgs versions of pytest, attrs, and
hypothesis. I skipped bumping these to avoid mass rebuilds.

This fixes #67850.
2019-08-31 22:19:45 +00:00
Robert Djubek 6fcb265e63
pythonPackages.pikepdf: init at 1.1.0 2019-08-14 04:45:08 +00:00