python310Packages.pymilvus 0 -> 1 attrpath: python310Packages.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] Going to be running update for following packages: - python3.10-pymilvus-2.3.0 Press Enter key to continue... Running update for: - python3.10-pymilvus-2.3.0: UPDATING ... - python3.10-pymilvus-2.3.0: 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 b1605fac01b5..24f9fc27bd39 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.0"; + version = "2.3.4"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "milvus-io"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-hp00iUT1atyTQk532z7VAajpfvtnKE8W2la9MW7NxoE="; + hash = "sha256-U90M177Nrt7KJBBVf0MzyjTapknpmHKYAai/MdJ+RbY="; }; env.SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 2.3.0" not present in staging derivation file with contents: { lib , buildPythonPackage , environs , fetchFromGitHub , gitpython , grpcio , grpcio-testing , mmh3 , pandas , pytestCheckHook , python , pythonOlder , pythonRelaxDepsHook , scikit-learn , setuptools-scm , ujson , wheel }: buildPythonPackage rec { pname = "pymilvus"; version = "2.3.3"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "milvus-io"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-qnm6JaeF2Li2NgVGZ6yJ2yz1n3pVZqkF4Ee+q4v/kdA="; }; pythonRelaxDeps = [ "grpcio" ]; nativeBuildInputs = [ gitpython pythonRelaxDepsHook setuptools-scm wheel ]; propagatedBuildInputs = [ environs grpcio mmh3 pandas 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 ]; }; }