diff --git a/0001-Support-custom-platform-tag.patch b/0001-Support-custom-platform-tag.patch index eb8fc42..1f3d3e7 100644 --- a/0001-Support-custom-platform-tag.patch +++ b/0001-Support-custom-platform-tag.patch @@ -1,5 +1,5 @@ From d06671d9031156ce3b29e06d7edb344d8f6ee0d6 Mon Sep 17 00:00:00 2001 -Message-ID: +Message-ID: From: Stefan Agner Date: Tue, 22 Nov 2022 10:51:17 +0100 Subject: [PATCH] Support custom platform tag diff --git a/0002-Use-data-as-platform-storage-location.patch b/0002-Use-data-as-platform-storage-location.patch index 58f3aa7..24dfcb7 100644 --- a/0002-Use-data-as-platform-storage-location.patch +++ b/0002-Use-data-as-platform-storage-location.patch @@ -1,7 +1,7 @@ From 88ba0f8233f97a9bb773341da7c996deee9675fe Mon Sep 17 00:00:00 2001 -Message-ID: <88ba0f8233f97a9bb773341da7c996deee9675fe.1698086809.git.stefan@agner.ch> -In-Reply-To: -References: +Message-ID: <88ba0f8233f97a9bb773341da7c996deee9675fe.1698087175.git.stefan@agner.ch> +In-Reply-To: +References: From: Stefan Agner Date: Fri, 27 May 2022 16:38:14 +0200 Subject: [PATCH] Use /data as platform storage location diff --git a/0003-python-mark-chip-cluster-library-as-type-checking-re.patch b/0003-python-mark-chip-cluster-library-as-type-checking-re.patch index 7484593..ce75276 100644 --- a/0003-python-mark-chip-cluster-library-as-type-checking-re.patch +++ b/0003-python-mark-chip-cluster-library-as-type-checking-re.patch @@ -1,15 +1,17 @@ -From c98b4529584eb42b8c0459bf031ad6cc130f584e Mon Sep 17 00:00:00 2001 -Message-ID: -In-Reply-To: -References: +From 26d493898bd640ffa04df3ed35e7845ecb3fc7b7 Mon Sep 17 00:00:00 2001 +Message-ID: <26d493898bd640ffa04df3ed35e7845ecb3fc7b7.1698087175.git.stefan@agner.ch> +In-Reply-To: +References: From: Stefan Agner Date: Mon, 23 Oct 2023 20:36:06 +0200 Subject: [PATCH] [python] mark chip cluster library as type checking ready --- - src/controller/python/BUILD.gn | 12 ++++++++++++ - src/controller/python/build-chip-wheel.py | 12 +++++++----- - 2 files changed, 19 insertions(+), 5 deletions(-) + src/controller/python/BUILD.gn | 12 ++++++++++++ + src/controller/python/build-chip-wheel.py | 12 +++++++----- + src/controller/python/chip/clusters/py.typed | 0 + 3 files changed, 19 insertions(+), 5 deletions(-) + create mode 100644 src/controller/python/chip/clusters/py.typed diff --git a/src/controller/python/BUILD.gn b/src/controller/python/BUILD.gn index b01dafbc30..58e6c8c487 100644 @@ -83,6 +85,9 @@ index 7b21215bdc..92a0f583ca 100644 scripts=[name for name in map( lambda script: os.path.join(tmpDir, script.installName), installScripts +diff --git a/src/controller/python/chip/clusters/py.typed b/src/controller/python/chip/clusters/py.typed +new file mode 100644 +index 0000000000..e69de29bb2 -- 2.42.0