15
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=10
This commit is contained in:
2021-10-16 22:09:44 +00:00
committed by Git OBS Bridge
parent dcec4efb20
commit 00136cea18
4 changed files with 27 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42a8f87fda5489d2e342815f09c6f599f556d05b2fc8a30810d8129aae6405ee
size 212546

3
platformio-5.2.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad039c8ca70a1c4465c9a9c2effdc63f1ea878696f99cdec394c92fbea3d150f
size 218221

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Oct 16 22:05:39 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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