Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-msal-extensions-1.2.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-msal-extensions Distribution: openSUSE Tumbleweed
Version: 1.2.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Jul 9 09:08:18 2024
Group: Development/Languages/Python Build host: reproducible
Size: 98823 Source RPM: python-msal-extensions-1.2.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
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.

Provides

Requires

License

MIT

Changelog

* Tue Jul 09 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 1.2.0
    + Remove mentions of Travis CI by @akx in (#126)
    + Set proper lower bound for portalocker dependency,
      drop packaging dependency by @akx in (#125)
    + Switch to MSAL 1.29+'s TokenCache.search()
      by @rayluo in (#131)
  - Remove temporary version override
  - Update BuildRequires and Requires from setup.py
* Mon May 06 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 1.2.0b1
    + MSAL Extensions has been updated to work with
      MSAL Python 1.27.* and 1.28.* (#127, #128)
  - Adjust upstream source name in spec file
  - Override upstream version with 1.2.0~b1
  - Update Requires from setup.py
* Thu Apr 04 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Switch package to modern Python Stack on SLE-15
    + Use Python 3.11 on SLE-15 by default
    + Add Obsoletes for old python3 package on SLE-15
    + Drop support for older Python versions
  - Switch build system from setuptools to pyproject.toml
    + Add python-pip and python-wheel to BuildRequires
    + Replace %python_build with %pyproject_wheel
    + Replace %python_install with %pyproject_install
    + Update name for dist directory in %files section
  - Use modern RPM macros to express version dependencies
* Thu Mar 21 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Drop support for older Python versions
  - Limit Python files matched in %files section
* Fri Feb 09 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 1.1.0
    + Support Python 3.12 by removing dependency on distutils (#120, #123)
    + Dropping Python 2.7 (#122)
* Mon May 08 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Relax version constraints for python-portalocker in BuildRequires and Requires
* Tue Apr 26 2022 John Paul Adrian Glaubitz <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 John Paul Adrian Glaubitz <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)
* Thu Nov 26 2020 Robert Schweikert <rjschwei@suse.com>
  - Only build Python3 flavors for distributions 15 and greater
* Tue Sep 08 2020 John Paul Adrian Glaubitz <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.

Files

/usr/lib/python3.10/site-packages/msal_extensions
/usr/lib/python3.10/site-packages/msal_extensions-1.2.0.dist-info
/usr/lib/python3.10/site-packages/msal_extensions-1.2.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/msal_extensions-1.2.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/msal_extensions-1.2.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/msal_extensions-1.2.0.dist-info/RECORD
/usr/lib/python3.10/site-packages/msal_extensions-1.2.0.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/msal_extensions-1.2.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/msal_extensions-1.2.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/msal_extensions/__init__.py
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/cache_lock.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/cache_lock.cpython-310.pyc
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/libsecret.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/libsecret.cpython-310.pyc
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/osx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/osx.cpython-310.pyc
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/persistence.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/persistence.cpython-310.pyc
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/token_cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/token_cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/windows.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/msal_extensions/__pycache__/windows.cpython-310.pyc
/usr/lib/python3.10/site-packages/msal_extensions/cache_lock.py
/usr/lib/python3.10/site-packages/msal_extensions/libsecret.py
/usr/lib/python3.10/site-packages/msal_extensions/osx.py
/usr/lib/python3.10/site-packages/msal_extensions/persistence.py
/usr/lib/python3.10/site-packages/msal_extensions/token_cache.py
/usr/lib/python3.10/site-packages/msal_extensions/windows.py
/usr/share/doc/packages/python310-msal-extensions
/usr/share/doc/packages/python310-msal-extensions/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Sep 28 23:48:47 2024