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 appdirs requirement from ~=1.4.0 to ~=1.4.4 #209

Merged
merged 1 commit into from Jan 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2023

Updates the requirements on appdirs to permit the latest version.

Release notes

Sourced from appdirs's releases.

1.4.4

[PR #92] Don't import appdirs from setup.py Project officially classified as Stable which is important for inclusion in other distros such as ActivePython.

First of several incremental releases to catch up on maintenance.

Changelog

Sourced from appdirs's changelog.

appdirs 1.4.4

  • [PR #92] Don't import appdirs from setup.py which resolves issue #91
  • [PR #100] Corrects the config directory on OSX/macOS, which resolves issue #63.

Project officially classified as Stable which is important for inclusion in other distros such as ActivePython.

appdirs 1.4.3

  • [PR #76] Python 3.6 invalid escape sequence deprecation fixes
  • Fix for Python 3.6 support

appdirs 1.4.2

  • [PR #84] Allow installing without setuptools
  • [PR #86] Fix string delimiters in setup.py description
  • Add Python 3.6 support

appdirs 1.4.1

  • [issue #38] Fix _winreg import on Windows Py3
  • [issue #55] Make appname optional

appdirs 1.4.0

  • [PR #42] AppAuthor is now optional on Windows
  • [issue 41] Support Jython on Windows, Mac, and Unix-like platforms. Windows support requires JNA <https://github.com/twall/jna>_.
  • [PR #44] Fix incorrect behaviour of the site_config_dir method

appdirs 1.3.0

  • [Unix, issue 16] Conform to XDG standard, instead of breaking it for everybody
  • [Unix] Removes gratuitous case mangling of the case, since *nix-es are usually case sensitive, so mangling is not wise
  • [Unix] Fixes the utterly wrong behaviour in site_data_dir, return result based on XDG_DATA_DIRS and make room for respecting the standard which specifies XDG_DATA_DIRS is a multiple-value variable
  • [Issue 6] Add *_config_dir which are distinct on nix-es, according to XDG specs; on Windows and Mac return the corresponding *_data_dir

appdirs 1.2.0

  • [Unix] Put user_log_dir under the cache dir on Unix. Seems to be more typical.
  • [issue 9] Make unicode work on py3k.

... (truncated)

Commits
  • 7af32e0 Update travis to remove unsupported python versions. Add 3.7 and 3.8.
  • 8ea7ee1 Update info on 1.4.4 release.
  • 0bd365a Update python versions, remove 2.6 and old 3.x, added 3.7 and 3.8.
  • 0a826b0 Updated maintainer information. Also fixes issue w/ PYPI metadata being stric...
  • 5cf18cb Tighten up new changes text to render correctly on PyPI.
  • 69b55d0 Bump version, now listed as stable and import fix.
  • 885dd14 bump
  • 8048f67 Has been in use for years in core python libraries. Changing classifier to st...
  • 494089c Merge pull request #92 from leorochael/leorochael-no-import-of-appdirs-during...
  • b0262da Don't import appdirs from setup.py
  • Additional commits viewable in compare view

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)

Updates the requirements on [appdirs](https://github.com/ActiveState/appdirs) to permit the latest version.
- [Release notes](https://github.com/ActiveState/appdirs/releases)
- [Changelog](https://github.com/ActiveState/appdirs/blob/master/CHANGES.rst)
- [Commits](ActiveState/appdirs@1.4.0...1.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2023
@jkwill87 jkwill87 merged commit 98a00a5 into main Jan 10, 2023
@jkwill87 jkwill87 deleted the dependabot/pip/appdirs-approx-eq-1.4.4 branch January 10, 2023 06:11
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.

None yet

1 participant