mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
python3Packages.orjson: 3.8.1 -> 3.8.2
This commit is contained in:
parent
1fde037c41
commit
085c646bbb
@ -16,20 +16,20 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "orjson";
|
||||
version = "3.8.1";
|
||||
version = "3.8.2";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ijl";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-3U27JuKMsMla3BKbbpO0uXesGHYaVQs8MwtQvumkksY=";
|
||||
hash = "sha256-jiyYCjZ6c62zmm4Ge9KbEI8/PtPunu79HVODyoHFdSg=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||
inherit src;
|
||||
name = "${pname}-${version}";
|
||||
hash = "sha256-QXguyDxQHW9Fd3Nhmi5JzSxZQuk3HGPhhh/RGuOTZNY";
|
||||
hash = "sha256-z1B0oSp37OGJ21Q57UUfmSRfUWLftiiBayN9y6yKNyg=";
|
||||
};
|
||||
|
||||
format = "pyproject";
|
||||
@ -52,12 +52,6 @@ buildPythonPackage rec {
|
||||
xxhash
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (stdenv.is32bit) [
|
||||
# integer overflow on 32bit
|
||||
"test_numpy_array_d1_intp"
|
||||
"test_numpy_array_d1_uintp"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ pname ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user