8000 Bump platformio from 4.3.4 to 5.0.1 by dependabot[bot] · Pull Request #1275 · esphome/esphome · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump platformio from 4.3.4 to 5.0.1 #1275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 16, 2020
Merged

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Sep 11, 2020

Bumps platformio from 4.3.4 to 5.0.1.

Release notes

Sourced from platformio's releases.

5.0.1

5.0.0

Professional collaborative platform for embedded development

Release Notes

  • Integration with the new PlatformIO Trusted Registry

    • Enterprise-grade package storage with high availability (multi replicas)

    • Secure, fast, and reliable global content delivery network (CDN)

    • Universal support for all packages:

      • Libraries
      • Development platforms
      • Toolchains
    • Built-in fine-grained access control (role-based, teams, organizations)

    • New CLI commands:

      • pio package – manage packages in the registry
      • pio access – manage package access for users, teams, and maintainers
  • Integration with the new Account Management System

  • New Package Management System

  • Build System

Changelog

Sourced from platformio's changelog.

5.0.1 (2020-09-10)


- Added support for "owner" requirement when declaring ``dependencies`` using `library.json <https://docs.platformio.org/page/librarymanager/config.html#dependencies>`__
- Fixed an issue when using a custom git/ssh package with `platform_packages <https://docs.platformio.org/page/projectconf/section_env_platform.html#platform-packages>`__ option (`issue [#3624](https://github.com/platformio/platformio/issues/3624) <https://github.com/platformio/platformio-core/issues/3624>`_)
- Fixed an issue with "ImportError: cannot import name '_get_backend' from 'cryptography.hazmat.backends'" when using `Remote Development <https://docs.platformio.org/page/plus/pio-remote.html>`__ on RaspberryPi device (`issue [#3652](https://github.com/platformio/platformio/issues/3652) <https://github.com/platformio/platformio-core/issues/3652>`_)
- Fixed an issue when `pio package unpublish <https://docs.platformio.org/page/core/userguide/package/cmd_unpublish.html>`__ command crashes (`issue [#3660](https://github.com/platformio/platformio/issues/3660) <https://github.com/platformio/platformio-core/issues/3660>`_)
- Fixed an issue when the package manager tries to install a built-in library from the registry (`issue [#3662](https://github.com/platformio/platformio/issues/3662) <https://github.com/platformio/platformio-core/issues/3662>`_)
- Fixed an issue with incorrect value for C++ language standard in IDE projects when an in-progress language standard is used (`issue [#3653](https://github.com/platformio/platformio/issues/3653) <https://github.com/platformio/platformio-core/issues/3653>`_)
- Fixed an issue with "Invalid simple block (semantic_version)" from library dependency that refs to an external source (repository, ZIP/Tar archives) (`issue [#3658](https://github.com/platformio/platformio/issues/3658) <https://github.com/platformio/platformio-core/issues/3658>`_)
- Fixed an issue when can not remove update or remove external dev-platform using PlatformIO Home (`issue [#3663](https://github.com/platformio/platformio/issues/3663) <https://github.com/platformio/platformio-core/issues/3663>`_)

5.0.0 (2020-09-03)

Please check Migration guide from 4.x to 5.0 <https://docs.platformio.org/page/core/migration.html>__.

  • Integration with the new PlatformIO Trusted Registry

    • Enterprise-grade package storage with high availability (multi replicas)

    • Secure, fast, and reliable global content delivery network (CDN) 8000

    • Universal support for all packages:

      • Libraries
      • Development platforms
      • Toolchains
    • Built-in fine-grained access control (role-based, teams, organizations)

    • New CLI commands:

      • pio package <https://docs.platformio.org/page/core/userguide/package/index.html>__ – manage packages in the registry
      • pio access <https://docs.platformio.org/page/core/userguide/access/index.html>__ – manage package access for users, teams, and maintainers
  • Integration with the new Account Management System

    • Manage organizations <https://docs.platformio.org/page/core/userguide/org/index.html>__
    • Manage teams and team memberships <https://docs.platformio.org/page/core/userguide/team/index.html>__
  • New Package Management System

    • Integrated PlatformIO Core with the new PlatformIO Registry
    • Support for owner-based dependency declaration (resolves name conflicts) (issue [#1824](https://github.com/platformio/platformio/issues/1824) <https://github.com/platformio/platformio-core/issues/1824>_)
    • Automatically save dependencies to "platformio.ini" <https://docs.platformio.org/page/projectconf.html>__ when installing using PlatformIO CLI (issue [#2964](https://github.com/platformio/platformio/issues/2964) <https://github.com/platformio/platformio-core/issues/2964>_)
    • Follow SemVer complaint version constraints when checking library updates issue [#1281](https://github.com/platformio/platformio/issues/1281) <https://github.com/platformio/platformio-core/issues/1281>_)
    • Dropped support for "packageRepositories" section in "platform.json" manifest (please publish packages directly to the registry)
  • Build System

    • Upgraded build engine to the SCons 4.0 - a next-generation software construction tool <https://scons.org/>__
Commits
  • 65297c2 Merge branch 'release/v5.0.1'
  • b515a00 Bump version to 5.0.1
  • 7d3fc1e Catch exception if folder already exists
  • 6987d6c Fixed an issue when can not remove update or remove external dev-platform usi...
  • de2b5ea Bump version to 5.0.1b1
  • f946a0b Reformat code with black==20.8b1
  • 4f47ca5 Fixed an issue with "Invalid simple block (semantic_version)" from library de...
  • 54b51fc Merge branch 'develop' of https://github.com/platformio/platformio-core into ...
  • 1f284e8 Fixed an issue when the package manager tries to install a built-in library f...
  • 2a30ad0 Allow in-progress language standards in IDE templates // Resolve #3653
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 11, 2020
@OttoWinter OttoWinter merged commit f46b3d1 into dev Sep 16, 2020
@OttoWinter OttoWinter deleted the dependabot/pip/platformio-5.0.1 branch September 16, 2020 10:38
sashao pushed a commit to sashao/esphome that referenced this pull request Oct 23, 2020
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
This was referenced Feb 3, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core dependencies Pull requests that update a dependency file small-pr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0