diff --git a/platformio-5.0.2.tar.gz b/platformio-5.0.2.tar.gz deleted file mode 100644 index d006b39..0000000 --- a/platformio-5.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42a8f87fda5489d2e342815f09c6f599f556d05b2fc8a30810d8129aae6405ee -size 212546 diff --git a/platformio-5.2.1.tar.gz b/platformio-5.2.1.tar.gz new file mode 100644 index 0000000..a7f90e1 --- /dev/null +++ b/platformio-5.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad039c8ca70a1c4465c9a9c2effdc63f1ea878696f99cdec394c92fbea3d150f +size 218221 diff --git a/python-platformio.changes b/python-platformio.changes index 0ab35a4..14f2568 100644 --- a/python-platformio.changes +++ b/python-platformio.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Oct 16 22:05:39 UTC 2021 - Dirk Müller + +- update to 5.2.1: + * Clean a build environment and installed library dependencies using a new + cleanall target + * Override a default library builder via a new builder field in a build group + of library.json manifest + * Updated Cppcheck v2.6 with new checks, increased reliability of advanced + addons (MISRA/CERT) and various improvements + * Handle the "test" folder as a part of CLion project + * Improved handling of a library root based on "Conan" or "CMake" build systems + * Fixed a "KeyError: Invalid board option 'build.cpu'" when using a + precompiled library with a board that does not have a CPU field in the + manifest + * Fixed a "FileExist" error when the platformio ci command is used in pair + with the --keep-build-dir option (issue #4011) + * Fixed an issue with draft values of C++ language standards that broke + static analysis via Cppcheck + ------------------------------------------------------------------- Sun Nov 1 09:15:44 UTC 2020 - Dirk Mueller diff --git a/python-platformio.spec b/python-platformio.spec index becad17..bb9ae26 100644 --- a/python-platformio.spec +++ b/python-platformio.spec @@ -1,7 +1,7 @@ # # spec file for package python-platformio # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-platformio -Version: 5.0.2 +Version: 5.2.1 Release: 0 Summary: New Generation Ecosystem for Embedded Development License: Apache-2.0 @@ -39,8 +39,8 @@ Requires: python-pyserial >= 3 Requires: python-requests >= 2.4.0 Requires: python-semantic_version >= 2.8.1 Requires: python-tabulate >= 0.8.3 -Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(post): update-alternatives +Requires(postun):update-alternatives %python_subpackages