Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 61330d13c3 | |||
| fc3d26d6d3 |
@@ -1,12 +0,0 @@
|
||||
diff -Nru msal_extensions-1.2.0.orig/setup.py msal_extensions-1.2.0/setup.py
|
||||
--- msal_extensions-1.2.0.orig/setup.py 2024-06-23 04:15:27.000000000 +0200
|
||||
+++ msal_extensions-1.2.0/setup.py 2024-11-22 11:05:40.219183804 +0100
|
||||
@@ -20,7 +20,7 @@
|
||||
python_requires=">=3.7",
|
||||
install_requires=[
|
||||
'msal>=1.29,<2', # Use TokenCache.search() from MSAL Python 1.29+
|
||||
- 'portalocker<3,>=1.4',
|
||||
+ 'portalocker<4,>=1.4',
|
||||
|
||||
## We choose to NOT define a hard dependency on this.
|
||||
# "pygobject>=3,<4;platform_system=='Linux'",
|
||||
BIN
msal_extensions-1.2.0.tar.gz
LFS
BIN
msal_extensions-1.2.0.tar.gz
LFS
Binary file not shown.
3
msal_extensions-1.3.1.tar.gz
Normal file
3
msal_extensions-1.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5b0fd10f65ef62b5f1d62f4251d51cbcaf003fcedae8c91b040a488614be1a4
|
||||
size 23315
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 18 09:39:10 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 1.3.1
|
||||
* Do not install tests in site-packages by @musicinmybrain in (#139)
|
||||
* Also dropped Python 3.7 and 3.8 since this release
|
||||
- from version 1.3.0
|
||||
* Fix a typo in README.md (persistance/persistence)
|
||||
by @musicinmybrain in (#133)
|
||||
* Maintenance by @rayluo in (#137)
|
||||
* Allow portalocker version 3 by @musicinmybrain in (#136)
|
||||
* Make portalocker optional (opt in by pip install
|
||||
msal-extensions[portalocker]) by @rayluo in (#117)
|
||||
- Drop me_relax-portalocker.patch, fixed upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 22 10:54:07 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-msal-extensions
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,14 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-msal-extensions
|
||||
Version: 1.2.0
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: Microsoft Authentication Library (MSAL) for Python Extensions
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/AzureAD/microsoft-authentication-library-for-python
|
||||
Source: https://files.pythonhosted.org/packages/source/m/msal-extensions/msal_extensions-%{version}.tar.gz
|
||||
Patch: me_relax-portalocker.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -57,7 +56,6 @@ This packages contains additional extensions.
|
||||
|
||||
%prep
|
||||
%setup -q -n msal_extensions-%{version}
|
||||
%patch -P0 -p1
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user