Merge pull request #328878 from r-ryantm/auto-update/python312Packages.datauri

python312Packages.datauri: 2.1.1 -> 2.2.0
This commit is contained in:
Nick Cao
2024-07-26 23:22:52 -04:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "datauri";
version = "2.1.1";
version = "2.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fcurella";
repo = "python-datauri";
rev = "refs/tags/v${version}";
hash = "sha256-+R1J4IjJ+Vf/+V2kiZyIyAqTAgGLTMJjGePyVRuO5rs=";
hash = "sha256-9BCYC8PW44pB348kkH7aB1YqXXN1VNcBHphlN503M6g=";
};
build-system = [ setuptools ];
@@ -34,11 +34,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "datauri" ];
disabledTests = [
# Test is incompatible with pydantic >=2
"test_pydantic"
];
meta = with lib; {
description = "Module for Data URI manipulation";
homepage = "https://github.com/fcurella/python-datauri";