From f6293de69ed60119e5d464d34199cb53b6e26980 Mon Sep 17 00:00:00 2001 From: Derek Kulinski Date: Sat, 30 Jul 2022 01:04:32 -0700 Subject: [PATCH] overrides for cysimdjson, orjson, minimal-dydb, pydantic-dydb, types-s3transfer --- overrides/build-systems.json | 12 ++++++++++++ overrides/default.nix | 1 + 2 files changed, 13 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index fa25252..a822e50 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -276,6 +276,9 @@ "cysignals": [ "cython" ], + "cysimdjson": [ + "cython" + ], "datadog": [ "hatchling" ], @@ -728,6 +731,9 @@ "metprint": [ "poetry-core" ], + "minimal-dydb": [ + "poetry-core" + ], "mkdocs-autorefs": [ "pdm-pep517", "poetry" @@ -1046,6 +1052,9 @@ "pydantic": [ "cython" ], + "pydantic-dydb": [ + "poetry-core" + ], "pydy": [ "cython" ], @@ -1742,6 +1751,9 @@ "typical": [ "poetry-core" ], + "types-s3transfer": [ + "poetry-core" + ], "typing-extensions": [ "flit-core" ], diff --git a/overrides/default.nix b/overrides/default.nix index e0284cb..9582120 100644 --- a/overrides/default.nix +++ b/overrides/default.nix @@ -1261,6 +1261,7 @@ lib.composeManyExtensions [ "3.6.7" = "sha256-sz2k9podPB6QSptkyOu7+BoVTrKhefizRtYU+MICPt4="; "3.6.8" = "sha256-vpfceVtYkU09xszNIihY1xbqGWieqDquxwsAmDH8jd4="; "3.7.2" = "sha256-2U37IhftNYjH7sV7Nh51YpR/WjmPmmzX/aGuHsFgwf4="; + "3.7.9" = "sha256-QHzAhjHgm4XLxY2zUdnIsd/WWMI7dJLQQAvTXC+2asQ="; }.${version} or null; in super.orjson.overridePythonAttrs (old: {