From c30d86173265d6d1d5e7d7b0971658f93c65ce3e273af03d7c6e7e58e9ca213f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Oct 2022 07:53:05 +0000 Subject: [PATCH] Accepting request 1008639 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 6.1.4 (2022-08-12) Added support for accepting the original FileNode environment in a “callback” function when using Build Middlewares (pull #4380) Improved device port finder when using dual channel UART converter (issue #4367) Improved project dependency resolving when using the pio project init --ide command Upgraded build engine to the SCons 4.4.0 (release notes) Keep custom “unwantedRecommendations” when generating projects for VSCode (issue #4383) Do not resolve project dependencies for the cleanall target (issue #4344) Warn about calling “env.BuildSources” in a POST-type script (issue #4385) Fixed an issue when escaping macros/defines for IDE integration (issue #4360) Fixed an issue when the “cleanall” target removes dependencies from all working environments (issue #4386) OBS-URL: https://build.opensuse.org/request/show/1008639 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=15 --- platformio-6.1.3.tar.gz | 3 --- platformio-6.1.4.tar.gz | 3 +++ python-platformio.changes | 14 ++++++++++++++ python-platformio.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 platformio-6.1.3.tar.gz create mode 100644 platformio-6.1.4.tar.gz diff --git a/platformio-6.1.3.tar.gz b/platformio-6.1.3.tar.gz deleted file mode 100644 index e0f002d..0000000 --- a/platformio-6.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1e738be028c2e54040c9a6784c22ee8d56390cde7bf927e520c224c881749a8 -size 245660 diff --git a/platformio-6.1.4.tar.gz b/platformio-6.1.4.tar.gz new file mode 100644 index 0000000..cf820ef --- /dev/null +++ b/platformio-6.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb10837cd2e485b0cc6abb0f76fc8ba1211caad4405fe9227450cb5a5267d593 +size 245886 diff --git a/python-platformio.changes b/python-platformio.changes index 37ec32e..f9e9986 100644 --- a/python-platformio.changes +++ b/python-platformio.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Oct 4 23:08:41 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 6.1.4 (2022-08-12) + Added support for accepting the original FileNode environment in a “callback” function when using Build Middlewares (pull #4380) + Improved device port finder when using dual channel UART converter (issue #4367) + Improved project dependency resolving when using the pio project init --ide command + Upgraded build engine to the SCons 4.4.0 (release notes) + Keep custom “unwantedRecommendations” when generating projects for VSCode (issue #4383) + Do not resolve project dependencies for the cleanall target (issue #4344) + Warn about calling “env.BuildSources” in a POST-type script (issue #4385) + Fixed an issue when escaping macros/defines for IDE integration (issue #4360) + Fixed an issue when the “cleanall” target removes dependencies from all working environments (issue #4386) + ------------------------------------------------------------------- Mon Sep 26 06:44:37 UTC 2022 - Matej Cepl diff --git a/python-platformio.spec b/python-platformio.spec index 9d7ddfc..fa60d81 100644 --- a/python-platformio.spec +++ b/python-platformio.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-platformio -Version: 6.1.3 +Version: 6.1.4 Release: 0 Summary: New Generation Ecosystem for Embedded Development License: Apache-2.0