17
0

- update to 6.1.14:

* Introduced the ``--json-output`` option to the pio test
    command, enabling users to generate test results in the JSON
    format
  * Upgraded the build engine to the latest version of SCons
    (4.7.0) to improve build performance, reliability, and
    compatibility with other tools and systems (release notes)
  * Broadened version support for the ``pyelftools`` dependency,
    enabling compatibility with lower versions and facilitating
    integration with a wider range of third-party tools (issue
    #4834)
  * Addressed an issue where passing a relative path
    (``--project-dir``) to the pio project init command resulted
    in an error (issue #4847)
  * Enhanced Static Code Analysis to accommodate scenarios where
    custom ``src_dir`` or ``include_dir`` are located outside the
    project folder (pull #4874)
  * Corrected the validation of ``symlink://`` package
    specifications , resolving an issue that caused the package
    manager to repeatedly reinstall dependencies (pull #4870)
  * Resolved an issue related to the relative package path in the
    pio pkg publish command
  * Resolved an issue where the LDF selected an incorrect library
    version (issue #4860)
  * Resolved an issue with the ``hexlify`` filter in the device
    monitor command, ensuring proper representation of characters
    with Unicode code points higher than 127 (issue #4732)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=26
This commit is contained in:
2024-03-25 13:25:27 +00:00
committed by Git OBS Bridge
parent b6efa985af
commit da1e376fe8
4 changed files with 36 additions and 5 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Mar 25 13:25:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 6.1.14:
* Introduced the ``--json-output`` option to the pio test
command, enabling users to generate test results in the JSON
format
* Upgraded the build engine to the latest version of SCons
(4.7.0) to improve build performance, reliability, and
compatibility with other tools and systems (release notes)
* Broadened version support for the ``pyelftools`` dependency,
enabling compatibility with lower versions and facilitating
integration with a wider range of third-party tools (issue
#4834)
* Addressed an issue where passing a relative path
(``--project-dir``) to the pio project init command resulted
in an error (issue #4847)
* Enhanced Static Code Analysis to accommodate scenarios where
custom ``src_dir`` or ``include_dir`` are located outside the
project folder (pull #4874)
* Corrected the validation of ``symlink://`` package
specifications , resolving an issue that caused the package
manager to repeatedly reinstall dependencies (pull #4870)
* Resolved an issue related to the relative package path in the
pio pkg publish command
* Resolved an issue where the LDF selected an incorrect library
version (issue #4860)
* Resolved an issue with the ``hexlify`` filter in the device
monitor command, ensuring proper representation of characters
with Unicode code points higher than 127 (issue #4732)
-------------------------------------------------------------------
Sat Jan 13 20:43:45 UTC 2024 - Dirk Müller <dmueller@suse.com>