From 4746aaa4a28c2dda1fd2a6493fef081203e192b1c91afbd9562d0c135df44c66 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 25 Feb 2025 20:36:20 +0000 Subject: [PATCH] - update to 6.1.17: * Introduced the PLATFORMIO_RUN_JOBS environment variable, allowing manual override of the number of parallel build jobs (issue #5077) * Added support for ``tar.xz`` tarball dependencies (pull #4974) * Ensured that dependencies of private libraries are no longer unnecessarily re-installed, optimizing dependency management and reducing redundant operations (issue #4987) * Resolved an issue where the ``compiledb`` target failed to properly escape compiler executable paths containing spaces (issue #4998) * Resolved an issue with incorrect path resolution when linking static libraries via the build_flags option (issue #5004) * Resolved an issue where the ``--project-dir`` flag did not function correctly with the pio check and pio debug commands (issue #5029) * Resolved an issue where the LDF occasionally excluded bundled platform libraries from the dependency graph (pull #4941) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=32 --- platformio-6.1.16.tar.gz | 3 --- platformio-6.1.17.tar.gz | 3 +++ python-platformio.changes | 23 +++++++++++++++++++++++ python-platformio.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 platformio-6.1.16.tar.gz create mode 100644 platformio-6.1.17.tar.gz diff --git a/platformio-6.1.16.tar.gz b/platformio-6.1.16.tar.gz deleted file mode 100644 index ca4a253..0000000 --- a/platformio-6.1.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79387b45ca7df9c0c51cae82b3b0a40ba78d11d87cea385db47e1033d781e959 -size 239366 diff --git a/platformio-6.1.17.tar.gz b/platformio-6.1.17.tar.gz new file mode 100644 index 0000000..94dd797 --- /dev/null +++ b/platformio-6.1.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2364cfeed1d30d99f04ee359754c82591a43c83b6ce2de5bf1334c364f85332 +size 239577 diff --git a/python-platformio.changes b/python-platformio.changes index eceefce..9472e60 100644 --- a/python-platformio.changes +++ b/python-platformio.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Feb 25 20:36:07 UTC 2025 - Dirk Müller + +- update to 6.1.17: + * Introduced the PLATFORMIO_RUN_JOBS environment variable, + allowing manual override of the number of parallel build jobs + (issue #5077) + * Added support for ``tar.xz`` tarball dependencies (pull + #4974) + * Ensured that dependencies of private libraries are no longer + unnecessarily re-installed, optimizing dependency management + and reducing redundant operations (issue #4987) + * Resolved an issue where the ``compiledb`` target failed to + properly escape compiler executable paths containing spaces + (issue #4998) + * Resolved an issue with incorrect path resolution when linking + static libraries via the build_flags option (issue #5004) + * Resolved an issue where the ``--project-dir`` flag did not + function correctly with the pio check and pio debug commands + (issue #5029) + * Resolved an issue where the LDF occasionally excluded bundled + platform libraries from the dependency graph (pull #4941) + ------------------------------------------------------------------- Thu Oct 3 08:30:27 UTC 2024 - Dirk Müller diff --git a/python-platformio.spec b/python-platformio.spec index 580c68d..2ecb82d 100644 --- a/python-platformio.spec +++ b/python-platformio.spec @@ -1,7 +1,7 @@ # # spec file for package python-platformio # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-platformio -Version: 6.1.16 +Version: 6.1.17 Release: 0 Summary: New Generation Ecosystem for Embedded Development License: Apache-2.0