python311Packages.dvc-data: 2.22.0 -> 2.22.3
Diff: https://github.com/iterative/dvc-data/compare/refs/tags/2.22.0...2.22.3 Changelog: https://github.com/iterative/dvc-data/releases/tag/2.22.3
This commit is contained in:
parent
bec0415f1a
commit
e3f2aa243a
@ -14,16 +14,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dvc-data";
|
||||
version = "2.22.0";
|
||||
format = "pyproject";
|
||||
version = "2.22.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iterative";
|
||||
repo = pname;
|
||||
repo = "dvc-data";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-7T6aR1qCJm7m0AmASyJZpZtc+yXqULKc9mMcY2WYT6I=";
|
||||
hash = "sha256-5x+I6Ds7x3JqaZ1oyddrsaX0kbMM8pO+rF3ckpRdcgc=";
|
||||
};
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
@ -45,11 +45,6 @@ buildPythonPackage rec {
|
||||
# Tests depend on upath which is unmaintained and only available as wheel
|
||||
doCheck = false;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.cfg \
|
||||
--replace "dvc-objects==" "dvc-objects>="
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
"dvc_data"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user