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
b7c37b77ae
python3Packages.pyrsistent: 0.18.1 -> 0.19.3
2023-01-05 01:10:22 +01:00
Martin Weinelt
6340108b4e
python3Packages.pyrsistent: 0.18.0 -> 0.18.1
2022-03-14 00:28:58 +01:00
Martin Weinelt
82a7140e89
python3Packages.pyrsistent: 0.17.3 -> 0.18.0
2021-09-01 21:23:12 +02:00
Robert Schütz
d9de257617
python3Packages.pyrsistent: use pytestCheckHook
...
Also use default version of hypothesis and introduce pythonImportsCheck.
2021-06-22 23:45:54 +02: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
Sandro Jäckel
2722142fbe
pythonPackages.pyrsistent: Disable on Python 2
2020-12-07 14:16:35 +01:00
Frederik Rietdijk
1851795427
python3Packages.pyrsistent: 0.16.1 -> 0.17.3
2020-12-01 14:44:18 +01:00
Frederik Rietdijk
4ed177e8c1
python3Packages.pyrsistent: 0.16.0 -> 0.16.1
2020-11-05 15:47:03 -08:00
Frederik Rietdijk
2108e6c67b
python: pyrsistent: 0.15.7 -> 0.16.0
2020-06-11 10:00:19 +02:00
Frederik Rietdijk
4baf5ef8d0
pythonPackages.pyrsistent: use hypothesis_4
2020-05-11 22:13:16 +02:00
Frederik Rietdijk
ac8407d47a
python3Packages.pyrsistent: 0.15.6 -> 0.15.7
2020-05-11 22:13:12 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Frederik Rietdijk
2368256d55
python: pyrsistent: 0.15.5 -> 0.15.6
2019-12-15 16:23:16 +01:00
Frederik Rietdijk
b30a5a6e2a
python: pyrsistent: 0.15.4 -> 0.15.5
2019-11-12 14:57:20 +01:00
László Vaskó
9d9aa6099f
python37Packages.pyrsistent: 0.15.2 -> 0.15.4
...
Some tests are broken on 0.15.2 if used with pytest 5+ as discussed
in #64145 . The issue is fixed in tobgu/pyrsistent#175 and released in
0.15.4.
2019-10-01 22:59:10 -07:00
adisbladis
0f8d1129b1
pythonPackages.pyrsistent: 0.15.2 -> 0.15.4
2019-09-26 17:17:16 +01:00
R. RyanTM
9e6693954a
python37Packages.pyrsistent: 0.14.11 -> 0.15.2
...
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-pyrsistent/versions
2019-08-18 11:48:39 +02:00
Robert Schütz
35fa04bec4
python.pkgs.pyrsistent: remove obsolete patch
2019-03-02 14:27:37 +01:00
Frederik Rietdijk
41a5f392e3
python: pyrsistent: 0.14.10 -> 0.14.11
2019-02-23 20:05:18 +01:00
Frederik Rietdijk
68ebf4aa67
python: pyrsistent: 0.14.9 -> 0.14.10
2019-02-17 14:40:37 +01:00
R. RyanTM
ee5892a012
python37Packages.pyrsistent: 0.14.6 -> 0.14.9
...
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-pyrsistent/versions
2019-01-17 09:17:03 +01:00
worldofpeace
0756066b1b
pythonPackages.pyristent: add pytestrunner, fix build
2019-01-10 17:02:45 +00:00
Frederik Rietdijk
dc8546b7ae
python: pyrsistent: 0.14.5 -> 0.14.6
2018-12-03 16:50:40 +01:00
Frederik Rietdijk
4235eb7181
python: pyrsistent: 0.11.12 -> 0.14.5
2018-12-03 16:50:34 +01:00
Chris Ostrouchov
266b30808e
pythonPackages.pyrsistent: refactor move to python-modules
2018-10-27 09:07:21 +02:00