From 68398b70332cf1b08b8852ddc8fa418de145afff Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Tue, 02 Apr 2024 11:22:26 +0200
Subject: [PATCH] python/keyrings.alt: update to 5.0.1

---
 components/python/keyrings.alt/test/results-all.master |   39 +++++++++++----------------------------
 1 files changed, 11 insertions(+), 28 deletions(-)

diff --git a/components/python/keyrings.alt/test/results-all.master b/components/python/keyrings.alt/test/results-all.master
index 35158fb..2764370 100644
--- a/components/python/keyrings.alt/test/results-all.master
+++ b/components/python/keyrings.alt/test/results-all.master
@@ -1,44 +1,28 @@
-ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
 py$(PYV): commands[0]> python -m pytest
 ============================= test session starts ==============================
 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
 cachedir: .tox/py$(PYV)/.pytest_cache
-hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
 rootdir: $(@D)
 configfile: pytest.ini
-asyncio: mode=strict
-collecting ... collected 212 items
+collecting ... collected 191 items
 
-::project PASSED
-conftest.py::black PASSED
+.::project PASSED
+.::project PASSED
 conftest.py::mypy PASSED
 conftest.py::mypy-status PASSED
-docs/conf.py::black PASSED
 docs/conf.py::mypy PASSED
-keyrings/__init__.py::black PASSED
 keyrings/__init__.py::mypy PASSED
-keyrings/alt/Gnome.py::black PASSED
 keyrings/alt/Gnome.py::mypy PASSED
-keyrings/alt/Google.py::black PASSED
 keyrings/alt/Google.py::mypy PASSED
-keyrings/alt/Windows.py::black PASSED
 keyrings/alt/Windows.py::mypy PASSED
-keyrings/alt/__init__.py::black PASSED
 keyrings/alt/__init__.py::mypy PASSED
-keyrings/alt/escape.py::black PASSED
 keyrings/alt/escape.py::mypy PASSED
-keyrings/alt/file.py::black PASSED
 keyrings/alt/file.py::mypy PASSED
-keyrings/alt/file_base.py::black PASSED
 keyrings/alt/file_base.py::mypy PASSED
-keyrings/alt/keyczar.py::black PASSED
 keyrings/alt/keyczar.py::mypy PASSED
-keyrings/alt/multi.py::black PASSED
 keyrings/alt/multi.py::mypy PASSED
-tests/__init__.py::black PASSED
 tests/__init__.py::mypy PASSED
-tests/mocks.py::black PASSED
 tests/mocks.py::mypy PASSED
 tests/test_Gnome.py::GnomeKeyringTestCase::test_credential SKIPPED (...)
 tests/test_Gnome.py::GnomeKeyringTestCase::test_delete_not_present SKIPPED
@@ -55,7 +39,6 @@
 tests/test_Gnome.py::GnomeKeyringTestCase::test_supported_no_module SKIPPED
 tests/test_Gnome.py::GnomeKeyringTestCase::test_unicode_and_ascii_chars SKIPPED
 tests/test_Gnome.py::GnomeKeyringTestCase::test_unicode_chars SKIPPED
-tests/test_Gnome.py::black PASSED
 tests/test_Gnome.py::mypy PASSED
 tests/test_Google.py::GoogleDocsKeyringInteractionTestCase::test_handles_auth_error SKIPPED
 tests/test_Google.py::GoogleDocsKeyringInteractionTestCase::test_handles_auth_failure SKIPPED
@@ -87,7 +70,6 @@
 tests/test_Google.py::GoogleDocsKeyringTestCase::test_set_properties SKIPPED
 tests/test_Google.py::GoogleDocsKeyringTestCase::test_unicode_and_ascii_chars SKIPPED
 tests/test_Google.py::GoogleDocsKeyringTestCase::test_unicode_chars SKIPPED
-tests/test_Google.py::black PASSED
 tests/test_Google.py::mypy PASSED
 tests/test_Windows.py::TestRegistryKeyring::test_credential SKIPPED
 tests/test_Windows.py::TestRegistryKeyring::test_delete_not_present SKIPPED
@@ -121,7 +103,6 @@
 tests/test_Windows.py::TestWin32CryptoKeyring::test_unicode_and_ascii_chars SKIPPED
 tests/test_Windows.py::TestWin32CryptoKeyring::test_unicode_chars SKIPPED
 tests/test_Windows.py::TestWin32CryptoKeyring::test_version SKIPPED
-tests/test_Windows.py::black PASSED
 tests/test_Windows.py::mypy PASSED
 tests/test_crypto.py::TestCryptedFileKeyring::test_credential PASSED
 tests/test_crypto.py::TestCryptedFileKeyring::test_delete_not_present PASSED
@@ -142,7 +123,6 @@
 tests/test_crypto.py::TestCryptedFileKeyring::test_unicode_and_ascii_chars PASSED
 tests/test_crypto.py::TestCryptedFileKeyring::test_unicode_chars PASSED
 tests/test_crypto.py::TestCryptedFileKeyring::test_version PASSED
-tests/test_crypto.py::black PASSED
 tests/test_crypto.py::mypy PASSED
 tests/test_file.py::TestEncryptedFileKeyring::test_credential[Crypto] PASSED
 tests/test_file.py::TestEncryptedFileKeyring::test_credential[Cryptodome] PASSED
@@ -206,25 +186,28 @@
 tests/test_file.py::TestUncryptedFileKeyring::test_unicode_and_ascii_chars PASSED
 tests/test_file.py::TestUncryptedFileKeyring::test_unicode_chars PASSED
 tests/test_file.py::TestUncryptedFileKeyring::test_version PASSED
-tests/test_file.py::black PASSED
 tests/test_file.py::mypy PASSED
 tests/test_keyczar.py::KeyczarCrypterTestCase::testEnvironCrypterReadsCorrectValues PASSED
 tests/test_keyczar.py::KeyczarCrypterTestCase::testEnvironCrypterThrowsExceptionOnMissingValues PASSED
 tests/test_keyczar.py::KeyczarCrypterTestCase::testKeyczarCrypterEncryptDecryptHandlesEmptyNone PASSED
 tests/test_keyczar.py::KeyczarCrypterTestCase::testKeyczarCrypterWithEncryptedReader PASSED
 tests/test_keyczar.py::KeyczarCrypterTestCase::testKeyczarCrypterWithUnencryptedReader PASSED
-tests/test_keyczar.py::black PASSED
 tests/test_keyczar.py::mypy PASSED
 tests/test_multi.py::MultipartKeyringWrapperTestCase::testLargePasswordSetInMultipleParts PASSED
 tests/test_multi.py::MultipartKeyringWrapperTestCase::testMissingPassword PASSED
 tests/test_multi.py::MultipartKeyringWrapperTestCase::testSmallPasswordSetInSinglePart PASSED
 tests/test_multi.py::MultipartKeyringWrapperTestCase::testViablePassThru PASSED
-tests/test_multi.py::black PASSED
 tests/test_multi.py::mypy PASSED
 
-===================================== mypy =====================================
+=============================== warnings summary ===============================
+keyrings/alt/Gnome.py:27
+  $(@D)/keyrings/alt/Gnome.py:27: DeprecationWarning: GnomeKeyring.get_default_keyring_sync is deprecated
+    result = GnomeKeyring.get_default_keyring_sync()[0]
 
+-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
+
+===================================== mypy =====================================
 Success: no issues found in 21 source files
-======== 134 passed, 77 skipped ========
+======== 114 passed, 77 skipped, 1 warning ========
   py$(PYV): OK
   congratulations :)

--
Gitblit v1.9.3