python310Packages.dvc-data: 0.28.4 -> 0.35.1

Diff: https://github.com/iterative/dvc-data/compare/refs/tags/0.28.4...0.35.1

Changelog: https://github.com/iterative/dvc-data/releases/tag/0.35.1
This commit is contained in:
Fabian Affolter
2023-01-22 18:10:15 +01:00
parent 6273b43743
commit 85256447c1
@@ -8,13 +8,14 @@
, nanotime
, pygtrie
, pythonOlder
, shortuuid
, setuptools-scm
, shortuuid
, sqltrie
}:
buildPythonPackage rec {
pname = "dvc-data";
version = "0.28.4";
version = "0.35.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -23,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ocwOIhguH460+HJ0sE5Wj+KOiyG4NprJ+QaO+YtfTGU=";
hash = "sha256-MyYRkClbJDcMgwAHcESY0Bo7LgAFpDtkOVmVRUJ7jME=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@@ -40,6 +41,7 @@ buildPythonPackage rec {
nanotime
pygtrie
shortuuid
sqltrie
];
# Tests depend on upath which is unmaintained and only available as wheel