15
0

Accepting request 1034887 from home:yarunachalam:branches:devel:languages:python

- Update to versino 6.1.5 
  * Added a new enable_proxy_strict_ssl setting to disable the proxy server certificate verification (issue #4432)
  * Documented PlatformIO Core Proxy Configuration
  * Speeded up device port finder by avoiding loading board HWIDs from development platforms
  * Improved caching of build metadata in debug mode
  * Fixed an issue when pio pkg install --storage-dir command requires PlatformIO project (issue #4410)

OBS-URL: https://build.opensuse.org/request/show/1034887
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=17
This commit is contained in:
2022-11-10 11:00:29 +00:00
committed by Git OBS Bridge
parent c30d861732
commit eb4d124606
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 9 16:27:43 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to versino 6.1.5
* Added a new enable_proxy_strict_ssl setting to disable the proxy server certificate verification (issue #4432)
* Documented PlatformIO Core Proxy Configuration
* Speeded up device port finder by avoiding loading board HWIDs from development platforms
* Improved caching of build metadata in debug mode
* Fixed an issue when pio pkg install --storage-dir command requires PlatformIO project (issue #4410)
-------------------------------------------------------------------
Tue Oct 4 23:08:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>