Loading pkgs/development/python-modules/dvc-objects/default.nix +9 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ , pytest-mock , pytestCheckHook , pythonOlder , reflink , setuptools-scm , shortuuid , tqdm Loading @@ -16,7 +17,7 @@ buildPythonPackage rec { pname = "dvc-objects"; version = "1.3.2"; version = "1.4.9"; format = "pyproject"; disabled = pythonOlder "3.8"; Loading @@ -25,7 +26,7 @@ buildPythonPackage rec { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-30UnTbEHpGSgSGnhml7pXtPDivH9+NO7nvK4jEmRRUA="; hash = "sha256-9fuxlZDy83nl+rnVEFdAza1NHun8PdewgowMl3G5wZU="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; Loading @@ -47,12 +48,18 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-mock pytestCheckHook reflink ]; pythonImportsCheck = [ "dvc_objects" ]; disabledTestPaths = [ # Disable benchmarking "tests/benchmarks/" ]; meta = with lib; { description = "Library for DVC objects"; homepage = "https://github.com/iterative/dvc-objects"; Loading Loading
pkgs/development/python-modules/dvc-objects/default.nix +9 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ , pytest-mock , pytestCheckHook , pythonOlder , reflink , setuptools-scm , shortuuid , tqdm Loading @@ -16,7 +17,7 @@ buildPythonPackage rec { pname = "dvc-objects"; version = "1.3.2"; version = "1.4.9"; format = "pyproject"; disabled = pythonOlder "3.8"; Loading @@ -25,7 +26,7 @@ buildPythonPackage rec { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-30UnTbEHpGSgSGnhml7pXtPDivH9+NO7nvK4jEmRRUA="; hash = "sha256-9fuxlZDy83nl+rnVEFdAza1NHun8PdewgowMl3G5wZU="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; Loading @@ -47,12 +48,18 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-mock pytestCheckHook reflink ]; pythonImportsCheck = [ "dvc_objects" ]; disabledTestPaths = [ # Disable benchmarking "tests/benchmarks/" ]; meta = with lib; { description = "Library for DVC objects"; homepage = "https://github.com/iterative/dvc-objects"; Loading