Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 31, 2021

Bumps platformdirs from 2.0.2 to 2.3.0.

Release notes

Sourced from platformdirs's releases.

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 Changelog

platformdirs 2.2.0

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

platformdirs 2.1.0

  • 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
  • 36f17d6 Add user_runtime_dir for $XDG_RUNTIME_DIR (#37)
  • 87ae394 Bump tools
  • f391780 3.10.0-beta.4
  • 0a61690 Unix: Fallback to default if XDG environment variable is empty (#30)
  • f9c2074 Test backwards compatibility with released appdirs
  • 635ac97 Build on tags too
  • df07a00 Add API calls that return pathlib.Path instead of str objects (#27)
  • 6fe8168 Improve test suite, reorganize to platform classes (#26)
  • 9735757 Add links to docs an PyPI (#22)
  • ec2b3db Add Android support (#18)
  • 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)

Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 2.0.2 to 2.3.0.
- [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.3.0)

---
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 Aug 31, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 27, 2021

Superseded by #72.

@dependabot dependabot bot closed this Sep 27, 2021
@dependabot dependabot bot deleted the dependabot/pip/platformdirs-2.3.0 branch September 27, 2021 19:38
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