python312Packages.pymilvus 2.3.3 -> 2.3.5 https://repology.org/project/python:pymilvus/versions attrpath: python312Packages.pymilvus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/49i2b3k8sc8jsxr0lfwqcw2jz54w1gi8-packages.json.drv building '/nix/store/49i2b3k8sc8jsxr0lfwqcw2jz54w1gi8-packages.json.drv'... Going to be running update for following packages: - python3.12-pymilvus-2.3.3 Press Enter key to continue... Running update for: - python3.12-pymilvus-2.3.3: UPDATING ... - python3.12-pymilvus-2.3.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pymilvus/default.nix b/pkgs/development/python-modules/pymilvus/default.nix index f62b039bbb45..66ea254a7a29 100644 --- a/pkgs/development/python-modules/pymilvus/default.nix +++ b/pkgs/development/python-modules/pymilvus/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "pymilvus"; - version = "2.3.3"; + version = "2.3.5"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "milvus-io"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-qnm6JaeF2Li2NgVGZ6yJ2yz1n3pVZqkF4Ee+q4v/kdA="; + hash = "sha256-OKvaJyy6v79wcE9T0v2KwOBKShhDE8g0adIWce0bESs="; }; pythonRelaxDeps = [ No auto update branch exists Old version 2.3.3" not present in master derivation file with contents: { lib , buildPythonPackage , environs , fetchFromGitHub , gitpython , grpcio , grpcio-testing , minio , mmh3 , pandas , pyarrow , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , requests , scikit-learn , setuptools-scm , ujson , wheel }: buildPythonPackage rec { pname = "pymilvus"; version = "2.3.5"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "milvus-io"; repo = "pymilvus"; rev = "refs/tags/v${version}"; hash = "sha256-OKvaJyy6v79wcE9T0v2KwOBKShhDE8g0adIWce0bESs="; }; pythonRelaxDeps = [ "environs" "grpcio" ]; nativeBuildInputs = [ gitpython pythonRelaxDepsHook setuptools-scm wheel ]; propagatedBuildInputs = [ environs grpcio minio mmh3 pandas pyarrow requests ujson ]; nativeCheckInputs = [ grpcio-testing pytestCheckHook scikit-learn ]; pythonImportsCheck = [ "pymilvus" ]; disabledTests = [ "test_get_commit" ]; meta = with lib; { description = "Python SDK for Milvus"; homepage = "https://github.com/milvus-io/pymilvus"; changelog = "https://github.com/milvus-io/pymilvus/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ happysalada ]; }; }