17
0

2 Commits

Author SHA256 Message Date
61330d13c3 Accepting request 1254234 from devel:languages:python:azure
- 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 (forwarded request 1254062 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1254234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msal-extensions?expand=0&rev=13
2025-03-19 21:33:20 +00:00
fc3d26d6d3 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal-extensions?expand=0&rev=25
2025-03-18 20:22:35 +00:00
5 changed files with 20 additions and 19 deletions

View File

@@ -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'",

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5b0fd10f65ef62b5f1d62f4251d51cbcaf003fcedae8c91b040a488614be1a4
size 23315

View File

@@ -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>

View File

@@ -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