Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 18, 2022

Bumps platformdirs from 2.0.2 to 2.5.2.

Release notes

Sourced from platformdirs's releases.

2.5.2

No release notes provided.

2.5.1

No release notes provided.

2.5.0

No release notes provided.

Drop Python 3.6 support

No release notes provided.

Add user_documents_dir

👍

Add user_runtime_dir for $XDG_RUNTIME_DIR

No release notes provided.

Unix: Fallback to default if XDG environment variable is empty

No release notes provided.

Android support, path variants, python 3+ and type annotations

  • Android support
  • Add path variants
  • Python 3 only support
  • Type annotations
  • Sphinx-based dedicated documentation
Changelog

Sourced from platformdirs's changelog.

platformdirs 2.5.2 (2022-04-18)

  • Move packaging to hatcling from setuptools
  • Treat android shells as unix

platformdirs 2.5.1 (2022-02-19)

  • Add native support for nuitka

platformdirs 2.5.0 (2022-02-09)

  • Add support for Termux subsystems

platformdirs 2.4.1 (2021-12-26)

  • Drop python 3.6 support

platformdirs 2.4.0 (2021-09-25)

  • Add user_documents_dir

platformdirs 2.3.0 (2021-08-31)

  • Add user_runtime_dir and its path-returning equivalent (#37)

platformdirs 2.2.0 (2021-07-29)

  • Unix: Fallback to default if XDG environment variable is empty

platformdirs 2.1.0 (2021-07-25)

  • Add readthedocs.org documentation via Sphinx
  • Modernize project layout
  • Drop Python 2.7 and 3.5 support
  • Android support
  • Add type annotations
  • Reorganize project layout to platform specific classes, see :class:PlatformDirsABC <platformdirs.api.PlatformDirsABC> and it's implementations: :class:Android <platformdirs.android.Android>, :class:MacOS <platformdirs.macos.MacOS>, :class:Unix <platformdirs.unix.Unix> and :class:Windows <platformdirs.windows.Windows>
  • Add *_path API, returning :class:pathlib.Path <pathlib.Path> objects instead of :class:str (user_data_path, user_config_path, user_cache_path, user_state_path, user_log_path, site_data_path, site_config_path) - by @papr <https://github.com/papr/>_
Commits

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)

Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 2.0.2 to 2.5.2.
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@2.0.2...2.5.2)

---
updated-dependencies:
- dependency-name: platformdirs
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 18, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 8, 2022

Superseded by #392.

@dependabot dependabot bot closed this Nov 8, 2022
@dependabot dependabot bot deleted the dependabot/pip/platformdirs-2.5.2 branch November 8, 2022 19:06
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant