Accepting request 1160065 from devel:languages:python:azure

OBS-URL: https://build.opensuse.org/request/show/1160065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-adal?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2024-03-21 16:01:14 +00:00 committed by Git OBS Bridge
commit 78114356b9
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 21 09:56:07 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Drop definition of BuildRoot
- Limit Python files matched in %files section
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 10 08:33:35 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Mon May 10 08:33:35 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-adal # spec file for package python-adal
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -37,7 +37,6 @@ Requires: python-PyJWT >= 1.0.0
Requires: python-cryptography >= 1.1.0 Requires: python-cryptography >= 1.1.0
Requires: python-python-dateutil >= 2.1.0 Requires: python-python-dateutil >= 2.1.0
Requires: python-requests >= 2.0.0 Requires: python-requests >= 2.0.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@ -60,6 +59,7 @@ cp %{SOURCE1} HISTORY.txt
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc HISTORY.txt README.md %doc HISTORY.txt README.md
%{python_sitelib}/* %{python_sitelib}/adal
%{python_sitelib}/adal-*.egg-info
%changelog %changelog