Patch Detail
Show a patch.
GET /api/1.1/patches/3641/?format=api
{ "id": 3641, "url": "https://patchwork.libcamera.org/api/1.1/patches/3641/?format=api", "web_url": "https://patchwork.libcamera.org/patch/3641/", "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": "<20200501003653.9217-1-laurent.pinchart@ideasonboard.com>", "date": "2020-05-01T00:36:53", "name": "[libcamera-devel] libcamera: Add Python cache and compiled files to .gitignore", "commit_ref": "6adb37d7194d87df2dbccb8cc88b4b59100bbcd7", "pull_url": null, "state": "accepted", "archived": false, "hash": "1fab3d3eb626eb2a59a83d58ca6f340e218a156f", "submitter": { "id": 2, "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api", "name": "Laurent Pinchart", "email": "laurent.pinchart@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/3641/mbox/", "series": [ { "id": 863, "url": "https://patchwork.libcamera.org/api/1.1/series/863/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=863", "date": "2020-05-01T00:36:53", "name": "[libcamera-devel] libcamera: Add Python cache and compiled files to .gitignore", "version": 1, "mbox": "https://patchwork.libcamera.org/series/863/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/3641/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/3641/checks/", "tags": {}, "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 797CA603F5\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 1 May 2020 02:36:59 +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 371F772C\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 1 May 2020 02:36:58 +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=\"PCbZtPxl\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1588293419;\n\tbh=EvnIJJBLNeR7zkbVbOBCedWDKQhmQjf/VZDJiFq7oeg=;\n\th=From:To:Subject:Date:From;\n\tb=PCbZtPxlwrvnNJZPgAMkel5QWP9PLOLmYKpcGfL5b6E6zVNKfKRUf2HSVOX3EYpYF\n\tYdBA9nVNcjOPihMLPaQixqU+x34AJhGhQiY0UKol8k5XaTeUPfSu8/DwvF0huoy3zE\n\t2+AXXJrIG/WSDtXvvolANFUNdmDCCgLZDC9cPOng=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Fri, 1 May 2020 03:36:53 +0300", "Message-Id": "<20200501003653.9217-1-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.25.3", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH] libcamera: Add Python cache and compiled\n\tfiles to .gitignore", "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": "Fri, 01 May 2020 00:36:59 -0000" }, "content": "To prepare for more widespread use of Python in libcamera, ignore Python\ncache and compiled files produced when importing modules directly from\nthe source tree.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n .gitignore | 2 ++\n 1 file changed, 2 insertions(+)", "diff": "diff --git a/.gitignore b/.gitignore\nindex e00516aaa716..f989dee3bcb0 100644\n--- a/.gitignore\n+++ b/.gitignore\n@@ -1,3 +1,5 @@\n+__pycache__/\n build/\n patches/\n *.patch\n+*.pyc\n", "prefixes": [ "libcamera-devel" ] }