Loading pkgs/development/python-modules/weblate-schemas/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -7,19 +7,20 @@ jsonschema, rfc3987, strict-rfc3339, fedora-messaging, pytestCheckHook, }: buildPythonPackage rec { pname = "weblate-schemas"; version = "2024.1"; version = "2024.2"; pyproject = true; src = fetchPypi { pname = "weblate_schemas"; inherit version; hash = "sha256-nYPLD3VDO1Z97HI79J6Yjj3bWp1xKB79FWPCW146iz4="; hash = "sha256-Y7hWqfv1gZ2sT2fNbWLVDzwbVdB/1rT/oND9p/mkYAs="; }; build-system = [ setuptools ]; Loading @@ -31,7 +32,10 @@ buildPythonPackage rec { strict-rfc3339 ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ fedora-messaging pytestCheckHook ] ++ jsonschema.optional-dependencies.format; pythonImportsCheck = [ "weblate_schemas" ]; Loading Loading
pkgs/development/python-modules/weblate-schemas/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -7,19 +7,20 @@ jsonschema, rfc3987, strict-rfc3339, fedora-messaging, pytestCheckHook, }: buildPythonPackage rec { pname = "weblate-schemas"; version = "2024.1"; version = "2024.2"; pyproject = true; src = fetchPypi { pname = "weblate_schemas"; inherit version; hash = "sha256-nYPLD3VDO1Z97HI79J6Yjj3bWp1xKB79FWPCW146iz4="; hash = "sha256-Y7hWqfv1gZ2sT2fNbWLVDzwbVdB/1rT/oND9p/mkYAs="; }; build-system = [ setuptools ]; Loading @@ -31,7 +32,10 @@ buildPythonPackage rec { strict-rfc3339 ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ fedora-messaging pytestCheckHook ] ++ jsonschema.optional-dependencies.format; pythonImportsCheck = [ "weblate_schemas" ]; Loading