kdeldycke / meta-package-manager

🎁 wraps all package managers with a unifying CLI
https://kdeldycke.github.io/meta-package-manager
GNU General Public License v2.0
474 stars 33 forks source link

Update extra-platforms[pytest] requirement from ~=1.5.0 to ~=1.6.0 #1415

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

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

Release notes

Sourced from extra-platforms[pytest]'s releases.

v1.6.0

Changes

  • 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.

🐍 Available on PyPi.

Changelog

Sourced from extra-platforms[pytest]'s changelog.

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.
  • 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)

  • Add new LINUX_LIKE family that merge ALL_LINUX and LINUX_LAYERS groups.

1.1.1 (2024-08-21)

  • Run tests on ubuntu-24.04 and macos-12.
  • Add missing typed marker.

1.1.0 (2024-08-20)

... (truncated)

Commits


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 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)
dependabot[bot] commented 2 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.