[obs-commits] [openSUSE/osc] 6a20fd: fix list of backends for old python-keyring
Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: 6a20fd8bf5106578c61f17d423169a42fbd0663b https://github.com/openSUSE/osc/commit/6a20fd8bf5106578c61f17d423169a42fbd06... Author: lethliel <mstrigl@suse.de> Date: 2020-02-14 (Fri, 14 Feb 2020) Changed paths: M osc/credentials.py Log Message: ----------- fix list of backends for old python-keyring old python-keyring classes have no name method. This is used instead: return self._keyring_backend.__class__.__name__ Commit: 5185026084a074cc85fd5ade0cd714389167031b https://github.com/openSUSE/osc/commit/5185026084a074cc85fd5ade0cd7143891670... Author: Marcus Huewe <suse-tux@gmx.de> Date: 2020-02-14 (Fri, 14 Feb 2020) Changed paths: M osc/credentials.py Log Message: ----------- Merge branch 'fix_name_display' of https://github.com/lethliel/osc Old keyring versions of the KeyringBackend class have no name method (the name method was added in 2016). In this case, the class name is used as the backend name. Compare: https://github.com/openSUSE/osc/compare/9b0dcf3535f7...5185026084a0
participants (1)
-
Marcus Hüwe