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 distro requirement from <1.9.0,>=1.5.0 to >=1.5.0,<1.10.0 #8456

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Updates the requirements on distro to permit the latest version.

Changelog

Sourced from distro's changelog.

1.9.0 (2023.12.19)

ENHANCEMENTS:

  • Refactor distro.info() method to return an InfoDict [#360]
  • Ignore the file '/etc/board-release' [#353]
  • Ignore the file '/etc/ec2_version' [#359]

RELEASE:

  • Run Python 3.6 on Ubuntu 20.04 for CI and bump isort [#355]

TESTS:

  • Test on modern versions of CPython and PyPy and macOS [#362]
  • Add support for ALT Linux Server 10.1 distribution [#354]
  • Add Debian Testing to the tests [#356]
  • Update archlinux resource for tests [#352]

1.8.0 (2022.10.10)

BACKWARD COMPATIBILITY:

  • Replace setup.py with build [#342]

ENHANCEMENTS:

  • Lowered LinuxDistribution._distro_release_info method complexity [#327]
  • Added official support for Buildroot distribution [#329]
  • Added official support for Guix distribution [#330]
  • Added support for /etc/debian_version [#333] & [#349]
  • Fixed a typography in CONTRIBUTING.md [#340]
  • Improved README.md "Usage" code block [#343]

RELEASE:

  • Bumped black to v22.3.0 in pre-commit.ci configuration [#331]
  • Enabled GitHub Dependabot to keep GitHub Actions up to date [#335]

1.7.0 (2022.02.15)

BACKWARD COMPATIBILITY:

  • Dropped support for EOL Pythons 2.7, 3.4 and 3.5 [#281]
  • Dropped support for LSB and uname back-ends when --root-dir is specified [#311]
  • Moved distro.py to src/distro/distro.py [#315]

ENHANCEMENTS:

  • Documented that distro.version() can return an empty string on rolling releases [#312]
  • Documented support for Python 3.10 [#316]
  • Added official support for Rocky Linux distribution [#318]
  • Added a shebang to distro.py to allow standalone execution [#313]
  • Added support for AIX platforms [#311]
  • Added compliance for PEP-561 [#315]

BUG FIXES:

  • Fixed include_uname parameter oversight [#305]

... (truncated)

Commits
  • 8d88a2d Optimize some repo metastuff and prepare v1.9.0 (#364)
  • 95ffcb6 Actions(deps): Bump actions/setup-python from 4 to 5 (#363)
  • 6a487e9 Test on modern versions of CPython and PyPy and macOS (#362)
  • 6ce9eb6 Actions(deps): Bump actions/checkout from 3 to 4 (#361)
  • 2804e55 Refactor distro.info() method to return an InfoDict (#360)
  • c443f12 Ignore the file '/etc/ec2_version'
  • 59e6e07 Add Debian Testing to the tests (#356)
  • 5fc214c Ignore the file '/etc/board-release' (#353)
  • 40ecdd9 Add support for ALT Linux Server 10.1 distribution (#354)
  • 16ae9cb Run Python 3.6 on Ubuntu 20.04 for CI and bump isort (#355)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [distro](https://github.com/python-distro/distro) to permit the latest version.
- [Release notes](https://github.com/python-distro/distro/releases)
- [Changelog](https://github.com/python-distro/distro/blob/master/CHANGELOG.md)
- [Commits](python-distro/distro@v1.5.0...v1.9.0)

---
updated-dependencies:
- dependency-name: distro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies This issue is a problem in a dependency. v2 labels Dec 25, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3aba273) 93.07% compared to head (7fbde76) 93.07%.

Additional details and impacted files
@@           Coverage Diff           @@
##               v2    #8456   +/-   ##
=======================================
  Coverage   93.07%   93.07%           
=======================================
  Files         364      364           
  Lines       38864    38864           
  Branches     6232     6232           
=======================================
  Hits        36173    36173           
  Misses       2012     2012           
  Partials      679      679           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This issue is a problem in a dependency. v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant