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.
[update to 12.0.1] Now load all backends, including the native backen…
…ds, using entry points. Deprecate reliance on loading without entry points (with a warning presented). Ref #310. Dan Sully (1): Use 'entrypoints' instead of pkg_resources to avoid import time overhead. Hans-Peter Jansen (1): More specific DE hints Jakub Wilk (1): Fix typo in fail.Keyring method name Jason R. Coombs (26): Disable pytest-sugar until Teemu/pytest-sugar#133 is addressed. Bring back pytest-sugar with a minimum version to support Pytest 3.4. Add link to keyrings.cryptfile. Push keyrings.alt to bottom and signal security concerns. Ref jaraco/keyrings.alt#25 Link to the third party backends rather than mentioning only keyrings.alt. It's macOS now Merge pull request #305 from jwilk-forks/spelling Save the pip cache across builds. Ref pypa/setuptools#1279. Add workaround for build failures on Python 3.7 (yaml/pyyaml#126). Run flake8 with tests. Add flake8 config to ignore common exclusions. Add comments to testing and docs extras to aid with merges. Add appveyor badge (commented). Disable RTD by default. Merge https://github.com/jaraco/skeleton Feed the hobgoblins (delint). Homebrew now installs Python 3 with pip by default for 'python' Now load all backends, including the native backends, using entry points. Deprecate reliance on loading without entry points (with a warning presented). Ref #310. Merge pull request #312 from dsully/master Update changelog. Ref #312. Try running ensurepip to see if macos tests will run Prefer 'macos' to 'osx' Merge branch 'master' into feature/310-all-backends-by-entry-points Try linking Python Add Python's bins to the path pyinstaller hook may now rely entirely on the entry points Ensure 'keyring.backends' is used consistently. On second thought, use a major version bump for clarity. Merge branch 'feature/310-all-backends-by-entry-points' Update changelog. Ref #314. 12.0.1 ------ * #314: No changes except to rebuild. 12.0.0 ------ * #310: Keyring now loads all backends through entry points. For most users, this release will be fully compatible. Some users may experience compatibility issues if entrypoints is not installed (as declared) or the metadata on which entrypoints relies is unavailable. For that reason, the package is released (NEWS truncated at 15 lines)
- Loading branch information