Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-msal-extensions | Distribution: SUSE Linux Enterprise 15 |
Version: 1.0.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150200.6.3.2 | Build date: Fri Mar 22 20:59:15 2024 |
Group: Development/Languages/Python | Build host: h04-ch2b |
Size: 125145 | Source RPM: python-msal-extensions-1.0.0-150200.6.3.2.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/AzureAD/microsoft-authentication-library-for-python | |
Summary: Microsoft Authentication Library (MSAL) for Python Extensions |
The Microsoft Authentication Library (MSAL) for Python library enables your app to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry standard OAuth2 and OpenID Connect. This packages contains additional extensions.
MIT
* Thu Jul 21 2022 adrian.glaubitz@suse.com - Update in SLE-15 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629) * Tue Apr 26 2022 adrian.glaubitz@suse.com - Update to version 1.0.0 + New: Add a new platform-independent build_encrypted_persistence() API. (#87, #110) + Remove: Old TokenCache API which has been deprecated for 2 years. (#110) + Enhancement: Make all platform-dependent parameters optional (#103) + Enhancement: Provide PersistenceEncryptError and PersistenceDecryptError, currently raised when encryption on Windows fails. (#108) + Enhancement: The data file will be created with 600 permission when running in Unix-like systems. (#107) * Mon Jan 03 2022 adrian.glaubitz@suse.com - Update to version 0.3.1 + Enhancement: Better concurrency (#61, #63, #100) + Bugfix: Now supports user home dir in drive root on Windows (#83, #84) + Enhancement: This package can now be run inside container + Enhancement: Improvement compatibility with PyInstaller 3.5 on Python 2.7 (#85, #91) + Enhancement: Catchable exception when persistence is unavailable (#92, #93) + Enhancement: Support dependency portalocker 2.0+ (#94, #97) + Enhancement: Improve documentation (#77, #102) + Including license in release package (#76) * Tue Dec 15 2020 adrian.glaubitz@suse.com - Include in SLE-15 (bsc#1176785, jsc#ECO-3105, jsc#PM-2352) * Thu Nov 26 2020 rjschwei@suse.com - Only build Python3 flavors for distributions 15 and greater * Tue Sep 08 2020 adrian.glaubitz@suse.com - Update to version 0.3.0 + New unified PersistenceNotFound exception is now raised for cases where the persistence is not found. (#64, #67) + Bugfix: File not found exception is now handled for Python 2.7 as a no-op (#69) + Added performance tests for locking behavior (#58) + A non-exist persistence on Linux platform would previously return a None. Since this release, it will raise PersistenceNotFound exception which becomes a consistent behavior on Windows and macOS. * Fri Aug 28 2020 adrian.glaubitz@suse.com - Update to version 0.2.2 + Bugfix: Restored compatibility with upstream package portalocker version < 1.4.0 when running on non-Windows platform (#50) + Bugfix: Cache on Windows was not functioning in version 0.2.0 and 0.2.1(#52) + Enhancement: Improved readme providing installation and usage instructions (#53) - from version 0.2.1 + Functionally the same as 0.2.0, but we change the installation-time and import-time dependency of PyGObject to run-time dependency. This would make the installation easier for those customers who do not necessarily need to use the Encryption on Linux. (#47) + The version 1.6.0+ of upstream package portalocker is only required on Windows. Other platforms remain with portalocker 1.0.0+. (#49) - from version 0.2.0 + New feature: Support token cache encryption when running on Linux Desktop (#4, #44) + Bug fix: The cache lock was not properly removed on Windows 10 (#42, #43) + Change: A new set of API PersistedTokenCache is provided. Previous API is now deprecated and will be removed in next major release which will likely come within a month: WindowsTokenCache, OSXTokenCache, UnencryptedTokenCache, FileTokenCache and TokenCache. + Since this release, we have a dependency on PyGObject, when running on Linux. You may need to follow its installation steps, or follow our CI setup. - Update Requires from setup.py * Tue Feb 18 2020 adrian.glaubitz@suse.com - Initial build + Version 0.1.3
/usr/lib/python3.6/site-packages/msal_extensions /usr/lib/python3.6/site-packages/msal_extensions-1.0.0-py3.6.egg-info /usr/lib/python3.6/site-packages/msal_extensions-1.0.0-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/msal_extensions-1.0.0-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/msal_extensions-1.0.0-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/msal_extensions-1.0.0-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/msal_extensions-1.0.0-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/msal_extensions/__init__.py /usr/lib/python3.6/site-packages/msal_extensions/__pycache__ /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/cache_lock.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/cache_lock.cpython-36.pyc /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/libsecret.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/libsecret.cpython-36.pyc /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/osx.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/osx.cpython-36.pyc /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/persistence.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/persistence.cpython-36.pyc /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/token_cache.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/token_cache.cpython-36.pyc /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/windows.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/msal_extensions/__pycache__/windows.cpython-36.pyc /usr/lib/python3.6/site-packages/msal_extensions/cache_lock.py /usr/lib/python3.6/site-packages/msal_extensions/libsecret.py /usr/lib/python3.6/site-packages/msal_extensions/osx.py /usr/lib/python3.6/site-packages/msal_extensions/persistence.py /usr/lib/python3.6/site-packages/msal_extensions/token_cache.py /usr/lib/python3.6/site-packages/msal_extensions/windows.py /usr/share/doc/packages/python3-msal-extensions /usr/share/doc/packages/python3-msal-extensions/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 14:56:22 2025