Commit Graph

22 Commits

Author SHA1 Message Date
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
Fabian Affolter
2f81cbdc90 python39Packages.amqp: 5.1.0 -> 5.1.1 2022-04-26 23:44:09 +02:00
Martin Weinelt
0a6fd87270 python3Packages.amqp: 5.0.9 -> 5.1.0 2022-04-13 16:49:37 +02:00
Fabian Affolter
1f96de6bff python3Packages.amqp: 5.0.6 -> 5.0.9 2022-01-13 14:49:18 +01:00
Martin Weinelt
79a624cc5b
python3Packages.amqp: 5.0.5 -> 5.0.6 2021-06-21 16:59:53 -07:00
R. RyanTM
2a401b3a8d python37Packages.amqp: 5.0.3 -> 5.0.5 2021-01-28 17:11:30 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM
a10f2c3f42 python37Packages.amqp: 5.0.2 -> 5.0.3 2021-01-22 07:44:54 -08: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
Frederik Rietdijk
f6aacecfc0 python3Packages.amqp: 2.6.1 -> 5.0.2 2020-12-01 14:44:09 +01:00
Frederik Rietdijk
96868aa650 python: amqp: 2.6.0 -> 2.6.1 2020-08-16 19:30:49 +02:00
Robert Schütz
1d80180682 python.pkgs.amqp: run tests 2020-07-07 13:01:38 -07:00
Frederik Rietdijk
ea058a5220 python: amqp: 2.5.2 -> 2.6.0 2020-06-11 09:59:53 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk
8d3a4e1ec9 python: amqp: 2.5.1 -> 2.5.2 2019-10-18 09:53:55 +02:00
R. RyanTM
0cdb1a45ff python37Packages.amqp: 2.5.0 -> 2.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-amqp/versions
2019-09-28 01:18:38 -07:00
R. RyanTM
d548021c0e python37Packages.amqp: 2.4.2 -> 2.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-amqp/versions
2019-06-02 07:12:16 -07:00
Robert Schütz
5964eb6944 python.pkgs.amqp: 2.4.1 -> 2.4.2 2019-03-31 19:30:32 +02:00
Frederik Rietdijk
338efb0a7d python: amqp: 2.3.2 -> 2.4.1 2019-02-14 11:38:01 +01:00
Frederik Rietdijk
68a6722349 python: amqp: 2.2.2 -> 2.3.2 2018-06-21 07:42:51 +02:00
Frederik Rietdijk
9113864664 python: amqp: 2.1.4 -> 2.2.2 2018-04-08 11:34:52 +02:00
Elis Hirwing
4623b2d349 pythonPackages.amqp: Move to own file 2018-04-04 19:45:57 +02:00