[packages/python3-msal-extensions] - new

qboosh qboosh at pld-linux.org
Thu Feb 26 22:33:34 CET 2026


commit 89747ef593fb9a63509abab038eb4db477036874
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Feb 26 22:33:23 2026 +0100

    - new

 python3-msal-extensions.spec | 65 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)
---
diff --git a/python3-msal-extensions.spec b/python3-msal-extensions.spec
new file mode 100644
index 0000000..ec2eac4
--- /dev/null
+++ b/python3-msal-extensions.spec
@@ -0,0 +1,65 @@
+#
+# Conditional build:
+%bcond_with	tests	# unit tests (files missing in sdist)
+
+Summary:	Microsoft Authentication Library extensions
+Summary(pl.UTF-8):	Rozszerzenia do biblioteki uwierzytelniania Microsoftu (MSAL)
+Name:		python3-msal-extensions
+Version:	1.3.1
+Release:	1
+License:	MIT
+Group:		Libraries/Python
+#Source0Download: https://pypi.org/simple/msal-extensions/
+Source0:	https://files.pythonhosted.org/packages/source/m/msal-extensions/msal_extensions-%{version}.tar.gz
+# Source0-md5:	4baec04db291a780e3bfd37e7dc0f2fb
+URL:		https://pypi.org/project/msal-extensions/
+BuildRequires:	python3-modules >= 1:3.9
+BuildRequires:	python3-setuptools
+%if %{with tests}
+BuildRequires:	python3-msal >= 1.29
+BuildRequires:	python3-msal < 2
+BuildRequires:	python3-pytest
+%endif
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python3-modules >= 1:3.9
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Microsoft Authentication Library extensions (MSAL EX) provides a
+persistence API that can save your data on disk, encrypted on Windows,
+macOS and Linux. Concurrent data access will be coordinated by a file
+lock mechanism.
+
+%description -l pl.UTF-8
+Biblioteka MSAL EX (Microsoft Authentication Library extensions -
+rozszerzeń biblioteki uwierzytelniania Microsoftu) dostarcza API
+danych trwałych, które może zapisywać na dysk dane zaszyfrowane w
+systemach Windows, macOS i Linux. Współbieżny dostęp do danych jest
+koordynowany przy użyciu mechanizmu blokad plikowych.
+
+%prep
+%setup -q -n msal_extensions-%{version}
+
+%build
+%py3_build
+
+%if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+%{__python3} -m pytest tests
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README.md
+%{py3_sitescriptdir}/msal_extensions
+%{py3_sitescriptdir}/msal_extensions-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-msal-extensions.git/commitdiff/89747ef593fb9a63509abab038eb4db477036874



More information about the pld-cvs-commit mailing list