python312Packages.ray: 2.44.0 -> 2.45.0 (#402917)
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
pytest-mock,
|
||||
pytest-timeout,
|
||||
requests-mock,
|
||||
pythonAtLeast,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -183,6 +184,12 @@ buildPythonPackage rec {
|
||||
thrift
|
||||
] ++ moto.optional-dependencies.server;
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W"
|
||||
# ResourceWarning: unclosed database in <sqlite3.Connection object at 0x7ffe7c6f4220>
|
||||
"ignore::pytest.PytestUnraisableExceptionWarning"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Several errors:
|
||||
# - FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/...-python3.12-pyspark-3.5.3/lib/python3.12/site-packages/pyspark/./bin/spark-submit'
|
||||
@@ -240,6 +247,11 @@ buildPythonPackage rec {
|
||||
# '/tmp/iceberg/warehouse/default.db/test_projection_partitions/metadata/00000-6c1c61a1-495f-45d3-903d-a2643431be91.metadata.json'
|
||||
"test_identity_transform_column_projection"
|
||||
"test_identity_transform_columns_projection"
|
||||
]
|
||||
++ lib.optionals (pythonAtLeast "3.13") [
|
||||
# AssertionError:
|
||||
# assert "Incompatible with StructProtocol: <class 'str'>" in "Unable to initialize struct: <class 'str'>"
|
||||
"test_read_not_struct_type"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
@@ -9,10 +9,8 @@
|
||||
autoPatchelfHook,
|
||||
|
||||
# dependencies
|
||||
aiosignal,
|
||||
click,
|
||||
filelock,
|
||||
frozenlist,
|
||||
jsonschema,
|
||||
msgpack,
|
||||
packaging,
|
||||
@@ -66,13 +64,13 @@
|
||||
|
||||
let
|
||||
pname = "ray";
|
||||
version = "2.44.0";
|
||||
version = "2.45.0";
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
inherit pname version;
|
||||
format = "wheel";
|
||||
|
||||
disabled = pythonOlder "3.9" || pythonAtLeast "3.13";
|
||||
disabled = pythonOlder "3.9" || pythonAtLeast "3.14";
|
||||
|
||||
src =
|
||||
let
|
||||
@@ -87,28 +85,28 @@ buildPythonPackage rec {
|
||||
# Results are in ./ray-hashes.nix
|
||||
hashes = {
|
||||
x86_64-linux = {
|
||||
cp39 = "sha256-Ucy9W/gEXWnx+NL4WpL2aoKBjz2S1wx3xmJ1eYHDDZ8=";
|
||||
cp310 = "sha256-tP29SytbReQT3Bahmkq/UADTbDxYVJCNykaXMj/11+E=";
|
||||
cp311 = "sha256-hk8KabPNfKTrcEP3953JzotxosmC7ux/EX9I8oRrcTw=";
|
||||
cp312 = "sha256-DWWsUjgB5Ao5e79VL0BoZ7uUad0mEEbKY83C7DEQ24c=";
|
||||
cp310 = "sha256-lI4RoSR/ewtFopEIuhz+36vYDx89t6Xe2laYITWI2Os=";
|
||||
cp311 = "sha256-0/jYyAf4mUZePOSPrU5R+EZxiG1zHj86SU87pQ7QlFg=";
|
||||
cp312 = "sha256-SC1F8vhn++yBRZXOmf5Vjp/xJDJ6YaSGpJdeanwiSn4=";
|
||||
cp313 = "sha256-UXR2/63UrxNcpd2K8BVBfABizLtEqGZ0Cilj3X/Q0vA=";
|
||||
};
|
||||
aarch64-linux = {
|
||||
cp39 = "sha256-Lxj0j8N95kAxXZNgECbfqiPwr0y6jwd9sT8dd+mR2a8=";
|
||||
cp310 = "sha256-qZ+7mtLBryIYcNhrio49WcGKVROt3p1wiKSiddxZ2n8=";
|
||||
cp311 = "sha256-wzcjfnqKHYcC3PZ+CpjqjNTsA1fSiL8IFviZDCWNi8M=";
|
||||
cp312 = "sha256-KpEeaZ5IOsSHkRC2CLBrNeYCGRwOe5cybKSXxcqv5qg=";
|
||||
cp310 = "sha256-yJ9P/Y5GI7bGkBQuVYE8EoaklBF1xi4QVoAbwTmtfqc=";
|
||||
cp311 = "sha256-r7uFydBa87JQlgLhO1rbCyCXmqerF3pxC0HwYENbt8I=";
|
||||
cp312 = "sha256-EVghAqF1dZGnU3bElH25gZ1fq3ZePtMHyITtZ2HbhkY=";
|
||||
cp313 = "sha256-a6WMvcCvLPRM5JGEu9qpiGtVnK1LpIIaAuhAIO2Ij9c=";
|
||||
};
|
||||
x86_64-darwin = {
|
||||
cp39 = "sha256-4373wSlDArrp2SFoCi2jR5iMHh4qmCo+coktEa4A4j4=";
|
||||
cp310 = "sha256-YyeQwyfmkxp6jMrd6P06+utzrTgvh99N1HpSyov+BRw=";
|
||||
cp311 = "sha256-++SDLLLvz8BJPqR0K0gosesNq8/t+H9kvmvh0M6HTGk=";
|
||||
cp312 = "sha256-U9x16itP2GnqSmzKneXgKqJPLw0Y4KCLinZasr5l3Rw=";
|
||||
cp310 = "sha256-Ov5ZRYkGFkG2uH1abRgfcD2I647ewp9rMVRJ+zK1jTo=";
|
||||
cp311 = "sha256-QMjBRr7DcQxRHdA4DqfJMLQ0h8D5yMeLWDsOiQN0Uo8=";
|
||||
cp312 = "sha256-08MxE/QZa5I9eJX9y/a2gKFkLdEhRE6XRAHDUNp6yAk=";
|
||||
cp313 = "sha256-+g36O5YGeZ0lEmKudK+oYVLamDUcpCnUAmusV1mUNWk=";
|
||||
};
|
||||
aarch64-darwin = {
|
||||
cp39 = "sha256-Ef62eG+CAQRke2aiklRVNsA36Cl/FP4BI0t7JN2PJzk=";
|
||||
cp310 = "sha256-XfvyazCuw35dRCXGYBReVSApmohVMkaG4vF/yGAb9Mg=";
|
||||
cp311 = "sha256-Uzcifcn4CEKAwpRWmIokTKm0zg+8c4XXMHASD0fkaXk=";
|
||||
cp312 = "sha256-OY6b4ZPJf3NK8Bnw76zh9FyUGVuW7MSmR61gdlDfVyw=";
|
||||
cp310 = "sha256-ZebFvzyesazpuQ4+oEzHP388pP1Tq9IEjAp++kV9Lpg=";
|
||||
cp311 = "sha256-XcO17Yq29peNqnvX+CaMPkBC+seBHotmH3T4INeyYg8=";
|
||||
cp312 = "sha256-7u/x2kgDpdIyGivLX8FuINjxBFQ+jd9PMNGs9voi+sI=";
|
||||
cp313 = "sha256-08fzQLCNSCbERfaAJLtx5Chh9AVrBvUN9JoJV2E81yk=";
|
||||
};
|
||||
};
|
||||
in
|
||||
@@ -127,9 +125,7 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [
|
||||
click
|
||||
aiosignal
|
||||
filelock
|
||||
frozenlist
|
||||
jsonschema
|
||||
msgpack
|
||||
packaging
|
||||
|
||||
@@ -21,7 +21,7 @@ prefetch() {
|
||||
|
||||
for system in "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"; do
|
||||
echo "${system} = {" >>$outfile
|
||||
for python_version in "39" "310" "311" "312"; do
|
||||
for python_version in "310" "311" "312" "313"; do
|
||||
prefetch "$python_version" "$system"
|
||||
done
|
||||
echo "};" >>$outfile
|
||||
|
||||
Reference in New Issue
Block a user