Unverified Commit 09277b1c authored by natsukium's avatar natsukium
Browse files

python312Packages.weblate-schemas: 2024.1 -> 2024.2

parent 99be53c1
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -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" ];