idf-build-apps 2.12.1__py3-none-any.whl → 2.12.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ Tools for building ESP-IDF related apps.
8
8
  # ruff: noqa: E402
9
9
  # avoid circular imports
10
10
 
11
- __version__ = '2.12.1'
11
+ __version__ = '2.12.2'
12
12
 
13
13
  from .session_args import (
14
14
  SessionArgs,
idf_build_apps/app.py CHANGED
@@ -419,14 +419,14 @@ class App(BaseModel):
419
419
 
420
420
  @property
421
421
  def supported_targets(self) -> t.List[str]:
422
- if self.sdkconfig_files_defined_idf_target:
423
- return [self.sdkconfig_files_defined_idf_target]
424
-
425
422
  if self.MANIFEST:
426
423
  return self.MANIFEST.enable_build_targets(
427
424
  self.app_dir, self.sdkconfig_files_defined_idf_target, self.config_name
428
425
  )
429
426
 
427
+ if self.sdkconfig_files_defined_idf_target:
428
+ return [self.sdkconfig_files_defined_idf_target]
429
+
430
430
  return DEFAULT_BUILD_TARGETS.get()
431
431
 
432
432
  @property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: idf-build-apps
3
- Version: 2.12.1
3
+ Version: 2.12.2
4
4
  Summary: Tools for building ESP-IDF related apps.
5
5
  Author-email: Fu Hanxi <fuhanxi@espressif.com>
6
6
  Requires-Python: >=3.7
@@ -1,6 +1,6 @@
1
- idf_build_apps/__init__.py,sha256=jLG3VCE5fMIO-Zpaj5NKV5VTXqzNr69_PBXu7bwh5gc,711
1
+ idf_build_apps/__init__.py,sha256=h7XcljanhI0hCRrQs8Xc9lKiiXKDh2hwt8vTD6Lwbv4,711
2
2
  idf_build_apps/__main__.py,sha256=pT6OsFQRjCw39Jg43HAeGKzq8h5E_0m7kHDE2QMqDe0,182
3
- idf_build_apps/app.py,sha256=-pP1vCPGYePFr9nO-Y00WfQ4Bg5DWyHlH_gWDtvAZio,39181
3
+ idf_build_apps/app.py,sha256=QXNfn5HVgkjLR6Xswa-wdy3BEWgJJ1k0Zn2-Q9NC92I,39181
4
4
  idf_build_apps/args.py,sha256=m1tJl75P3yuDIaxQpg4bL8UIe2j_R1tNvQW_vpyR1AU,40099
5
5
  idf_build_apps/autocompletions.py,sha256=2fZQxzgZ21ie_2uk-B-7-xWYCChfOSgRFRYb7I2Onfo,2143
6
6
  idf_build_apps/constants.py,sha256=2iwLPZRhSQcn1v4RAcOJnHbqp1fDTp6A1gHaxn5ciTE,2166
@@ -20,8 +20,8 @@ idf_build_apps/vendors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
20
20
  idf_build_apps/vendors/pydantic_sources.py,sha256=cxSIPRc3eI5peVMhDxwf58YaGhuG4SCwPRVX2znFEek,4553
21
21
  idf_build_apps/yaml/__init__.py,sha256=R6pYasVsD31maeZ4dWRZnS10hwzM7gXdnfzDsOIRJ-4,167
22
22
  idf_build_apps/yaml/parser.py,sha256=IhY7rCWXOxrzzgEiKipTdPs_8yXDf8JZr-sMewV1pk8,2133
23
- idf_build_apps-2.12.1.dist-info/entry_points.txt,sha256=3pVUirUEsb6jsDRikkQWNUt4hqLK2ci1HvW_Vf8b6uE,59
24
- idf_build_apps-2.12.1.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
25
- idf_build_apps-2.12.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
26
- idf_build_apps-2.12.1.dist-info/METADATA,sha256=9QsZhWmo-I-RNRwcOit0XozghfY3vxiPusnDTDEK3WQ,4795
27
- idf_build_apps-2.12.1.dist-info/RECORD,,
23
+ idf_build_apps-2.12.2.dist-info/entry_points.txt,sha256=3pVUirUEsb6jsDRikkQWNUt4hqLK2ci1HvW_Vf8b6uE,59
24
+ idf_build_apps-2.12.2.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
25
+ idf_build_apps-2.12.2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
26
+ idf_build_apps-2.12.2.dist-info/METADATA,sha256=vdzZqBwn3IGTFgVaKPD39ofId6UfAbvdNAZVDgyx4FQ,4795
27
+ idf_build_apps-2.12.2.dist-info/RECORD,,