From 520cd4be2d72edba3a8d797b27a286f393dc09d6f579d0e10dcd7b33f04de22d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 1 Nov 2020 09:26:27 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=205.0.2:=20=20=20*=20Improved?= =?UTF-8?q?=20=E2=80=9Ccore.call=E2=80=9D=20RPC=20for=20PlatformIO=20Home?= =?UTF-8?q?=20=20=20*=20Fixed=20a=20=E2=80=9CKeyError:=20=E2=80=98versions?= =?UTF-8?q?=E2=80=99=E2=80=9D=20when=20dependency=20does=20not=20exist=20i?= =?UTF-8?q?n=20the=20=20=20registry=20=20=20*=20Fixed=20an=20issue=20with?= =?UTF-8?q?=20GCC=20linker=20when=20=E2=80=9Cnative=E2=80=9D=20dev-platfor?= =?UTF-8?q?m=20is=20used=20in=20pair=20=20=20with=20library=20dependencies?= =?UTF-8?q?=20=20=20*=20Fixed=20an=20=E2=80=9CAssertionError:=20ensure=5Fd?= =?UTF-8?q?ir=5Fexists=E2=80=9D=20when=20checking=20library=20updates=20?= =?UTF-8?q?=20=20from=20simultaneous=20subprocesses=20=20=20*=20Fixed=20an?= =?UTF-8?q?=20issue=20when=20pio=20package=20publish=20command=20removes?= =?UTF-8?q?=20original=20archive=20=20=20after=20submitting=20to=20the=20r?= =?UTF-8?q?egistry=20=20=20*=20Fixed=20an=20issue=20when=20multiple=20pio?= =?UTF-8?q?=20lib=20install=20command=20with=20the=20same=20local=20=20=20?= =?UTF-8?q?library=20results=20in=20duplicates=20in=20lib=5Fdeps=20(issue?= =?UTF-8?q?=20#3715)=20Fixed=20an=20issue=20with=20=20=20a=20=E2=80=9Cwron?= =?UTF-8?q?g=E2=80=9D=20timestamp=20in=20device=20monitor=20output=20using?= =?UTF-8?q?=20=E2=80=9Ctime=E2=80=9D=20filter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=8 --- platformio-5.0.1.tar.gz | 3 --- platformio-5.0.2.tar.gz | 3 +++ python-platformio.changes | 17 +++++++++++++++++ python-platformio.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 platformio-5.0.1.tar.gz create mode 100644 platformio-5.0.2.tar.gz diff --git a/platformio-5.0.1.tar.gz b/platformio-5.0.1.tar.gz deleted file mode 100644 index 05e7c41..0000000 --- a/platformio-5.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0251dd03d31c7ec89d30e5da582b7cad0f4332d9ec20648b672f26c623f885fc -size 211141 diff --git a/platformio-5.0.2.tar.gz b/platformio-5.0.2.tar.gz new file mode 100644 index 0000000..d006b39 --- /dev/null +++ b/platformio-5.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a8f87fda5489d2e342815f09c6f599f556d05b2fc8a30810d8129aae6405ee +size 212546 diff --git a/python-platformio.changes b/python-platformio.changes index 8da7516..0ab35a4 100644 --- a/python-platformio.changes +++ b/python-platformio.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Nov 1 09:15:44 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-platformio.spec b/python-platformio.spec index 7a62750..becad17 100644 --- a/python-platformio.spec +++ b/python-platformio.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-platformio -Version: 5.0.1 +Version: 5.0.2 Release: 0 Summary: New Generation Ecosystem for Embedded Development License: Apache-2.0