From 3cbf8d8a8639a04f7444090757e29163deeccb85b9d7fd48255847a12132e4f1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 25 Mar 2024 13:25:27 +0000 Subject: [PATCH] - 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 --- platformio-6.1.13.tar.gz | 3 --- platformio-6.1.14.tar.gz | 3 +++ python-platformio.changes | 31 +++++++++++++++++++++++++++++++ python-platformio.spec | 4 ++-- 4 files changed, 36 insertions(+), 5 deletions(-) delete mode 100644 platformio-6.1.13.tar.gz create mode 100644 platformio-6.1.14.tar.gz diff --git a/platformio-6.1.13.tar.gz b/platformio-6.1.13.tar.gz deleted file mode 100644 index 46f9881..0000000 --- a/platformio-6.1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed7c6397f0ced579bc8137c8253465c0cfab6c0cc38d4f63da4502e995bdb5ce -size 237835 diff --git a/platformio-6.1.14.tar.gz b/platformio-6.1.14.tar.gz new file mode 100644 index 0000000..8e44b29 --- /dev/null +++ b/platformio-6.1.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a88ce098f30c538fc0cf8f4c3ac4761c3c4b4eebf09fd3606f172399cd7d4e4 +size 238740 diff --git a/python-platformio.changes b/python-platformio.changes index 12c722d..932f5a7 100644 --- a/python-platformio.changes +++ b/python-platformio.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Mar 25 13:25:07 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-platformio.spec b/python-platformio.spec index d7c211e..fb3c04b 100644 --- a/python-platformio.spec +++ b/python-platformio.spec @@ -17,7 +17,7 @@ Name: python-platformio -Version: 6.1.13 +Version: 6.1.14 Release: 0 Summary: New Generation Ecosystem for Embedded Development License: Apache-2.0 @@ -49,7 +49,7 @@ Requires: python-uvicorn >= 0.16 Requires: python-wsproto >= 1.0 Requires: python-zeroconf Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %python_subpackages