Merge pull request #690 from takeda/overrides

overrides for cysimdjson, orjson, minimal-dydb, pydantic-dydb, types-s3transfer
This commit is contained in:
adisbladis 2022-08-07 20:02:25 +08:00 committed by GitHub
commit 52ad6484cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -276,6 +276,9 @@
"cysignals": [ "cysignals": [
"cython" "cython"
], ],
"cysimdjson": [
"cython"
],
"datadog": [ "datadog": [
"hatchling" "hatchling"
], ],
@ -734,6 +737,9 @@
"metprint": [ "metprint": [
"poetry-core" "poetry-core"
], ],
"minimal-dydb": [
"poetry-core"
],
"mkdocs-autorefs": [ "mkdocs-autorefs": [
"pdm-pep517", "pdm-pep517",
"poetry" "poetry"
@ -1052,6 +1058,9 @@
"pydantic": [ "pydantic": [
"cython" "cython"
], ],
"pydantic-dydb": [
"poetry-core"
],
"pydy": [ "pydy": [
"cython" "cython"
], ],
@ -1748,6 +1757,9 @@
"typical": [ "typical": [
"poetry-core" "poetry-core"
], ],
"types-s3transfer": [
"poetry-core"
],
"typing-extensions": [ "typing-extensions": [
"flit-core" "flit-core"
], ],

View file

@ -1261,6 +1261,7 @@ lib.composeManyExtensions [
"3.6.7" = "sha256-sz2k9podPB6QSptkyOu7+BoVTrKhefizRtYU+MICPt4="; "3.6.7" = "sha256-sz2k9podPB6QSptkyOu7+BoVTrKhefizRtYU+MICPt4=";
"3.6.8" = "sha256-vpfceVtYkU09xszNIihY1xbqGWieqDquxwsAmDH8jd4="; "3.6.8" = "sha256-vpfceVtYkU09xszNIihY1xbqGWieqDquxwsAmDH8jd4=";
"3.7.2" = "sha256-2U37IhftNYjH7sV7Nh51YpR/WjmPmmzX/aGuHsFgwf4="; "3.7.2" = "sha256-2U37IhftNYjH7sV7Nh51YpR/WjmPmmzX/aGuHsFgwf4=";
"3.7.9" = "sha256-QHzAhjHgm4XLxY2zUdnIsd/WWMI7dJLQQAvTXC+2asQ=";
}.${version} or null; }.${version} or null;
in in
super.orjson.overridePythonAttrs (old: { super.orjson.overridePythonAttrs (old: {