15
0

33 Commits

Author SHA256 Message Date
fdaa26149f Accepting request 1277833 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1277833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=15
2025-05-20 07:32:55 +00:00
fad9c4cd90 Accepting request 1277593 from home:glaubitz:branches:devel:languages:python
- Update to version 6.1.18
  * Resolved a regression issue that prevented PIO Home from
    opening external links (issue #5084)
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1277593
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=34
2025-05-15 15:20:06 +00:00
dc05221443 Accepting request 1248480 from devel:languages:python
- update to 6.1.17:
  * Introduced the PLATFORMIO_RUN_JOBS environment variable,
    allowing manual override of the number of parallel build jobs
    (issue #5077)
  * Added support for ``tar.xz`` tarball dependencies (pull
    #4974)
  * Ensured that dependencies of private libraries are no longer
    unnecessarily re-installed, optimizing dependency management
    and reducing redundant operations (issue #4987)
  * Resolved an issue where the ``compiledb`` target failed to
    properly escape compiler executable paths containing spaces
    (issue #4998)
  * Resolved an issue with incorrect path resolution when linking
    static libraries via the build_flags option (issue #5004)
  * Resolved an issue where the ``--project-dir`` flag did not
    function correctly with the pio check and pio debug commands
    (issue #5029)
  * Resolved an issue where the LDF occasionally excluded bundled
    platform libraries from the dependency graph (pull #4941)

OBS-URL: https://build.opensuse.org/request/show/1248480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=14
2025-02-26 16:18:03 +00:00
4746aaa4a2 - update to 6.1.17:
* Introduced the PLATFORMIO_RUN_JOBS environment variable,
    allowing manual override of the number of parallel build jobs
    (issue #5077)
  * Added support for ``tar.xz`` tarball dependencies (pull
    #4974)
  * Ensured that dependencies of private libraries are no longer
    unnecessarily re-installed, optimizing dependency management
    and reducing redundant operations (issue #4987)
  * Resolved an issue where the ``compiledb`` target failed to
    properly escape compiler executable paths containing spaces
    (issue #4998)
  * Resolved an issue with incorrect path resolution when linking
    static libraries via the build_flags option (issue #5004)
  * Resolved an issue where the ``--project-dir`` flag did not
    function correctly with the pio check and pio debug commands
    (issue #5029)
  * Resolved an issue where the LDF occasionally excluded bundled
    platform libraries from the dependency graph (pull #4941)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=32
2025-02-25 20:36:20 +00:00
3ebacd0950 Accepting request 1205379 from devel:languages:python
- 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/request/show/1205379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=13
2024-10-03 15:40:33 +00:00
03f1af6120 - 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
2024-10-03 08:31:34 +00:00
4662b26334 Accepting request 1172343 from devel:languages:python
- update to 6.1.15:
  * Resolved an issue where the LDF couldn't locate a library
    dependency declared via version control system repository
    (issue #4885)
  * Resolved an issue related to the inaccurate detection of the
    Clang compiler (pull #4897)

OBS-URL: https://build.opensuse.org/request/show/1172343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=12
2024-05-07 16:04:48 +00:00
e45f44d0f5 - update to 6.1.15:
* Resolved an issue where the LDF couldn't locate a library
    dependency declared via version control system repository
    (issue #4885)
  * Resolved an issue related to the inaccurate detection of the
    Clang compiler (pull #4897)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=28
2024-05-07 07:34:15 +00:00
fe6f184440 Accepting request 1161396 from devel:languages:python
- update to 6.1.14:
  * Introduced the ``--json-output`` option to the pio test
    command, enabling users to generate test results in the JSON
    format
  * Upgraded the build engine to the latest version of SCons
    (4.7.0) to improve build performance, reliability, and
    compatibility with other tools and systems (release notes)
  * Broadened version support for the ``pyelftools`` dependency,
    enabling compatibility with lower versions and facilitating
    integration with a wider range of third-party tools (issue
    #4834)
  * Addressed an issue where passing a relative path
    (``--project-dir``) to the pio project init command resulted
    in an error (issue #4847)
  * Enhanced Static Code Analysis to accommodate scenarios where
    custom ``src_dir`` or ``include_dir`` are located outside the
    project folder (pull #4874)
  * Corrected the validation of ``symlink://`` package
    specifications , resolving an issue that caused the package
    manager to repeatedly reinstall dependencies (pull #4870)
  * Resolved an issue related to the relative package path in the
    pio pkg publish command
  * Resolved an issue where the LDF selected an incorrect library
    version (issue #4860)
  * Resolved an issue with the ``hexlify`` filter in the device
    monitor command, ensuring proper representation of characters
    with Unicode code points higher than 127 (issue #4732)

OBS-URL: https://build.opensuse.org/request/show/1161396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=11
2024-03-25 20:12:43 +00:00
3cbf8d8a86 - update to 6.1.14:
* Introduced the ``--json-output`` option to the pio test
    command, enabling users to generate test results in the JSON
    format
  * Upgraded the build engine to the latest version of SCons
    (4.7.0) to improve build performance, reliability, and
    compatibility with other tools and systems (release notes)
  * Broadened version support for the ``pyelftools`` dependency,
    enabling compatibility with lower versions and facilitating
    integration with a wider range of third-party tools (issue
    #4834)
  * Addressed an issue where passing a relative path
    (``--project-dir``) to the pio project init command resulted
    in an error (issue #4847)
  * Enhanced Static Code Analysis to accommodate scenarios where
    custom ``src_dir`` or ``include_dir`` are located outside the
    project folder (pull #4874)
  * Corrected the validation of ``symlink://`` package
    specifications , resolving an issue that caused the package
    manager to repeatedly reinstall dependencies (pull #4870)
  * Resolved an issue related to the relative package path in the
    pio pkg publish command
  * Resolved an issue where the LDF selected an incorrect library
    version (issue #4860)
  * Resolved an issue with the ``hexlify`` filter in the device
    monitor command, ensuring proper representation of characters
    with Unicode code points higher than 127 (issue #4732)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=26
2024-03-25 13:25:27 +00:00
975a435b99 Accepting request 1138501 from devel:languages:python
- update to 6.1.13:
  * Expanded support for SCons variables declared in the legacy
    format ``${SCONS_VARNAME}`` (issue #4828)
- update to 6.1.12:
  * Added support for Python 3.12
  * Introduced the capability to launch the debug server in a
    separate process (issue #4722)
  * Introduced a warning during the verification of MCU maximum
    RAM usage, signaling when the allocated RAM surpasses 100%
    (issue #4791)
  * Drastically enhanced the speed of project building when
    operating in verbose mode (issue #4783)
  * Upgraded the build engine to the latest version of SCons
    (4.6.0) to improve build performance, reliability, and
    compatibility with other tools and systems (release notes)
  * Enhanced the handling of built-in variables in
    "platformio.ini" configuration file during Interpolation of
    Values (issue #4695)
  * Enhanced PIP dependency declarations for improved reliability
    and extended support to include Python 3.6 (issue #4819)
  * Implemented automatic installation of missing dependencies
    when utilizing a SOCKS proxy (issue #4822)
  * Implemented a fail-safe mechanism to terminate a debugging
    session if an unknown CLI option is passed (issue #4699)
  * Rectified an issue where ``${platformio.name}`` erroneously
    represented ``None`` as the default project name (issue
    #4717)
  * Resolved an issue where the
    ``COMPILATIONDB_INCLUDE_TOOLCHAIN`` setting was not correctly
    applying to private libraries (issue #4762)

OBS-URL: https://build.opensuse.org/request/show/1138501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=10
2024-01-15 21:15:53 +00:00
49611c40c6 - update to 6.1.13:
* Expanded support for SCons variables declared in the legacy
    format ``${SCONS_VARNAME}`` (issue #4828)
- update to 6.1.12:
  * Added support for Python 3.12
  * Introduced the capability to launch the debug server in a
    separate process (issue #4722)
  * Introduced a warning during the verification of MCU maximum
    RAM usage, signaling when the allocated RAM surpasses 100%
    (issue #4791)
  * Drastically enhanced the speed of project building when
    operating in verbose mode (issue #4783)
  * Upgraded the build engine to the latest version of SCons
    (4.6.0) to improve build performance, reliability, and
    compatibility with other tools and systems (release notes)
  * Enhanced the handling of built-in variables in
    "platformio.ini" configuration file during Interpolation of
    Values (issue #4695)
  * Enhanced PIP dependency declarations for improved reliability
    and extended support to include Python 3.6 (issue #4819)
  * Implemented automatic installation of missing dependencies
    when utilizing a SOCKS proxy (issue #4822)
  * Implemented a fail-safe mechanism to terminate a debugging
    session if an unknown CLI option is passed (issue #4699)
  * Rectified an issue where ``${platformio.name}`` erroneously
    represented ``None`` as the default project name (issue
    #4717)
  * Resolved an issue where the
    ``COMPILATIONDB_INCLUDE_TOOLCHAIN`` setting was not correctly
    applying to private libraries (issue #4762)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=24
2024-01-13 20:45:22 +00:00
f3a153ad0b Accepting request 1035453 from devel:languages:python
- Switch to wheel build/install, move scripts/ directory to the
  packages's namespace (see gh#platformio/platformio-core#4458).
- Add python-platformio.rpmlintrc to avoid false positives.
- 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)
- 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) 
- Remove less-than Requires … it is just asking for pain without
  any good reason.
- update to 6.1.3:
  * full list of changes beginning from version 5.2.1 at
    https://github.com/platformio/platformio-core/blob/v5.2.5/HISTORY.rst
  * full list of changes beginning from version 5.2.5 at
    https://docs.platformio.org/en/latest/core/history.html
- updated dependency versions according to setup.py
- update to 5.2.1:
  * Clean a build environment and installed library dependencies using a new
    cleanall target
  * Override a default library builder via a new builder field in a build group
    of library.json manifest
  * Updated Cppcheck v2.6 with new checks, increased reliability of advanced
    addons (MISRA/CERT) and various improvements
  * Handle the "test" folder as a part of CLion project
  * Improved handling of a library root based on "Conan" or "CMake" build systems
  * Fixed a "KeyError: Invalid board option 'build.cpu'" when using a
    precompiled library with a board that does not have a CPU field in the
    manifest
  * Fixed a "FileExist" error when the platformio ci command is used in pair
    with the --keep-build-dir option (issue #4011)
  * Fixed an issue with draft values of C++ language standards that broke
    static analysis via Cppcheck
- 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
- update to 5.0.1:
  * Integration with the new PlatformIO Trusted Registry
  * Integration with the new Account Management System
  * New Package Management System
  * see https://docs.platformio.org/page/core/migration.html  for migrating from 4.x
  * full list of changes at https://docs.platformio.org/en/latest/core/history.html
- Initial package (4.3.4)

OBS-URL: https://build.opensuse.org/request/show/1035453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=9
2022-11-13 17:08:58 +00:00
973436468b Fix reference to the upstream ticket
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=22
2022-11-12 13:59:59 +00:00
09ed6d971a Accepting request 1035075 from devel:languages:python
- Switch to wheel build/install, move scripts/ directory to the
  packages's namespace (see
  https://community.platformio.org/t/installs-scripts-directory-to-the-global-namespace/30396).
- Add python-platformio.rpmlintrc to avoid false positives.
- 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/1035075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=8
2022-11-10 15:40:35 +00:00
b753ab1466 - Add python-platformio.rpmlintrc to avoid false positives.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=20
2022-11-10 12:26:59 +00:00
4444a7fad3 - Switch to wheel build/install, move scripts/ directory to the
packages's namespace (see
  https://community.platformio.org/t/installs-scripts-directory-to-the-global-namespace/30396).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=19
2022-11-10 12:09:26 +00:00
13b947e228 Clean up SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=18
2022-11-10 12:07:33 +00:00
eb4d124606 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
2022-11-10 11:00:29 +00:00
b365f03e1b Accepting request 1008696 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1008696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=7
2022-10-07 23:25:15 +00:00
c30d861732 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
2022-10-07 07:53:05 +00:00
703278bc0a Accepting request 1005983 from devel:languages:python
- Remove less-than Requires … it is just asking for pain without
  any good reason.

OBS-URL: https://build.opensuse.org/request/show/1005983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=6
2022-09-26 16:48:08 +00:00
a1235fa3be - Remove less-than Requires … it is just asking for pain without
any good reason.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=13
2022-09-26 06:45:08 +00:00
1a395a761c Accepting request 992112 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/992112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=5
2022-08-02 20:09:00 +00:00
fa044fca37 Accepting request 991151 from home:HenningJW:branches:openSUSE:Factory
- update to 6.1.3:
  * full list of changes beginning from version 5.2.1 at
    https://github.com/platformio/platformio-core/blob/v5.2.5/HISTORY.rst
  * full list of changes beginning from version 5.2.5 at
    https://docs.platformio.org/en/latest/core/history.html
- updated dependency versions according to setup.py

OBS-URL: https://build.opensuse.org/request/show/991151
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=11
2022-07-25 21:31:29 +00:00
e3ee69f96e Accepting request 925764 from devel:languages:python
- update to 5.2.1:
  * Clean a build environment and installed library dependencies using a new
    cleanall target
  * Override a default library builder via a new builder field in a build group
    of library.json manifest
  * Updated Cppcheck v2.6 with new checks, increased reliability of advanced
    addons (MISRA/CERT) and various improvements
  * Handle the "test" folder as a part of CLion project
  * Improved handling of a library root based on "Conan" or "CMake" build systems
  * Fixed a "KeyError: Invalid board option 'build.cpu'" when using a
    precompiled library with a board that does not have a CPU field in the
    manifest
  * Fixed a "FileExist" error when the platformio ci command is used in pair
    with the --keep-build-dir option (issue #4011)
  * Fixed an issue with draft values of C++ language standards that broke
    static analysis via Cppcheck

OBS-URL: https://build.opensuse.org/request/show/925764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=4
2021-10-18 19:59:07 +00:00
00136cea18 - update to 5.2.1:
* Clean a build environment and installed library dependencies using a new
    cleanall target
  * Override a default library builder via a new builder field in a build group
    of library.json manifest
  * Updated Cppcheck v2.6 with new checks, increased reliability of advanced
    addons (MISRA/CERT) and various improvements
  * Handle the "test" folder as a part of CLion project
  * Improved handling of a library root based on "Conan" or "CMake" build systems
  * Fixed a "KeyError: Invalid board option 'build.cpu'" when using a
    precompiled library with a board that does not have a CPU field in the
    manifest
  * Fixed a "FileExist" error when the platformio ci command is used in pair
    with the --keep-build-dir option (issue #4011)
  * Fixed an issue with draft values of C++ language standards that broke
    static analysis via Cppcheck

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=10
2021-10-16 22:09:44 +00:00
97abdec008 Accepting request 845251 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/845251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=3
2020-11-02 09:36:03 +00:00
dcec4efb20 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=8
2020-11-01 09:26:27 +00:00
9133e8dd74 Accepting request 840482 from devel:languages:python
- update to 5.0.1:
  * Integration with the new PlatformIO Trusted Registry
  * Integration with the new Account Management System
  * New Package Management System
  * see https://docs.platformio.org/page/core/migration.html  for migrating from 4.x
  * full list of changes at https://docs.platformio.org/en/latest/core/history.html

OBS-URL: https://build.opensuse.org/request/show/840482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=2
2020-10-10 17:04:01 +00:00
2545ca7ab3 - update to 5.0.1:
* Integration with the new PlatformIO Trusted Registry
  * Integration with the new Account Management System
  * New Package Management System
  * see https://docs.platformio.org/page/core/migration.html  for migrating from 4.x
  * full list of changes at https://docs.platformio.org/en/latest/core/history.html

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=6
2020-10-09 20:39:36 +00:00
3a3d65e473 Accepting request 830265 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/830265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformio?expand=0&rev=1
2020-09-22 19:05:44 +00:00
OBS User buildservice-autocommit
52779e9e9e Accepting request 830265 from devel:languages:python
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/830265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=4
2020-09-22 19:05:44 +00:00