get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 64368,
    "url": "http://patches.dpdk.org/api/patches/64368/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200109125916.32073-2-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": "<20200109125916.32073-2-david.marchand@redhat.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200109125916.32073-2-david.marchand@redhat.com",
    "date": "2020-01-09T12:59:16",
    "name": "[2/2] ci: use meson 0.47.1",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "8c44419304d192be8a6a924279c8257dfc63a1bc",
    "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/20200109125916.32073-2-david.marchand@redhat.com/mbox/",
    "series": [
        {
            "id": 8036,
            "url": "http://patches.dpdk.org/api/series/8036/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8036",
            "date": "2020-01-09T12:59:15",
            "name": "[1/2] build: fix libm detection in meson",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/8036/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/64368/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/64368/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 B33B1A046B;\n\tThu,  9 Jan 2020 13:59:46 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 5E10B1DD5E;\n\tThu,  9 Jan 2020 13:59:40 +0100 (CET)",
            "from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com\n [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 3C4FD1DD58\n for <dev@dpdk.org>; Thu,  9 Jan 2020 13:59:38 +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-221-O83ySoqeNIG3cZMsDtt5Jg-1; Thu, 09 Jan 2020 07:59:34 -0500",
            "from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com\n [10.5.11.14])\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 AFAE818C35A0;\n Thu,  9 Jan 2020 12:59:32 +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 501A55DA66;\n Thu,  9 Jan 2020 12:59:29 +0000 (UTC)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;\n s=mimecast20190719; t=1578574777;\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 in-reply-to:in-reply-to:references:references;\n bh=ISfLHjX23D8parBfG0gGCH9Cbzen2d4IxQNWM7qttOk=;\n b=CZ/A/mPN/P61K2QXa8LaZuk+guDOXE04vq5lkHDD4qzbR4VB1Fd1iC3wodiVJkChm7uy7p\n hoCEYJnE0uIETujj9t5oDhddm0uLecqQK1TC2tGfs3X62NQRa6h93RTEkYhx2Xi7ANykOY\n aNTaFP5V4M7rgChY5Diq2XAZC0b0UKA=",
        "From": "David Marchand <david.marchand@redhat.com>",
        "To": "dev@dpdk.org",
        "Cc": "bruce.richardson@intel.com, bluca@debian.org, aconole@redhat.com,\n stable@dpdk.org, Michael Santana <maicolgabriel@hotmail.com>",
        "Date": "Thu,  9 Jan 2020 13:59:16 +0100",
        "Message-Id": "<20200109125916.32073-2-david.marchand@redhat.com>",
        "In-Reply-To": "<20200109125916.32073-1-david.marchand@redhat.com>",
        "References": "<20200109125916.32073-1-david.marchand@redhat.com>",
        "MIME-Version": "1.0",
        "X-Scanned-By": "MIMEDefang 2.79 on 10.5.11.14",
        "X-MC-Unique": "O83ySoqeNIG3cZMsDtt5Jg-1",
        "X-Mimecast-Spam-Score": "0",
        "Content-Type": "text/plain; charset=US-ASCII",
        "Content-Transfer-Encoding": "quoted-printable",
        "Subject": "[dpdk-dev] [PATCH 2/2] ci: use meson 0.47.1",
        "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.\nOn the other hand, the minimal version supported in dpdk is 0.47.1.\n\nStick to this version to avoid getting hit by regressions in meson latest\nshiny release.\n\n1: https://github.com/mesonbuild/meson/issues/6427\n\nCc: stable@dpdk.org\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..38bb88e15 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.47.1'\n \n # setup hugepages\n cat /proc/meminfo\n",
    "prefixes": [
        "2/2"
    ]
}