forked from pool/python-platformio
Accepting request 1008639 from home:yarunachalam:branches:devel:languages:python
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1e738be028c2e54040c9a6784c22ee8d56390cde7bf927e520c224c881749a8
|
||||
size 245660
|
||||
3
platformio-6.1.4.tar.gz
Normal file
3
platformio-6.1.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb10837cd2e485b0cc6abb0f76fc8ba1211caad4405fe9227450cb5a5267d593
|
||||
size 245886
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 23:08:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user