17
0

- update to 5.0.2:

* Improved “core.call” RPC for PlatformIO Home
  * Fixed a “KeyError: ‘versions’” when dependency does not exist in the
  registry
  * Fixed an issue with GCC linker when “native” dev-platform is used in pair
  with library dependencies
  * Fixed an “AssertionError: ensure_dir_exists” when checking library updates
  from simultaneous subprocesses
  * Fixed an issue when pio package publish command removes original archive
  after submitting to the registry
  * Fixed an issue when multiple pio lib install command with the same local
  library results in duplicates in lib_deps (issue #3715) Fixed an issue with
  a “wrong” timestamp in device monitor output using “time” filter

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=8
This commit is contained in:
2020-11-01 09:26:27 +00:00
committed by Git OBS Bridge
parent d5b02a09d0
commit 520cd4be2d
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Nov 1 09:15:44 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 5.0.2:
* Improved “core.call” RPC for PlatformIO Home
* Fixed a “KeyError: versions” when dependency does not exist in the
registry
* Fixed an issue with GCC linker when “native” dev-platform is used in pair
with library dependencies
* Fixed an “AssertionError: ensure_dir_exists” when checking library updates
from simultaneous subprocesses
* Fixed an issue when pio package publish command removes original archive
after submitting to the registry
* Fixed an issue when multiple pio lib install command with the same local
library results in duplicates in lib_deps (issue #3715) Fixed an issue with
a “wrong” timestamp in device monitor output using “time” filter
-------------------------------------------------------------------
Fri Oct 9 20:37:13 UTC 2020 - Dirk Mueller <dmueller@suse.com>