1
0

4 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
10442a8361 Accepting request 1226187 from devel:languages:python:azure
OBS-URL: https://build.opensuse.org/request/show/1226187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msal-extensions?expand=0&rev=12
2024-11-25 22:21:31 +00:00
d346143794 - Add patch to relax python-portalocker version dependency in setup.py
+ me_relax-portalocker.patch
- Relax python-portalocker version dependency in BuildRequires and Requires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal-extensions?expand=0&rev=23
2024-11-25 07:54:20 +00:00
4 changed files with 29 additions and 7 deletions

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,25 @@
-------------------------------------------------------------------
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>
- Add patch to relax python-portalocker version dependency in setup.py
+ me_relax-portalocker.patch
- Relax python-portalocker version dependency in BuildRequires and Requires
-------------------------------------------------------------------
Tue Jul 9 07:08:18 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,7 +18,7 @@
%{?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
@@ -32,7 +32,7 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: (python-msal >= 1.29 with python-msal < 2.0)
Requires: (python-portalocker >= 1.4 with python-portalocker < 3.0)
Requires: (python-portalocker >= 1.4 with python-portalocker < 4.0)
%if 0%{?sle_version} >= 150400
Obsoletes: python3-msal-extensions < 1.1.0
%endif
@@ -40,7 +40,7 @@ BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module msal < 2.0}
BuildRequires: %{python_module msal >= 1.29}
BuildRequires: %{python_module portalocker < 3.0}
BuildRequires: %{python_module portalocker < 4.0}
BuildRequires: %{python_module portalocker >= 1.4}
BuildRequires: %{python_module pytest}
# /SECTION