From 03f1af6120a43c9119428e785d6726454b57796048a199357837f60084b01305 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 3 Oct 2024 08:31:34 +0000 Subject: [PATCH] - update to 6.1.16: * Added support for Python 3.13 * Introduced the PLATFORMIO_SYSTEM_TYPE environment variable, enabling manual override of the detected system type for greater flexibility and control in custom build environments * Enhanced internet connection checks by falling back to HTTPS protocol when HTTP (port 80) fails (issue #4980) * Upgraded the build engine to the latest version of SCons (4.8.1) to improve build performance, reliability, and compatibility with other tools and systems (release notes) * Upgraded the Doctest testing framework to version 2.4.11, the GoogleTest to version 1.15.2, and the Unity to version 2.6.0, incorporating the latest features and improvements for enhanced testing capabilities * Corrected an issue where the incorrect public class was imported for the ``DoctestTestRunner`` (issue #4949) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=30 --- platformio-6.1.15.tar.gz | 3 --- platformio-6.1.16.tar.gz | 3 +++ python-platformio.changes | 20 ++++++++++++++++++++ python-platformio.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 platformio-6.1.15.tar.gz create mode 100644 platformio-6.1.16.tar.gz diff --git a/platformio-6.1.15.tar.gz b/platformio-6.1.15.tar.gz deleted file mode 100644 index 750239b..0000000 --- a/platformio-6.1.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3209a60d40340fdbab2c76ee23303d90e5ecea0a11f92980c9d2068d0975fde -size 238774 diff --git a/platformio-6.1.16.tar.gz b/platformio-6.1.16.tar.gz new file mode 100644 index 0000000..ca4a253 --- /dev/null +++ b/platformio-6.1.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79387b45ca7df9c0c51cae82b3b0a40ba78d11d87cea385db47e1033d781e959 +size 239366 diff --git a/python-platformio.changes b/python-platformio.changes index d703242..eceefce 100644 --- a/python-platformio.changes +++ b/python-platformio.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Oct 3 08:30:27 UTC 2024 - Dirk Müller + +- update to 6.1.16: + * Added support for Python 3.13 + * Introduced the PLATFORMIO_SYSTEM_TYPE environment variable, + enabling manual override of the detected system type for + greater flexibility and control in custom build environments + * Enhanced internet connection checks by falling back to HTTPS + protocol when HTTP (port 80) fails (issue #4980) + * Upgraded the build engine to the latest version of SCons + (4.8.1) to improve build performance, reliability, and + compatibility with other tools and systems (release notes) + * Upgraded the Doctest testing framework to version 2.4.11, the + GoogleTest to version 1.15.2, and the Unity to version 2.6.0, + incorporating the latest features and improvements for + enhanced testing capabilities + * Corrected an issue where the incorrect public class was + imported for the ``DoctestTestRunner`` (issue #4949) + ------------------------------------------------------------------- Tue May 7 07:32:58 UTC 2024 - Dirk Müller diff --git a/python-platformio.spec b/python-platformio.spec index 05ed8b8..580c68d 100644 --- a/python-platformio.spec +++ b/python-platformio.spec @@ -17,7 +17,7 @@ Name: python-platformio -Version: 6.1.15 +Version: 6.1.16 Release: 0 Summary: New Generation Ecosystem for Embedded Development License: Apache-2.0