python312Packages.weblate-schemas: 2024.1 -> 2024.2
Changelog: https://github.com/WeblateOrg/weblate_schemas/blob/2024.2/CHANGES.rst
This commit is contained in:
@@ -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 ];
|
||||
@@ -31,7 +32,10 @@ buildPythonPackage rec {
|
||||
strict-rfc3339
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
nativeCheckInputs = [
|
||||
fedora-messaging
|
||||
pytestCheckHook
|
||||
] ++ jsonschema.optional-dependencies.format;
|
||||
|
||||
pythonImportsCheck = [ "weblate_schemas" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user