Merge pull request #272696 from fabaff/dvc-bump

python311Packages.dvc: 3.30.3 -> 3.33.3, python311Packages.dvc-data: 2.22.3 -> 2.22.6, python311Packages.dvc-objects: 1.3.2 -> 1.4.9
This commit is contained in:
Fabian Affolter 2023-12-08 09:10:31 +01:00 committed by GitHub
commit e7049733b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 6 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "2.22.3";
version = "2.22.6";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc-data";
rev = "refs/tags/${version}";
hash = "sha256-5x+I6Ds7x3JqaZ1oyddrsaX0kbMM8pO+rF3ckpRdcgc=";
hash = "sha256-oHW80TqQe7LCvBpdB0kW8+vKCZ36/zXEssp7+kHUrTA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;

View File

@ -8,6 +8,7 @@
, pytest-mock
, pytestCheckHook
, pythonOlder
, reflink
, setuptools-scm
, shortuuid
, tqdm
@ -16,7 +17,7 @@
buildPythonPackage rec {
pname = "dvc-objects";
version = "1.3.2";
version = "1.4.9";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -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;
@ -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";

View File

@ -55,14 +55,14 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.30.3";
version = "3.33.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-efj2p5Tj3VWJC7o8/nLpNrkM0eZodLMsFZRcZQpLFws=";
hash = "sha256-S6RHRY0G6YYcLa7CBFNxi1fVSJH7ZdgyqAo3wmLUNbE=";
};
pythonRelaxDeps = [