)]}'
{
  "commit": "d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e",
  "tree": "e7aa1bd43ef69580479be62257fddc454deeb5c3",
  "parents": [
    "07d83abc6b5037f28bffb3aa0dc51d114b63af5a"
  ],
  "author": {
    "name": "Nozomi Kawamoto",
    "email": "nkawamot@redhat.com",
    "time": "Sat Feb 25 00:33:46 2023 +0900"
  },
  "committer": {
    "name": "Nozomi Kawamoto",
    "email": "nkawamot@redhat.com",
    "time": "Sat Feb 25 00:33:46 2023 +0900"
  },
  "message": "Fix DeprecationWarning of jsonschema\n\n`jsonschema.draft4_format_checker` and also `jsonschema.FormatChecker.cls_checks`\nare deprecated and DeprecationWarning appears every time so these make\nlogs a little dirty and also these attribute/classmethod will be removed\nin the future.\n\nTherefore `jsonschema.draft4_format_checker` should be replaced with\n`jsonschema.Draft4Validator.FORMAT_CHECKER` and\n`jsonschema.FormatChecker.cls_checks` should be replaced with\n`jsonschema.Draft4Validator.FORMAT_CHECKER.checks`.\n\nEventually, DeprecationWarning for jsonschema will disappear with this\nproposed fix.\n\nCloses-Bug: #2008490\nChange-Id: I1ef326b8ac17f4bbcbc718d13223da156b0e5ec3\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "1618175c1c608b8a754948972dc9592a2e5ace28",
      "old_mode": 33188,
      "old_path": "tempest/lib/common/jsonschema_validator.py",
      "new_id": "5212221c3006704af9cdf064696b7f91e28a138a",
      "new_mode": 33188,
      "new_path": "tempest/lib/common/jsonschema_validator.py"
    }
  ]
}
