get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/64289/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 64289,
    "url": "http://patches.dpdk.org/api/patches/64289/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200108110251.20916-1-david.marchand@redhat.com/",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<20200108110251.20916-1-david.marchand@redhat.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200108110251.20916-1-david.marchand@redhat.com",
    "date": "2020-01-08T11:02:51",
    "name": "ci: pin meson to 0.52.0",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "33c7025c8d19bd0315225ccce374876f5ac52b6b",
    "submitter": {
        "id": 1173,
        "url": "http://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.com"
    },
    "delegate": {
        "id": 24651,
        "url": "http://patches.dpdk.org/api/users/24651/?format=api",
        "username": "dmarchand",
        "first_name": "David",
        "last_name": "Marchand",
        "email": "david.marchand@redhat.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200108110251.20916-1-david.marchand@redhat.com/mbox/",
    "series": [
        {
            "id": 8016,
            "url": "http://patches.dpdk.org/api/series/8016/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8016",
            "date": "2020-01-08T11:02:51",
            "name": "ci: pin meson to 0.52.0",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/8016/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/64289/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/64289/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 1D931A04FA;\n\tWed,  8 Jan 2020 12:03:07 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 68BAF1D9BE;\n\tWed,  8 Jan 2020 12:03:06 +0100 (CET)",
            "from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com\n [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id D7EFF1D9B4\n for <dev@dpdk.org>; Wed,  8 Jan 2020 12:03:04 +0100 (CET)",
            "from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com\n [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id\n us-mta-208-08kH96WPOd6DFR5Vxe-hYg-1; Wed, 08 Jan 2020 06:03:00 -0500",
            "from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com\n [10.5.11.11])\n (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n (No client certificate requested)\n by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C81F010171D0;\n Wed,  8 Jan 2020 11:02:59 +0000 (UTC)",
            "from dmarchan.remote.csb (ovpn-204-19.brq.redhat.com [10.40.204.19])\n by smtp.corp.redhat.com (Postfix) with ESMTP id 78B01649C1;\n Wed,  8 Jan 2020 11:02:57 +0000 (UTC)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;\n s=mimecast20190719; t=1578481384;\n h=from:from:reply-to:subject:subject:date:date:message-id:message-id:\n to:to:cc:cc:mime-version:mime-version:content-type:content-type:\n content-transfer-encoding:content-transfer-encoding;\n bh=CRoLmDwTyBMD5jDsWkcFzyPhsUGuOdkUuq5e97DOwKE=;\n b=JJORReQy7v22JWWjkuXhz8qs6oGuJKPLGtRgao8n5sugqWTfoNXWjjxB1UMJWDSiIoeEG+\n VeOPYM+X0sALqHtEPJA5Xv36n/WgFWxnCOqIjUykifRsZ0NGc2x6EAAz02MNs8rt/DVUUh\n I5eJ5qReIC0dtEf7RvuDikETqx9tIxo=",
        "From": "David Marchand <david.marchand@redhat.com>",
        "To": "dev@dpdk.org",
        "Cc": "bruce.richardson@intel.com, bluca@debian.org,\n Aaron Conole <aconole@redhat.com>,\n Michael Santana <maicolgabriel@hotmail.com>",
        "Date": "Wed,  8 Jan 2020 12:02:51 +0100",
        "Message-Id": "<20200108110251.20916-1-david.marchand@redhat.com>",
        "MIME-Version": "1.0",
        "X-Scanned-By": "MIMEDefang 2.79 on 10.5.11.11",
        "X-MC-Unique": "08kH96WPOd6DFR5Vxe-hYg-1",
        "X-Mimecast-Spam-Score": "0",
        "Content-Type": "text/plain; charset=US-ASCII",
        "Content-Transfer-Encoding": "quoted-printable",
        "Subject": "[dpdk-dev] [PATCH] ci: pin meson to 0.52.0",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "meson 0.53.0 has a compatibility issue [1] with the python 3.5.2 that comes\nin Ubuntu 16.04.\nLet's pin meson to 0.52.0 while the fix is being prepared in meson.\n\n1: https://github.com/mesonbuild/meson/issues/6427\n\nSigned-off-by: David Marchand <david.marchand@redhat.com>\n---\n .ci/linux-setup.sh | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/.ci/linux-setup.sh b/.ci/linux-setup.sh\nindex dfb9d4a20..310873b3d 100755\n--- a/.ci/linux-setup.sh\n+++ b/.ci/linux-setup.sh\n@@ -1,7 +1,7 @@\n #!/bin/sh -xe\n \n # need to install as 'root' since some of the unit tests won't run without it\n-sudo python3 -m pip install --upgrade meson\n+sudo python3 -m pip install --upgrade meson==0.52\n \n # setup hugepages\n cat /proc/meminfo\n",
    "prefixes": []
}