Skip to content
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

Update extra-platforms requirement from ~=1.6.0 to ~=1.7.0 #1158

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Updates the requirements on extra-platforms to permit the latest version.

Release notes

Sourced from extra-platforms's releases.

v1.7.0

Changes

  • Display the hierarchy of non-overlapping groups as a mindmap.
  • Add URL on all platforms.
  • Add support for openSUSE Tumbleweed detection. Closes #133.
  • Do not allow icons on platforms and groups to be empty.
  • Run tests in parallel to speed up CI.

🐍 Available on PyPi.

Changelog

Sourced from extra-platforms's changelog.

1.7.0 (2024-12-02)

  • Display the hierarchy of non-overlapping groups as a mindmap.
  • Add URL on all platforms.
  • Add support for openSUSE Tumbleweed detection. Closes #133.
  • Do not allow icons on platforms and groups to be empty.
  • Run tests in parallel to speed up CI.

1.6.0 (2024-11-11)

  • Add a new copy() method to Group.
  • New target_pool parameter on reduce method let you specify the subset of groups to reduce platforms to.
  • Remove CURRENT_OS_ID and CURRENT_OS_LABEL.

1.5.0 (2024-11-10)

  • Allow union, intersection, difference and symmetric difference of Group.
  • Implements <= , <, >=, >, |, &, - and ^ operators for Group.
  • Deduplicate platforms on Group instantiation.
  • Allow testing for membership of individual platform in Group.

1.4.0 (2024-10-21)

  • Allow set comparison between groups and single platform.
  • Add support for Tuxedo OS detection. Closes #93.
  • Add support for Python 3.13.
  • Drop supports for Python 3.9.
  • Run jobs on ubuntu-24.04 instead of ubuntu-22.04.
  • Run tests on macos-15. Remove tests on macos-12.
  • Run tests on Python 3.14-dev.

1.3.1 (2024-09-18)

  • Fix conflicting detection heuristics for Linux distributions. Closes #72.
  • Fix fetching of macOS version for releases without build number (like 15.0).

1.3.0 (2024-09-11)

  • Add detection of all versions of macOS and Windows. Closes #55.
  • Drop supports for Python 3.8.
  • Add is_<group_id> booleans to module root to test the membership of the current platform to that group.
  • Rename ALL_LINUX group to LINUX.
  • Rename ALL_WINDOWS group to ANY_WINDOWS.

1.2.1 (2024-09-04)

  • Fix changelog update.

1.2.0 (2024-08-24)

... (truncated)

Commits
  • 1452b1f [changelog] Release v1.7.0
  • 0adf364 Fix flaky tests
  • bc899b8 Mark some websites as flaky
  • e257811 Sphinx Mermaid plugin does not support pure frontmatter config yet
  • 0cf93b1 Aligns naming convention across diagrams
  • eba7df1 Display the hierarchy of non-overlapping groups as a mindmap
  • ff4b773 [autofix] Regenerate dependency graph
  • 3114aa0 [autofix] Format Python
  • b6d3a9b [autofix] Regenerate documentation.
  • 84d5526 Update icon
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [extra-platforms](https://github.com/kdeldycke/extra-platforms) to permit the latest version.
- [Release notes](https://github.com/kdeldycke/extra-platforms/releases)
- [Changelog](https://github.com/kdeldycke/extra-platforms/blob/main/changelog.md)
- [Commits](kdeldycke/extra-platforms@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: extra-platforms
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the 📦 dependencies Update of dependencies label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant