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

Bump distro from 1.4.0 to 1.6.0 #169

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps distro from 1.4.0 to 1.6.0.

Release notes

Sourced from distro's releases.

v1.6.0

BACKWARDS COMPATIBILITY:

  • Deprecated the distro.linux_distribution() function. Use distro.id(), distro.version() and distro.name() instead [#296]
  • Deprecated Python 2.7, 3.4 and 3.5 support. Further releases will only support Python 3.6+

ENHANCEMENTS:

  • Added type hints to distro module [#269]
  • Added __version__ for checking distro version [#292]
  • Added support for arbitrary rootfs via the root_dir parameter [#247]
  • Added the --root-dir option to CLI [#161]
  • Added fallback to /usr/lib/os-release when /etc/os-release isn't available [#262]

BUG FIXES:

  • Fixed subprocess.CalledProcessError when running lsb_release [#261]
  • Ignore /etc/iredmail-release file while parsing distribution [#268]
  • Use a binary file for /dev/null to avoid TextIOWrapper overhead [#271]

RELEASE:

v.1.5.0

BACKWARD COMPATIBILITY:

  • Keep output as native string so we can compatible with python2 interface [#248]

ENHANCEMENTS:

BUG FIXES:

  • Fix detection of RHEL 6 ComputeNode [#255]
  • Fix Oracle 4/5 lsb_release id and names [#250]
  • Ignore /etc/plesk-release file while parsing distribution [#246]

TESTS:

  • Test on MidnightBSD [#254]

RELEASE:

  • Remove build testing on Python 3.3 and add pypy 3.5 and Python 3.7 and 3.8 [#244]
  • Fix Windows build due to Appveyor not supporting builds on Python 2.7 anymore [#257]

Additionally, The Python2.6 branch was fixed to support distro version 1.4.0. It is now passing all tests. Thanks abadger!

Changelog

Sourced from distro's changelog.

1.6.0 (2021.7.30)

BACKWARDS COMPATIBILITY:

  • Deprecated the distro.linux_distribution() function. Use distro.id(), distro.version() and distro.name() instead [#296]
  • Deprecated Python 2.7, 3.4 and 3.5 support. Further releases will only support Python 3.6+

ENHANCEMENTS:

  • Added type hints to distro module [#269]
  • Added __version__ for checking distro version [#292]
  • Added support for arbitrary rootfs via the root_dir parameter [#247]
  • Added the --root-dir option to CLI [#161]
  • Added fallback to /usr/lib/os-release when /etc/os-release isn't available [#262]

BUG FIXES:

  • Fixed subprocess.CalledProcessError when running lsb_release [#261]
  • Ignore /etc/iredmail-release file while parsing distribution [#268]
  • Use a binary file for /dev/null to avoid TextIOWrapper overhead [#271]

RELEASE:

1.5.0 (2020.3.30)

BACKWARD COMPATIBILITY:

  • Keep output as native string so we can compatible with python2 interface [#248]

ENHANCEMENTS:

BUG FIXES:

  • Fix detection of RHEL 6 ComputeNode [#255]
  • Fix Oracle 4/5 lsb_release id and names [#250]
  • Ignore /etc/plesk-release file while parsing distribution [#246]

TESTS:

  • Test on MidnightBSD [#254]

RELEASE:

  • Remove build testing on Python 3.3 and add pypy 3.5 and Python 3.7 and 3.8 [#244]
  • Fix Windows build due to Appveyor not supporting builds on Python 2.7 anymore [#257]

Additionally, The Python2.6 branch was fixed to support distro version 1.4.0. It is now passing all tests. Thanks abadger!

Commits
  • 116cdad Fix release date for 1.6.0
  • 64946a1 Release v1.6.0
  • b6dd149 Simplify tox and GitHub actions configuration
  • 80458de Fix warnings while building documentation
  • 529c9cf Recreate docsumentation config with modern options
  • f947776 Formally deprecate distro.linux_distribution()
  • f7371a4 Update platform.linux_distribution links to Python 3.7
  • a3da4d4 Replace setup.py with declarative setup.cfg
  • b5a1a1e Honors /usr/lib/os-release when /etc/os-release is not available (#262)
  • 53a031d Use binary file for devnull (#271)
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants