This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keyring: Autospec creation for update from version 21.4.0 to version …
…21.5.0 Danny Shemesh (1): Added the keyrings.osx-keychain-keys backend, as discussed in jaraco/keyring#462 Dmitry Shachnev (2): Disable SecretService backend if org.freedesktop.secrets name is not available Disable KWallet backend if org.kde.kwalletd5 name is not available Jason R. Coombs (22): Create Github releases when releasing the package. Fixes jaraco/skeleton#23. Moved refresh.svg to another branch. Reference the animation from the docs. Ref jaraco/skeleton#7. Add the env var mapping too. Disable pytest-black and pytest-mypy on PyPy. Fixes jaraco/skeleton#22. Ref pytest-dev/pytest#7675. Bump black and blacken-docs to latest stable versions. Use enabled plugin configuration to enable mypy and black when the plugin is present. Ref jaraco/skeleton#22. Omit 'return None' as it's implied. Update changelog. Ref #463. Add type hints for KeyringBackend.get_password and .get_credential. I was hoping adding these hints would capture the missed expectation in #463, but alas, they do not. Wrap lines before 80 col. Reword to use imperative voice and give directions in order of execution. Clarify that only passwords created by an executable of Python are relevant. Also enable flake8 and cov when the plugins are present. Add workflows for running tests. Ref jaraco/skeleton#24. Cut releases from Github Actions instead of Azure Pipelines. Ref jaraco/skeleton#24. Refresh docs to prefer Github Actions to Azure Pipelines. Ref jaraco/skeleton#24. Use RTD v2 config Test on Python 3.9. Skip 3.7 to avoid creating too many builds. Release on 3.9. Drop tests on Travis, Appveyor, and Azure Pipelines. use add-github-secrets, which infers the secrets needed from the github workflow. Use inline flags with local scope. Require importlib_metadata 1.0 or later. Fixes #466. Update changelog. 21.4.1 was never released Josh Faust (1): Add a Security Considerations section to the README, with some info about possible issues with the macOS Keychain László Várady (1): Fix return type of KWallet get_credential()
- Loading branch information