| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- version update to 3.4.0
* In tests, pin keyring major version.
* Drop support for Python 3.5 and earlier.
* In tests, rely on pycryptodome instead of pycrypto for improved
compatibility.
* In tests, rely on pytest instead of unittest.
- Remove the test isolation until upstream issue is fixed properly: * https://github.com/jaraco/keyrings.alt/issues/33
- Remove unnecessary build dependencies like tox, flake8 and pytest-sugar
- Activate test suite, and isolate it from python-keyring's test suite
- Update to v3.1.1
* Trap AttributeError in Gnome backend as in some environments
it seems that will happen.
* Fix issue where a backslash in the service name would cause
errors on Registry backend on Windows.
- initial version for v3.1
- Update to 4.0.2
* #43: Tests are no longer included in the install.
- 4.0.1
* Package refresh and minor cleanup.
- 4.0.0
* #41: Instead of PyCrypto or PyCryptodome, the encrypting
backend now relies on PyCryptodomex.
- 3.5.2
* 39: Replace use of deprecated base64.encode/decodestring with
encode/decodebytes.
- 3.5.1
* #38: Fixed test suite to work with pytest-based fixtures.
* Refresh package metadata.
- 3.5.0
* #33: Rely on keyring.testing (keyring 20) for tests.
- Python 2 is not supported since 3.3.0, skip and remove
unresolvable backports requirement