Commit Graph

27 Commits

Author SHA1 Message Date
R. Ryantm 8b95213736 python310Packages.BTrees: 4.11.3 -> 5.0 2023-02-14 08:28:00 +00: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 791de49240 python3Packages.btrees: 4.11.0 -> 4.11.3 2023-01-05 01:08:54 +01:00
R. Ryantm 604779ea89 python310Packages.BTrees: 4.10.1 -> 4.11.0 2022-11-06 21:40:09 +00:00
R. Ryantm aac17cda3f python310Packages.BTrees: 4.10.0 -> 4.10.1 2022-09-13 00:49:00 +00:00
Fabian Affolter 5408b5540c python3Packages.btrees: update pname 2022-03-10 23:29:46 +01:00
Fabian Affolter 2582c10f6f python3Packages.BTrees: disable on older Python releases 2022-03-10 23:28:21 +01:00
R. Ryantm fe6716c565 python310Packages.BTrees: 4.9.2 -> 4.10.0 2022-03-10 20:34:19 +00:00
Martin Weinelt 1b4cff3a84 python3Packages.BTrees: fix build and overhaul derivation 2021-07-05 12:34:02 -07:00
Martin Weinelt 068adb5667 python3Packages.BTrees: 4.7.2 -> 4.9.2 2021-06-21 16:59:59 -07: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
Frederik Rietdijk ffff619c9d python: BTrees: 4.6.1 -> 4.7.2 2020-06-11 09:59:54 +02:00
Michael Reilly 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk aea62fcf1f python: BTrees: 4.6.0 -> 4.6.1 2019-11-22 08:37:04 +01:00
R. RyanTM 924108c5bf python37Packages.BTrees: 4.5.1 -> 4.6.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-btrees/versions
2019-08-04 23:47:57 -07:00
xeji 68b7de9e2e pythonPackages.BTrees: fix build (#46588)
a test case failed since the update to 4.5.1, disable it
2018-09-13 02:32:37 +02:00
Frederik Rietdijk 75683a6eb8 python: BTrees: 4.5.0 -> 4.5.1 2018-08-25 07:38:21 +02:00
Vladimír Čunát 2059bf9e39 Merge older staging with added firefox-related updates 2018-06-29 21:06:39 +02:00
adisbladis 7c96b917a5 pythonPackages.btrees: Fix tests by adding zope_testrunner input 2018-06-28 14:12:43 +08: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
Frederik Rietdijk 6cdb6def6f python: BTrees: 4.4.1 -> 4.5.0 2018-06-21 07:49:04 +02:00
Michael Weiss 4b0afc169d zpl*: Fix the attribute name of the license
This was simply a typo since the license was added in 2013.
2017-08-06 13:49:18 +02:00
adisbladis 1d6aa6581a pythonPackages.btrees: Add missing build-time only dependencies 2017-07-28 16:13:28 +02:00
Frederik Rietdijk 6b999f3c42 Python: many package updates
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Michael Raskin 82adcd6cfb pythonPackages.BTrees: fix evaluation; builds fine 2017-03-24 22:01:55 +01:00
Jörg Thalheim 70322d8b87 pythonPackages.BTrees: 4.1.4 -> 4.3.1 2017-03-24 10:44:34 +01:00