Show a cover letter.

GET /api/1.1/covers/3754/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3754,
    "url": "https://patchwork.libcamera.org/api/1.1/covers/3754/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/3754/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "msgid": "<20200512000322.11753-1-laurent.pinchart@ideasonboard.com>",
    "date": "2020-05-12T00:02:58",
    "name": "[libcamera-devel,00/24] utils: raspberrypi: ctt: Comply with pycodestyle",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "mbox": "https://patchwork.libcamera.org/cover/3754/mbox/",
    "series": [
        {
            "id": 897,
            "url": "https://patchwork.libcamera.org/api/1.1/series/897/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=897",
            "date": "2020-05-12T00:02:58",
            "name": "utils: raspberrypi: ctt: Comply with pycodestyle",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/897/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/3754/comments/",
    "headers": {
        "Return-Path": "<laurent.pinchart@ideasonboard.com>",
        "Received": [
            "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 98EB7603DD\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 12 May 2020 02:03:32 +0200 (CEST)",
            "from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi\n\t[81.175.216.236])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id E85FB33E;\n\tTue, 12 May 2020 02:03:31 +0200 (CEST)"
        ],
        "Authentication-Results": "lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"IKQd5lrv\"; dkim-atps=neutral",
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1589241812;\n\tbh=K8UKbiLxkgv5SL13uc7V1Hj+3TghBlP+uY9YKAZgqYU=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=IKQd5lrvVMmNovTrrUbj1lN1CyC2h+YRxtL1ZDyiUQtvv0iK0uu7Ij0+kwxImND03\n\tXlbFf2hX627J/Mi6oHGlhZ8uIvnREjQ5SxuCs2pgQTqZoB1iM6PWGWZ0pCkV10cMgA\n\tmiIQ6RYr81jSuLZGG1uHpuM9HptSbK5UB1y6WFpY=",
        "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Tue, 12 May 2020 03:02:58 +0300",
        "Message-Id": "<20200512000322.11753-1-laurent.pinchart@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.26.2",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 00/24] utils: raspberrypi: ctt: Comply\n\twith pycodestyle",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "<libcamera-devel.lists.libcamera.org>",
        "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>",
        "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>",
        "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>",
        "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>",
        "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>",
        "X-List-Received-Date": "Tue, 12 May 2020 00:03:32 -0000"
    },
    "content": "Hello,\n\nThis patch series fixes most of the coding style issues reported by\npycodestyle in the ctt tool. I've left out two remaining issues as they\ncould be more controversial:\n\n- Spaces around operators (E226 and 227)\n- Usage of docstrings for comments (flagged by E302)\n\nI can easily fix them if desired.\n\nLaurent Pinchart (24):\n  utils: raspberrypi: ctt: Fix pycodestyle E231\n  utils: raspberrypi: ctt: Fix pycodestyle E201 and E202\n  utils: raspberrypi: ctt: Fix pycodestyle E203\n  utils: raspberrypi: ctt: Fix pycodestyle E241\n  utils: raspberrypi: ctt: Fix pycodestyle E211\n  utils: raspberrypi: ctt: Fix pycodestyle E251\n  utils: raspberrypi: ctt: Fix pycodestyle E128\n  utils: raspberrypi: ctt: Fix pycodestyle E225\n  utils: raspberrypi: ctt: Fix pycodestyle E228\n  utils: raspberrypi: ctt: Fix pycodestyle E701\n  utils: raspberrypi: ctt: Fix pycodestyle E303\n  utils: raspberrypi: ctt: Fix pycodestyle E261 and E262\n  utils: raspberrypi: ctt: Fix pycodestyle W605\n  utils: raspberrypi: ctt: Fix pycodestyle E222\n  utils: raspberrypi: ctt: Fix pycodestyle E711 and E712\n  utils: raspberrypi: ctt: Fix pycodestyle E123 and E126\n  utils: raspberrypi: ctt: Fix pycodestyle E116 and E117\n  utils: raspberrypi: ctt: Fix pycodestyle E713\n  utils: raspberrypi: ctt: Fix pycodestyle E721\n  utils: raspberrypi: ctt: Fix pycodestyle E722\n  utils: raspberrypi: ctt: Fix pycodestyle W504\n  utils: raspberrypi: ctt: Fix pycodestyle E741\n  utils: raspberrypi: ctt: Fix pycodestyle E305\n  utils: raspberrypi: ctt: Fix pycodestyle E302\n\n utils/raspberrypi/ctt/ctt.py                  | 257 ++++++++--------\n utils/raspberrypi/ctt/ctt_alsc.py             | 146 ++++-----\n utils/raspberrypi/ctt/ctt_awb.py              | 140 ++++-----\n utils/raspberrypi/ctt/ctt_ccm.py              |  67 ++--\n utils/raspberrypi/ctt/ctt_geq.py              |  50 +--\n utils/raspberrypi/ctt/ctt_image_load.py       | 125 ++++----\n utils/raspberrypi/ctt/ctt_lux.py              |  19 +-\n utils/raspberrypi/ctt/ctt_macbeth_locator.py  | 288 +++++++++---------\n utils/raspberrypi/ctt/ctt_noise.py            |  30 +-\n .../raspberrypi/ctt/ctt_pretty_print_json.py  |   9 +-\n utils/raspberrypi/ctt/ctt_ransac.py           |  56 ++--\n utils/raspberrypi/ctt/ctt_tools.py            |  64 ++--\n 12 files changed, 641 insertions(+), 610 deletions(-)"
}