forked from pool/python-msal-extensions
Compare commits
4 Commits
factory
...
public_clo
| Author | SHA256 | Date | |
|---|---|---|---|
| 61330d13c3 | |||
| fc3d26d6d3 | |||
| 10442a8361 | |||
| d346143794 |
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,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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user